netcdf-c/nc_test4
Dennis Heimbigner 8c1f8f57ee re: https://github.com/Unidata/netcdf-c/issues/269
The hash field for phony dimensions was not being set
(in nc4hdf.c). Also added test case (nc_test4/?).
Note that I searched for other similar failures and
did not find any, but I may have missed them.
2016-05-24 19:37:21 -06:00
..
bm_chunking.c fixed some other def_var_chunking calls 2011-08-12 14:34:37 +00:00
bm_file.c Replace NC_MAX_DIMS with correct NC_MAX_VAR_DIMS 2016-01-22 20:54:52 -07:00
bm_many_atts.c took out repeated definitions of timeval_subtract function 2011-08-15 11:37:45 +00:00
bm_many_objs.c Update comments related to NC_MAX_VARS and NC_MAX_DIMS 2015-11-30 10:28:06 -05:00
bm_netcdf4_recs.c added test for netCDF-4 performance 2011-08-15 13:27:10 +00:00
bm_radar.c Replace NC_MAX_DIMS with NC_MAX_VAR_DIMS 2016-01-25 14:55:29 -07:00
cdm_sea_soundings.c added missing file, fixed includes, removed unneeded header file 2010-10-08 20:08:24 +00:00
chunked.hdf4 [NCF-272] 2014-05-30 22:12:05 -06:00
clear_cache.sh moving to trunk subdir 2010-06-03 13:24:43 +00:00
CMakeLists.txt re: https://github.com/Unidata/netcdf-c/issues/269 2016-05-24 19:37:21 -06:00
contiguous.hdf4 [NCF-272] 2014-05-30 22:12:05 -06:00
Make0 Add provenance info for netcdf-4 files. 2016-05-07 14:32:07 -06:00
Makefile.am re: https://github.com/Unidata/netcdf-c/issues/269 2016-05-24 19:37:21 -06:00
ref_chunks1.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_chunks2.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_hdf5_compat1.nc Found pre-existing call to H5Pset_libver_bounds, modified it so that the generated files would be created without the 1.10 specific things. 2016-04-08 21:36:08 +00:00
ref_hdf5_compat2.nc Found pre-existing call to H5Pset_libver_bounds, modified it so that the generated files would be created without the 1.10 specific things. 2016-04-08 21:36:08 +00:00
ref_hdf5_compat3.nc Found pre-existing call to H5Pset_libver_bounds, modified it so that the generated files would be created without the 1.10 specific things. 2016-04-08 21:36:08 +00:00
ref_tst_compounds.nc minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
ref_tst_dims.nc minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
ref_tst_interops4.nc minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
ref_tst_xplatform2_1.nc minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
ref_tst_xplatform2_2.nc minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
renamegroup.c Added an explicit error message string to nc_strerror for NC_ECANTEXTEND. 2014-08-18 14:24:16 -06:00
run_bm_ar4.sh fix == in shell scripts 2012-07-17 20:13:17 +00:00
run_bm_elena.sh moving to trunk subdir 2010-06-03 13:24:43 +00:00
run_bm_radar_2D_compression1.sh moving to trunk subdir 2010-06-03 13:24:43 +00:00
run_bm_radar_2D_endianness1.sh moving to trunk subdir 2010-06-03 13:24:43 +00:00
run_bm_radar_2D.sh moving to trunk subdir 2010-06-03 13:24:43 +00:00
run_bm_test1.sh moving to trunk subdir 2010-06-03 13:24:43 +00:00
run_bm_test2.sh moving to trunk subdir 2010-06-03 13:24:43 +00:00
run_bm.sh Fix common typos 2015-08-20 11:42:05 +02:00
run_chunk_hdf4.sh [NCF-272] 2014-05-31 13:54:52 -06:00
run_empty_vlen_test.sh Add provenance info for netcdf-4 files. 2016-05-07 14:32:07 -06:00
run_get_hdf4_files.sh Use curl instead of wget to get hdf4 files when --enable-hdf4-tests specified 2014-07-20 17:14:17 -06:00
run_get_knmi_files.sh make knmi tests run properly 2011-12-15 20:24:54 +00:00
run_grp_rename.sh Modified group rename shell script to work in Msys/Windows Environment. 2015-02-02 14:46:51 -07:00
run_hdf4_valgrind_tests.sh minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
run_par_bm_radar_2D.sh moving to trunk subdir 2010-06-03 13:24:43 +00:00
run_par_bm_test.sh moving to trunk subdir 2010-06-03 13:24:43 +00:00
run_par_test.sh Fix github issue: https://github.com/Unidata/netcdf-c/issues/208 2016-02-01 16:15:58 -07:00
run_tst_chunks.sh minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
run_valgrind_tests2.sh minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
run_valgrind_tests.sh The effect of this change is to make the struct NC structure 2012-09-06 19:44:03 +00:00
t_type.c Delete obsolete libdiskless directory, replaced by new diskless 2012-06-12 21:50:02 +00:00
tdset.h5 re: https://github.com/Unidata/netcdf-c/issues/269 2016-05-24 19:37:21 -06:00
tst_ar4_3d.c - Fix NCF-158 to modify ncgen flag defaults. 2012-03-14 23:26:48 +00:00
tst_ar4_4d.c - Fix NCF-158 to modify ncgen flag defaults. 2012-03-14 23:26:48 +00:00
tst_ar4.c - Fix NCF-158 to modify ncgen flag defaults. 2012-03-14 23:26:48 +00:00
tst_ar5.c fixed def_var_chunking call bug 2011-08-12 14:24:03 +00:00
tst_atts1.c Reverted some of the spelling corrections. Some misspellings were intentional 2015-10-16 14:36:17 -06:00
tst_atts2.c minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
tst_atts_string_rewrite.c Wired in a new test based on one provided by Jeff Whitaker in support of issue 149 on github. See https://github.com/Unidata/netcdf-c/issues/149. 2015-11-11 10:42:49 -07:00
tst_atts.c minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
tst_camrun.c Fix common typos 2015-08-20 11:42:05 +02:00
tst_chunk_hdf4.c [NCF-272] 2014-05-31 13:54:52 -06:00
tst_chunks2.c remove verbose output from chunk tests 2012-02-05 21:34:14 +00:00
tst_chunks3.c win32/mingw fixes 2012-05-15 03:13:08 +00:00
tst_chunks.c Fix github issues #140 2015-11-07 20:29:16 -07:00
tst_compounds2.c minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
tst_compounds3.c Replace NC_MAX_DIMS with NC_TESTS_MAX_DIMS 2016-01-25 14:47:52 -07:00
tst_compounds.c Alternative solution to https://github.com/Unidata/netcdf-c/pull/199 and https://github.com/Unidata/netcdf-c/pull/200. 2016-01-25 14:09:03 -07:00
tst_converts2.c Replaced a comparison of floating point variables to a difference/epsiolon test. 2013-12-17 14:30:14 -07:00
tst_converts.c merge-squash 2015-08-15 16:26:35 -06:00
tst_coords2.c Fix NCF-247 bug, and add test for bug fix. 2013-04-22 22:34:21 +00:00
tst_coords3.c minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
tst_coords.c minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
tst_create_files.c merge-squash 2015-08-15 16:26:35 -06:00
tst_dims2.c Many changes to address NCF-177 (renaming dimensions and variables). Also 2013-11-30 23:20:28 -06:00
tst_dims3.c Fix NCF-244 bug for case where using different order for defining 2013-03-26 15:14:19 +00:00
tst_dims.c Fix (harmless) confusion between varid and dimid names 2014-12-05 12:47:45 -07:00
tst_empty_vlen_unlim.c Integrated one-line pull request https://github.com/Unidata/netcdf-c/pull/249 2016-04-12 09:30:22 -06:00
tst_endian_fill.c Fix non-portable test that depends on nonstandardized floating-point format using e+08, not e+008. Fixes for some problems reported in scan-build static analysis. 2012-04-23 23:59:24 +00:00
tst_enums.c minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
tst_files2.c took out repeated definitions of timeval_subtract function 2011-08-15 11:37:45 +00:00
tst_files3.c Fix incorrect array size specification 2016-01-22 21:03:48 -07:00
tst_files4.c minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
tst_files5.c remove dap tests from anywhere but ncdap_test 2012-06-21 22:00:49 +00:00
tst_files6.c remove dap tests from anywhere but ncdap_test 2012-06-21 22:00:49 +00:00
tst_files.c merge-squash 2015-08-15 16:26:35 -06:00
tst_fillbug.c Fixed bug "adding a bad _FillValue" bug (NCF-190). Fixed minor bugs 2012-08-16 18:31:48 +00:00
tst_fills2.c Fix bug NCF-187 (thanks to Alexander Barth). Add test for bug fix. 2015-04-02 12:30:51 -06:00
tst_fills.c fixed test that caused valgrind to complain 2011-08-25 13:46:34 +00:00
tst_formatx_hdf4.sh [NCF-273]/HZY-708311 2013-12-22 12:53:20 -07:00
tst_grps2.c minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
tst_grps.c Switch test for nc_inq_unlimdim and nc_inq_unlimdims to use the same ordering as 2013-12-15 19:55:41 -06:00
tst_h4_lendian.c merge-squash 2015-08-15 16:26:35 -06:00
tst_h5_endians.c Refactored tst_h_endians to tst_h5_endians, so that we can differentiate between hdf5 and hdf4 endian tests. 2015-05-28 16:29:49 -06:00
tst_h_atts2.c - Implemented diskless files for both netcdf classic and extended. 2012-03-26 01:34:32 +00:00
tst_h_converts.c minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
tst_h_files3.c minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
tst_h_many_atts.c fix bug in memio.c realloc code 2012-04-12 02:06:28 +00:00
tst_h_refs.c Description: 2013-03-01 08:10:28 +00:00
tst_h_scalar.c Neglected to add this, due to confusion with file of same name in ncdump 2013-07-14 16:16:56 +00:00
tst_h_strbug.c Fixes for NCF-150, bugs in libsrc4 with handling strings in non-netCDF-4 HDF5 files. Added new test in nc_test4 to verify fixes. 2012-04-20 15:42:55 +00:00
tst_h_strings3.c minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
tst_h_vl2.c fixed extra-test libsrc4/tst_h_vl2 problem and valgrind test problems 2010-06-23 13:57:33 +00:00
tst_hdf5_file_compat.c Roughed in test for checking that a netcdf installation can read specific files written by a netCDF4 library built against libhdf5 1.10.0 2016-04-08 20:58:20 +00:00
tst_interops2.c Update HDF4 support for recent datatype changes. 2014-02-25 21:05:19 -06:00
tst_interops3.c fixed use of szip library 2011-04-29 18:19:12 +00:00
tst_interops4.c fixed use of szip library 2011-04-29 18:19:12 +00:00
tst_interops5.c - Implemented diskless files for both netcdf classic and extended. 2012-03-26 01:34:32 +00:00
tst_interops6.c - Implemented diskless files for both netcdf classic and extended. 2012-03-26 01:34:32 +00:00
tst_interops.c minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
tst_knmi.c move single use macro to using program 2012-03-28 16:19:16 +00:00
tst_large2.c Corrected an issue Visual Studio has with how externals are managed. 2015-11-05 12:57:49 -07:00
tst_large3.c Merge branch 'master' into cdf-5, in preparation for merging the CDF-5 functionality into the master branch. This will be the key new feature for netcdf 4.4.0. 2015-11-05 13:40:35 -07:00
tst_large5.c merge-squash 2015-08-15 16:26:35 -06:00
tst_large.c Corrected an issue Visual Studio has with how externals are managed. 2015-11-05 12:57:49 -07:00
tst_mem.c added forgotten test file 2011-03-21 16:00:55 +00:00
tst_misc.sh re: https://github.com/Unidata/netcdf-c/issues/269 2016-05-24 19:37:21 -06:00
tst_mode.c Fix github issue: https://github.com/Unidata/netcdf-c/issues/208 2016-02-01 16:15:58 -07:00
tst_mpi_parallel.c added missing file, fixed includes, removed unneeded header file 2010-10-08 20:08:24 +00:00
tst_nc4perf.c Account for the HDF5 library not having the MPI-POSIX VFD configured in. 2014-05-07 08:45:15 -05:00
tst_nc_converts.c workaround for HDF5 dimscale issue 2011-05-19 19:22:43 +00:00
tst_nc_test_file.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_opaques.c minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
tst_parallel3.c Remove useless assignment. 2014-11-07 08:26:46 -06:00
tst_parallel4.c fixed fortran parallel I/O flag bug 2011-06-02 22:46:15 +00:00
tst_parallel.c added missing file, fixed includes, removed unneeded header file 2010-10-08 20:08:24 +00:00
tst_put_vars_two_unlim_dim.c Cleaned up a sloppy cut-and-paste on my part. 2015-11-23 15:49:24 -06:00
tst_rename.c merge-squash 2015-08-15 16:26:35 -06:00
tst_strings2.c minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
tst_strings.c Big clean up to type handling in libsrc4, which makes fill-values work 2014-02-11 17:12:08 -06:00
tst_sync.c workaround for HDF5 dimscale issue 2011-05-19 19:22:43 +00:00
tst_types.c merge-squash 2015-08-15 16:26:35 -06:00
tst_unlim_vars.c minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
tst_utf8.c minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
tst_utils.c added forgotten file 2011-07-20 21:32:41 +00:00
tst_v2.c Corrected an issue with tst_v2 on Windows. 2014-04-11 14:32:16 -06:00
tst_varms.c removed executable permissions from all code files 2011-10-04 16:05:11 +00:00
tst_vars2.c Fix common typos 2015-08-20 11:42:05 +02:00
tst_vars3.c Fix common typos 2015-08-20 11:42:05 +02:00
tst_vars4.c minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
tst_vars.c merge-squash 2015-08-15 16:26:35 -06:00
tst_vl.c moved some tests which used v2 API from libsrc4 to nc_test4, to allow the library to be built before the tests 2010-06-15 15:24:28 +00:00
tst_xplatform2.c Correct handling of variablen-length sequences for attributes, plus uncomment a 2014-02-14 08:07:14 -06:00
tst_xplatform.c minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00