summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Fixes typo and return types in version bounds testDana Robinson2020-08-181-7/+7
|
* Refactors the 1.10 reference/selection bounds testsDana Robinson2020-08-1813-1/+357
|
* Merge pull request #2799 in HDFFV/hdf5 from ↵Larry Knox2020-08-181-0/+3
|\ | | | | | | | | | | | | ~BMRIBLER/hdf5_bmr2020:hdf5_bmr2020_addrsani_110 to hdf5_1_10 * commit 'ede1b9b1dd53caad6dfce8ec7bc4aa7b3dbce62c': Fix HDFFV-11101
| * Fix HDFFV-11101Binh-Minh Ribler2020-08-181-0/+3
| | | | | | | | | | | | | | | | | | | | Description Added initialization to local structs in the src function H5MF_settle_raw_data_fsm() and the test function test_bt2_hdr_fd() to prevent the following error in two different occurrences: MemorySanitizer: use-of-uninitialized-value Platforms tested: Linux/64 (jelly)
* | Merge pull request #2772 in HDFFV/hdf5 from ↵Larry Knox2020-08-181-0/+98
|\ \ | |/ |/| | | | | | | | | | | ~BMRIBLER/hdf5_bmr:hdf5_bmr_HDFFV-10933_110 to hdf5_1_10 * commit '538bdb35ae932a1445f32a04e8173f8805d404f8': Updated for HDFFV-10933 Fixed HDFFV-10933
| * Fixed HDFFV-10933Binh-Minh Ribler2020-08-141-0/+98
| | | | | | | | | | | | | | | | | | | | | | Description: Fixed to allow the creation of a dataset when the combination of type, space, etc doesn't work for filter and the filter is optional. Currently, it was supposed to be skipped as indicated in the documentation, but it was not skipped and the creation failed. The function H5Z_ignore_filters was added and used in H5D__create. Platforms tested: Linux/64 (jelly)
* | Brings H5Fstart_swmr_write changes from developDana Robinson2020-08-181-8/+82
| |
* | Merge pull request #2797 in HDFFV/hdf5 from ↵Dana Robinson2020-08-181-7/+22
|\ \ | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:1_10_normalization to hdf5_1_10 * commit 'c0a05da7c0189e9f0833f69506bce2775a01aa2b': Adds missing hdfs test changes.
| * | Adds missing hdfs test changes.Dana Robinson2020-08-181-7/+22
| | |
* | | Brings the MDC skiplist optimizations from developDana Robinson2020-08-175-1050/+1324
|/ /
* | Removes email and Modifications sectionsDana Robinson2020-08-171-3/+0
| |
* | Minor normalizations with developDana Robinson2020-08-169-180/+19
| |
* | Normalizations with developDana Robinson2020-08-162-16/+35
| |
* | Fixes missing chunk_info entry in CMake filesDana Robinson2020-08-151-0/+1
| |
* | Even more normalization with developDana Robinson2020-08-1569-249/+302
| |
* | More normalizations with developDana Robinson2020-08-151-1/+1
| |
* | Misc normalizations with developDana Robinson2020-08-154-38/+29
| |
* | Brings monotonic timer changes from developDana Robinson2020-08-153-1/+416
| |
* | Brings Mirror VFD to 1.10 from developDana Robinson2020-08-146-6/+3313
| |
* | Brings splitter VFD from developDana Robinson2020-08-145-1/+1296
| |
* | Brings file locking changes from developDana Robinson2020-08-143-33/+154
| |
* | Cherry pick of Windows thread-safety fixes from developDana Robinson2020-08-142-15/+16
|/
* Brings HDFFV-11027 H5S_NO_CLASS fix to 1.10 from developDana Robinson2020-08-111-0/+76
|
* Normalization and warning fixes from developDana Robinson2020-07-3124-497/+947
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2020-07-294-1/+179
|\ | | | | | | | | | | * commit '475120abfb493098e907fe40073260f48b35d15d': Supply the appropriate file pointer to H5T_patch_vlen_file() without H5F_VOL_OBJ from develop branch. Merge pull request #2693 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV-11080-heap-use-after-free-by-the-call to develop
| * Merge pull request #2693 in HDFFV/hdf5 from ↵Vailin Choi2020-07-214-1/+179
| | | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/HDFFV-11080-heap-use-after-free-by-the-call to develop * commit '3023b34272cc6ada84aebfa7441a6a55afa3621c': Update MANIFEST. Add new test to Cmake. Fix for jira issue HDFFV-11080: (1) Patch up the file pointer when reading attribute of variable length datatype (2) Test to verify the fix when doing multiple threads
* | Merge from dev of tools changesAllen Byrne2020-07-221-0/+59
|/
* Brought over thread-safety changes from develop.Dana Robinson2020-07-206-5/+356
|
* Merge of dataspace improvements from develop.Dana Robinson2020-07-166-570/+2187
|
* Normalization of H5S package with developDana Robinson2020-07-081-15/+15
|
* Merge pull request #2657 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2020-06-221-3/+3
|\ | | | | | | | | | | | | hdf5_1_10 * commit 'e64ed323db7c98a246d3386a146f87003886040a': Merge pull request #2656 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:changes_1_12_merge to hdf5_1_12
| * Merge pull request #2656 in HDFFV/hdf5 from ↵Larry Knox2020-06-211-3/+3
| | | | | | | | | | | | | | | | | | ~LRKNOX/hdf5_lrk:changes_1_12_merge to hdf5_1_12 * commit '538b1317646f52658c2a896bbde4dce4246a9761': Squashed commit of the following: Addition of clang-warnings flags Update examples/teth5cc.sh.in for version 1.10.
* | H5PB and H5Faccum normalization with develop.Dana Robinson2020-06-041-3/+3
| |
* | H5F normalizations with develop.Dana Robinson2020-06-041-24/+30
|/
* Some normalization with develop in testhdf5 files.Dana Robinson2020-05-285-359/+416
|
* Removed trailing whitespace from source files.Dana Robinson2020-05-2630-215/+215
|
* Moved srcdir changes over from develop.Dana Robinson2020-05-203-49/+77
|
* Brought the dsets test in line with develop. Brings over the fixDana Robinson2020-05-201-257/+815
| | | | for 0-size dataset metadata allocation.
* Updated code in H5Xtest.c files and associated tests.Dana Robinson2020-05-1820-737/+740
| | | | Reverted overlong-strings warning that gives jam issues.
* Misc library test changes from develop.Dana Robinson2020-05-1741-2032/+2120
|
* Brought error tests in line with develop. Fixes warnings.Dana Robinson2020-05-172-7/+64
|
* Merge pull request #2537 in HDFFV/hdf5 from ~DYOUNG/werror:fix-werrors to ↵David Young2020-04-271-2/+2
| | | | | | | | | develop * commit 'd16eb45d536bd13ca3cf1b0bdc76c58d95d13f17': For compatibility with non-C99 Visual Studio versions, use "%" PRIuMAX instead of "%ju". Fix `test/swmr_sparse_reader.c:118:77: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]` and `test/snapshots-hdf5/current/test/swmr_sparse_reader.c:129:100: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]`. Fix `src/H5FDdirect.c:1346:5: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]`.
* TRILAB-192 - merge changes from developAllen Byrne2020-04-071-3/+12
| | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
* Remove return statement from void function test_reference_sel_none().Larry Knox2020-04-041-2/+0
|
* Fix for HDFFV-11067:incorrect # of selected elements returned from region ↵vchoi2020-04-021-0/+83
| | | | | | reference. The H5S_sel_none->deserialize callback should be called for H5S_SEL_NONE selection type.
* Merge CMake and tools changes from developAllen Byrne2020-02-271-1/+1
|
* Added new CMake options for testsAllen Byrne2020-01-192-2/+4
|
* Merge branch 'hdf5_1_10' of https://git.hdfgroup.org/scm/~kmu/hdf5 into ↵kmu2020-01-0915-69/+68
|\ | | | | | | hdf5_1_10
| * Merge of --Wc++-compat changes from developDana Robinson2020-01-0915-69/+68
| |
* | merge intel warning fixKimmy Mu2020-01-095-13/+12
|/