summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Add cache logging test.Quincey Koziol2016-11-044-2/+184
|
* Merge pull request #100 in HDFFV/hdf5 from ↵Frank Willmore2016-11-0319-48/+48
|\ | | | | | | | | | | | | ~FRANK.WILLMORE/hdf5:HDFFV-8882-replace-numeric-exit-code-with to develop * commit '526bcc242d03a6fc4fd28d3a0f68cc31f4f2a850': Changes to be committed: modified: bittests.c modified: cmpd_dset.c modified: dsets.c modified: dt_arith.c modified: dtypes.c modified: extend.c modified: fillval.c modified: filter_fail.c modified: flush1.c modified: gen_cross.c modified: hyperslab.c modified: istore.c modified: links.c modified: links_env.c modified: objcopy.c modified: plugin.c modified: tcheck_version.c modified: unlink.c modified: unregister.c
| * Changes to be committed:Frank.Willmore2016-10-2519-48/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified: bittests.c modified: cmpd_dset.c modified: dsets.c modified: dt_arith.c modified: dtypes.c modified: extend.c modified: fillval.c modified: filter_fail.c modified: flush1.c modified: gen_cross.c modified: hyperslab.c modified: istore.c modified: links.c modified: links_env.c modified: objcopy.c modified: plugin.c modified: tcheck_version.c modified: unlink.c modified: unregister.c Minor fixes to replace numeric exit codes with MACRO declarations. Not all codes found were boolean, and those cases were not changed.
* | Merge pull request #123 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2016-11-031-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b2878dec04c120e4e3cdf00e943283e359862c84': Move cache debugging routines into separate module. Change file memory type for extending to default, and correct error in backward compatibility for multi VFD. Warning and whitespace cleanup. Improvements to the log VFD, for helping with SWMR debugging. Minor code cleanups. Uncomment line in test/objcopy.c, clean up whitespace and POSIX call wrapping in tools code.
| * | Uncomment line in test/objcopy.c, clean up whitespace and POSIX call wrappingQuincey Koziol2016-11-031-1/+1
| |/ | | | | | | in tools code.
* | Removed commented-out lines that clean up test files.Dana Robinson2016-11-031-2/+2
| |
* | Added a test for old- and new-style groups under evict-on-close.Dana Robinson2016-10-301-33/+141
| |
* | Evict-on-close now works with groups.Dana Robinson2016-10-281-29/+88
|/ | | | | test/evict_on_close.c has been updated to generate groups but does not yet check EoC works correctly.
* Fixed Windows dsets.c test failure.Dana Robinson2016-10-141-1/+1
| | | | | | | A 'static' keyword was removed from an array that needs it on Windows during a warning removal overhaul. Replacing it fixes the error. Tested on: 64-bit Windows 7 w/ VS 2015
* Revert "Fixed Windows test failures."Dana Robinson2016-10-141-1/+1
| | | | This reverts commit f1dcda5c8e23d4897b5fe49049b8d939313b39c6.
* Fixed Windows test failures.derobins2016-10-141-1/+1
| | | | | | Replaced a static keyword that was deleted during a warnings overhaul. Tested on 64-bit Visual Studio 2015
* Changed H5Dcreate to H5Dcreate2 in test/evict_on_close.cDana Robinson2016-10-011-7/+7
|
* Merge branch 'develop' into evict_on_closeDana Robinson2016-09-3012-114/+385
|\
| * Clean up hardcoded constants and check return values better. (Comments fromQuincey Koziol2016-09-296-43/+62
| | | | | | | | group code review)
| * Description:Quincey Koziol2016-09-291-2/+2
| | | | | | | | | | | | | | | | Cleanups from Dana's review. Tested on: MacOSX/64 10.11.5 (amazon) w/C++ & FORTRAN (h5committest forthcoming)
| * Description:Quincey Koziol2016-09-2712-93/+345
| | | | | | | | Further warning cleanups: from 667 warnings to 503.
* | Added full implementation of EoC cache test.Dana Robinson2016-09-301-13/+30
| |
* | Added code to create the test file for all chunk index and layout types.Dana Robinson2016-09-301-15/+293
| |
* | Fleshed out evict on close test that inspects cache.Dana Robinson2016-09-291-24/+194
| |
* | Added the beginnings of a file generator to the test.Dana Robinson2016-09-241-16/+186
| |
* | Fixed typoDana Robinson2016-09-241-1/+1
| |
* | Merge branch 'develop' into evict_on_closeDana Robinson2016-09-1456-1236/+2335
|\ \ | |/
| * Add longer timeout to cache tests - test has consistently exceededAllen Byrne2016-09-061-6/+6
| | | | | | default timing.
| * [svn-r30308] Fix for HDFFV-7991--error when copying dataset with attribute ↵Vailin Choi2016-08-191-2/+317
| | | | | | | | | | | | | | which is a compound datatype consisting of a variable length string. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.
| * [svn-r30306] Updated vfd test to be better about fapls and h5_reset().Dana Robinson2016-08-191-72/+110
| | | | | | | | | | | | | | | | | | | | | | Prevents the test from segfaulting in other sub-tests when a previous test fails. Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0 Autotools serial + direct VFD (vfd test only) Also tested with a forced error to ensure that the test no longer segfaults and confirmed that all test files are cleaned up.
| * [svn-r30297] Changed FAIL_STACK_ERROR to TEST_ERROR in test/vfd.c.Dana Robinson2016-08-181-51/+51
| | | | | | | | | | Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0 Autotools serial, vfd test only
| * [svn-r30295] Minor whitespace cleanup in h5test.c.Dana Robinson2016-08-171-45/+55
| | | | | | | | | | Tested on: 64-bit Ubuntu 16.04 LTS w/ gcc 5.4.0 Autotools serial w/ make check-vfd
| * [svn-r30292] Description:Quincey Koziol2016-08-161-1/+1
| | | | | | | | | | | | | | | | Correct failure on older Windows compilers. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
| * [svn-r30285] Description:Quincey Koziol2016-08-1316-212/+204
| | | | | | | | | | | | | | | | | | More warning cleanups, bringing the build down to 25 unique types of warnings, with 550 warnings in 122 files (down from 28, 770, and 134). Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
| * [svn-r30275] Rework test_mf_bug1 to work with multi and split drivers.Neil Fortner2016-08-091-66/+106
| | | | | | | | Tested: ummon
| * [svn-r30268] Remove failure causing code in test/mf.c unintentionally added ↵Neil Fortner2016-08-081-1/+1
| | | | | | | | in r30264.
| * [svn-r30264] Fixed an issue that could occur when using H5Pset_alignment ↵Neil Fortner2016-08-081-17/+143
| | | | | | | | | | | | | | | | where a block could be unaligned, causing an assertion failure. Tested: koala, ostrich, jelly (h5committest), ummon
| * [svn-r30245] remove incorrect copyAllen Byrne2016-08-011-6/+0
| |
| * [svn-r30241] JAVA-1920: new filter for tests.Allen Byrne2016-08-011-0/+104
| |
| * [svn-r30240] JAVA-1920: Create a filter plugin test that has a filter which ↵Allen Byrne2016-08-014-6/+51
| | | | | | | | calls a HDF5 function.
| * [svn-r30238] Follow-on to HDFFV-9928: remove unconditional call of time.h ↵Allen Byrne2016-08-019-24/+0
| | | | | | | | type headers. Also remove duplicated includes when h5private.h is used.
| * [svn-r30237] HDFFV-9939: Change cmake commands to reduce POST_BUILD custom ↵Allen Byrne2016-08-011-110/+20
| | | | | | | | commands. Fixes possible overruns on windows command lines.
| * [svn-r30228] Changed a few printf calls to HDprintf in file_image.c.Dana Robinson2016-07-301-4/+5
| | | | | | | | | | | | | | Checked the return value of a read() call to clean up a warning. Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0 Autotools serial, file_image test only
| * [svn-r30224] Added HDprintf() macro that uses HDfprintf w/ stdout.Dana Robinson2016-07-272-10/+10
| | | | | | | | | | Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0 Autotools serial
| * [svn-r30219] Description:Quincey Koziol2016-07-226-49/+51
| | | | | | | | | | | | | | | | | | More warning cleaups: down to 770 warnings (from ~940) in 134 files (from 148), with 28 unique kinds of warnings (from 31). Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
| * [svn-r30201] Description:Quincey Koziol2016-07-184-18/+46
| | | | | | | | | | | | | | | | | | Switch test framework to dynamically allocate the testing array, and expand the length of the description field. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
| * [svn-r30189] Description:Quincey Koziol2016-07-1814-465/+597
| | | | | | | | | | | | | | | | | | Clean up more warnings: drop the warning count from ~1310 down to ~940, with only 31 types of warnings in 148 files (down from 38 types in 167 files). Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
| * [svn-r30184] Converted h5_fileaccess() to H5Pcreate() in the sec2 test.Dana Robinson2016-07-141-1/+2
| | | | | | | | | | Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0 Autotools serial, vfd test only w/ various VFDs
| * [svn-r30163] Changed a h5_fileaccess() call to H5Pcreate() in the core VFD test.Dana Robinson2016-07-091-1/+2
| | | | | | | | | | | | | | | | | | | | Since it only tests the core VFD, there's no need to get a VFD-dependent fapl. Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1 vfd test w/ all VFDs tested by make check-vfd
| * [svn-r30158] Description:Quincey Koziol2016-07-072-62/+63
| | | | | | | | | | | | | | | | More warning cleanups. This brings us down to ~1300 warnings in 167 files Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
| * [svn-r30151] Fix daily test failures for checkin #30143 for HDFFV-9940.Vailin Choi2016-07-061-3/+3
| | | | | | | | Tested on osx1010test, moohan, emu, kituo.
| * [svn-r30148] Expanded core VFD test in vfd.c. Minor tidying to sec2 VFD test ↵Dana Robinson2016-07-061-189/+295
| | | | | | | | | | | | | | also. Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1 Autotools serial
| * [svn-r30143] Fix for HDFFV-9940.Vailin Choi2016-07-041-0/+277
| | | | | | | | Tested on jam, osx1010test, moohan, platypus, emu, kite, kituo, mayll, ostrich, quail.
* | Added missing evict on close test file line to test/CMakeLists.txt.Dana Robinson2016-09-141-0/+1
| |
* | [svn-r30118] Sync with trunk.Dana Robinson2016-06-2917-1211/+2513
|\ \ | |/