summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix a copy-pasto in an error message.David Young2020-07-101-1/+1
* Move the dapl initialization to state_init and, if VDS is enabled,David Young2020-07-101-7/+10
* Delete unused local variables. Delete an empty line. NFCI.David Young2020-07-101-4/+0
* Don't leak a fapl on error.David Young2020-07-101-7/+8
* Remove gratuitous local variable initialization: it's better to let theDavid Young2020-07-101-2/+2
* Straggler from previous: bsdqueue.h -> H5queue.hDavid Young2020-07-101-1/+1
* Fix a bug where I was trying to store `ndatasets * 4` source-datasetDavid Young2020-07-071-93/+155
* Use native byte order unless big-endian is specified with `-b` option.David Young2020-07-022-18/+30
* Add a VDS mode to the bigset test.David Young2020-06-301-7/+197
* Gather a couple of assertions.David Young2020-06-261-2/+1
* Create one dataset creation property list and one file dataspace andDavid Young2020-06-261-31/+45
* When extending the dataset in one dimension, add columns instead of rowsDavid Young2020-06-261-22/+23
* (1) Add public routines H5Fvfd_swmr_end_tick, H5Fvfd_swmr_disable_end_of_tick...vchoi2020-06-261-581/+1221
* Add/check a group attribute every so many steps. delete some dead code, andDavid Young2020-06-221-5/+68
* Create a dataset access property list (dapl) that disables the chunk cache andDavid Young2020-06-191-5/+13
* Close all of the datasets we opened.David Young2020-06-161-0/+21
* Activate tests `few_big` and `many_small`, now that they pass.David Young2020-06-111-1/+1
* Limit every chunk cache to 1 slot and 1kB so that the test doesn't runDavid Young2020-06-111-0/+3
* Make the test more challenging: on every other step, read a chunk-sizedDavid Young2020-06-111-4/+8
* Wrap a line. NFCI.David Young2020-06-111-1/+2
* Delete code that has no effect: don't empty a mask set only to fill itDavid Young2020-06-111-3/+2
* Delete unused variables and struct members.David Young2020-06-031-4/+0
* Be concise and more obviously correct, and knock many line widthsDavid Young2020-06-031-16/+13
* Perform a test where a writer creates 10,000 groups while a reader waits forDavid Young2020-05-281-1/+138
* If there were hard errors, report any soft errors, too.David Young2020-05-281-1/+2
* Straggler from previous: don't count errors *and* exit, just count.David Young2020-05-281-7/+0
* A zoo error is not a soft error. Count it as a hard error instead of a softDavid Young2020-05-281-1/+1
* Don't count up errors *and* exit right away when there is an error. JustDavid Young2020-05-281-46/+0
* Disable the error-stack printing around the H5Gopen() call that we know willDavid Young2020-05-281-0/+3
* Add a test writer that creates groups under the root and a reader that pollsDavid Young2020-05-272-0/+267
* Delete unused `state_t` members. NFCI.David Young2020-05-271-9/+1
* Join some lines. NFCI.David Young2020-05-261-4/+2
* Add `-a steps` option and if steps != 0, then add (or verify) an attribute onDavid Young2020-05-261-16/+85
* Cast a non-negative `int` to `size_t` before comparing with `size_t` so thatDavid Young2020-05-261-1/+1
* Rebase repair: add stubs.c back to the test library sources.David Young2020-05-201-1/+1
* Reduce diffs with `develop`.David Young2020-05-201-1/+1
* Reduce diffs with `develop`, where `H5C_move_entry` takes an `H5C_t *`David Young2020-05-203-20/+17
* Reduce diffs with `develop`.David Young2020-05-201-10/+10
* Reduce diffs with `develop`.David Young2020-05-203-7/+6
* Use H5_ATTR_NDEBUG_UNUSED instead of H5_ATTR_SANITY_CHECK.David Young2020-05-201-1/+1
* Fix compilation: use H5Oget_info() instead of specifying the versionDavid Young2020-05-201-4/+4
* Misc warning fixes.Dana Robinson2020-05-204-18/+39
* Align contents of CMake and autotools testfile cleanup lists.Quincey Koziol2020-05-202-90/+49
* Avoid allocating a chunk index for datasets with 0-sized dimensions, untilQuincey Koziol2020-05-202-20/+214
* Updates to tools warning PR from code review.Dana Robinson2020-05-201-4/+4
* Fixes for warnings in the tools code.Dana Robinson2020-05-201-0/+59
* For compatibility with non-C99 Visual Studio versions, use "%" PRIuMAXDavid Young2020-05-201-2/+2
* Fix `test/swmr_sparse_reader.c:118:77: error: cast from pointerDavid Young2020-05-201-2/+2
* Trim trailing whitespaceQuincey Koziol2020-05-2067-509/+509
* Tidying of Mirror VFD.Jacob Smith2020-05-203-30/+51