summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Make tests pass on both of my branches, like they ought to: in the tests thatDavid Young2020-08-031-9/+35
* Perform virtual dataset tests with multiple source files, too.David Young2020-07-311-4/+4
* In test_reader_md_concur(), the child has to exit(3), not FAIL_STACK_ERROR, onDavid Young2020-07-301-1/+1
* Bug fixes: don't double-close a FAPL ID. Always close a file ID.David Young2020-07-301-3/+2
* Remove superfluous casts from `void *` to another pointer type prior toDavid Young2020-07-301-22/+20
* Change H5F_open to perform deduplication of open VFDs in a more flexible way,David Young2020-07-301-0/+1
* Straggler from last: update declaration of vfd_swmr_create_fapl().David Young2020-07-211-1/+2
* Add to the "bigset" writer a `-M` command-line option that enables the use ofDavid Young2020-07-216-77/+127
* Add evsnprintf for printing a `va_list` to a buffer or aborting the program onDavid Young2020-07-212-4/+13
* Delete superfluous comments that interpret obvious program syntax/semantics.David Young2020-07-211-13/+4
* Perform the few_big and many_small tests with and without VDS enabled.David Young2020-07-151-30/+30
* Suppress the error-stack printouts while attempting to open and read anDavid Young2020-07-141-1/+8
* If a group's attribute isn't present, that's ok. Retry.David Young2020-07-141-8/+13
* Close attribute after use.David Young2020-07-141-0/+2
* 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