summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1610 in HDFFV/hdf5 from ↵Binh-Minh Ribler2019-03-242-4/+26
|\ | | | | | | | | | | | | | | ~BMRIBLER/hdf5_bmr_fixbug:develop to develop * commit 'fe104cc38ffbdb39d3e04da107d86ebfc7e8b622': Test improvement Description Moved the new tests to a more appropriate test function. Platforms tested: Linux/64 (jelly) Fixed HDFFV-10210 and HDFFV-10587 Description: - Added parameter validation (HDFFV-10210) - Added detection of division by zero (HDFFV-10587 - CVE-2018-17438) - Fixed typos in various tests Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
| * Test improvementBinh-Minh Ribler2019-03-211-18/+25
| | | | | | | | | | | | | | Description Moved the new tests to a more appropriate test function. Platforms tested: Linux/64 (jelly)
| * Merge branch 'develop' of ↵Binh-Minh Ribler2019-03-2023-1550/+1443
| |\ | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_fixbug into develop
| * | Fixed HDFFV-10210 and HDFFV-10587Binh-Minh Ribler2019-03-202-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - Added parameter validation (HDFFV-10210) - Added detection of division by zero (HDFFV-10587 - CVE-2018-17438) - Fixed typos in various tests Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
* | | Changes that show the right way to iterate over enums.Dana Robinson2019-03-211-6/+10
| | |
* | | Used the H5_INC_ENUM macro to squash enum value increment warnings.Dana Robinson2019-03-217-39/+39
| | |
* | | Fix CMake error in nameAllen Byrne2019-03-191-2/+2
| |/ |/|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Neil Fortner2019-03-151-1/+6
|\ \ | | | | | | | | | develop
| * | CMake: fix pthread linking to only be privateJerome Soumagne2019-03-131-1/+6
| | |
* | | Fix issue with direct chunk write not updating the "last chunk" indexNeil Fortner2019-03-061-20/+101
|/ / | | | | | | | | cache. Fix issues involving datasets being "no allocated" when they contain cached raw data.
* | Correct varnameAllen Byrne2019-02-261-1/+1
| |
* | Revise "management" VOL callbacks into 'info' and object 'wrap / retrieval'Quincey Koziol2019-02-231-10/+14
| | | | | | | | classes.
* | Merge pull request #1569 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:topic_threadsafe ↵Jerome Soumagne2019-02-221-1/+1
|\ \ | | | | | | | | | | | | | | | | | | to develop * commit 'bcf5c400c06bf06820b25c37eceaa97245f15f1f': Fix CMake H5_HAVE_THREADSAFE to set value in H5pubconf.h
| * | Fix CMake H5_HAVE_THREADSAFE to set value in H5pubconf.hJerome Soumagne2019-02-211-1/+1
| | | | | | | | | | | | | | | | | | Add REQUIRED to find_package(Threads) Link against thread library if static and not WIN32 platform
* | | Merge branch 'develop' into c_stdlib_posix_call_cleanupDana Robinson2019-02-1914-1427/+1295
|\ \ \ | |/ /
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-02-171-366/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5ad3891d9b861593ebe25d540bed2d913eb83aba': Remove ' ' (typo). Code improvement Removed an extra "using" statement Adding documentation More changes to align with incoming selection improvements. Added C++ wrapper for H5Ovisit2 Adding a C++ wrapper
| | * \ Merge pull request #1548 in HDFFV/hdf5 from merge_hyperslab_updates_04 to ↵Quincey Koziol2019-02-151-366/+0
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '320eaf91b9adb36bb0fed9264d460e4a808200b7': More changes to align with incoming selection improvements.
| | | * | More changes to align with incoming selection improvements.Quincey Koziol2019-02-141-366/+0
| | | | |
| * | | | HDFFV-10703 macro vars need quotesAllen Byrne2019-02-153-8/+8
| | | | |
| * | | | HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-155-98/+98
| |/ / /
| * | | Skip testing of cache_image testAllen Byrne2019-02-143-0/+4
| |/ /
| * | Merge pull request #1540 in HDFFV/hdf5 from merge_hyperslab_changes_01 to ↵Quincey Koziol2019-02-142-606/+612
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'fb5d1a37c11bca613175a48262a2147e99c9dede': Align develop with incoming hyperslab_updates branch changes.
| | * | Align develop with incoming hyperslab_updates branch changes.Quincey Koziol2019-02-132-606/+612
| | | |
| * | | TRILAB-111 fixes for parallel testingAllen Byrne2019-02-134-242/+399
| |/ /
| * | Refactor out timeout valuesAllen Byrne2019-02-063-22/+22
| |/
| * Merge branch 'develop' of ↵Binh-Minh Ribler2019-01-261-9/+9
| |\ | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_fixbug into develop
| | * Fixed a bug identified by valgrind in the cork test.Dana Robinson2019-01-251-9/+9
| | |
| * | Added test file for CMakeBinh-Minh Ribler2019-01-261-0/+1
| |/
| * Merge branch 'develop' of ↵Binh-Minh Ribler2019-01-252-4/+11
| |\ | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_fixbug into develop
| | * Merge pull request #1479 in HDFFV/hdf5 from ↵Binh-Minh Ribler2019-01-241-0/+101
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~BMRIBLER/hdf5_bmr_fixbug:develop to develop HDFFV-10586 and HDFFV-10588 * commit '25cd1ab02b9ddaf58a4f5422f4ab4fde411e050a': Added test for HDFFV-10588 Fixed HDFFV-10684 Fixed HDFFV-10586 and HDFFV-10588 Description: HDFFV-10586 CVE-2018-17434 Divide by zero inh5repack_filters Added a check for zero value HDFFV-10588 CVE-2018-17437 Memory leak in H5O_dtype_decode_helper This is actually an Invalid read issue. It was found that the attribute name length in an attribute message was corrupted, which caused the buffer pointer to be advanced too far and later caused an invalid read. Added a check to detect attribute name and its length mismatch. The fix is not perfect, but it'll reduce the chance of this issue when a name length is corrupted or the attribute name is corrupted. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
| | * | Fixed a memory issue flagged by valgrind in the direct_chunk test.Dana Robinson2019-01-171-2/+2
| | | |
| | * | Update usage for FAPLs, and reduce # of groups for smoke checksQuincey Koziol2019-01-161-2/+9
| | | |
| * | | Added data file for test and updated MANIFESTBinh-Minh Ribler2019-01-251-0/+0
| | |/ | |/|
| * | Added test for HDFFV-10588Binh-Minh Ribler2019-01-241-0/+101
| |/ | | | | | | | | | | | | Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
| * Work around compiler fussiness on platypus.Quincey Koziol2019-01-111-13/+39
| |
| * Delta reduction against hyperslab_updates branch.Quincey Koziol2019-01-111-74/+6
| |
* | C and POSIX call cleanupDana Robinson2019-01-1114-189/+191
|/
* Merge pull request #1455 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-01-091-0/+57
|\ | | | | | | | | * commit '2d7eb9a4c3a841f7612b88f6b559792cb6143930': Align behavior of H5Aget_name_by_idx with H5Aget_name when a NULL buffer is supplied
| * Align behavior of H5Aget_name_by_idx with H5Aget_name when a NULL buffer is ↵Jordan Henderson2019-01-081-0/+57
| | | | | | | | supplied
* | Merge pull request #1450 in HDFFV/hdf5 from ↵Ray Lu2019-01-081-9/+72
|\ \ | |/ |/| | | | | | | | | | | | | ~SONGYULU/hdf5_ray:TRILAB-98-dt_arith-and-cpp_testhdf5-tests to develop * commit 'b02de315b93ac29d2483a91d526b110a25073505': NNSA Tri-LabsTRILAB-98: Another two test cases out. NNSA Tri-Labs TRILAB-98: Taking out a few more test cases. NNSA Tri-Labs TRILAB-98 dt_arith and cpp_testhdf5 tests fail on sierra.llnl.gov: According to the group decision, simply provide a macro to disable some failing test cases on sierra (IBM power9 cpu). All failing cases involve long double data type.
| * NNSA Tri-LabsTRILAB-98: Another two test cases out.Songyu Lu2019-01-081-1/+18
| |
| * NNSA Tri-Labs TRILAB-98: Taking out a few more test cases.Songyu Lu2019-01-081-10/+22
| |
| * NNSA Tri-Labs TRILAB-98 dt_arith and cpp_testhdf5 tests fail on ↵Songyu Lu2019-01-081-2/+36
| | | | | | | | sierra.llnl.gov: According to the group decision, simply provide a macro to disable some failing test cases on sierra (IBM power9 cpu). All failing cases involve long double data type.
* | Delay checking if decoded message's "shareable" flag is appropriate forNeil Fortner2019-01-073-0/+18
| | | | | | | | | | | | | | | | | | | | | | the message type until we've verified we understand the message type. Reduce size of H5O_msg_class_g to *not* include space for H5O_BOGUS_INVALID. Make bogus messages shareable. Add new bogus message test with shareable messages to cover the formerly problematic code. Re-run gen_bogus.c to add this test case and also to fix the bogus_invalid messages that were no longer H5O_BOGUS_INVLAID due to a new message class being added in a previous commit. Added comment to remind developers to run gen_bogus.c when adding a new message class.
* | Merge pull request #1445 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2019-01-071-1/+1
|\ \ | | | | | | | | | | | | | | | | | | develop * commit '982852c603c03a06ca24f219127f49616c7d42cb': Fix for daily test failure: too many arguments to function 'H5Gopen1'
| * | Fix for daily test failure: too many arguments to function 'H5Gopen1'Vailin Choi2019-01-071-1/+1
| |/
* | Merge pull request #1434 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-01-071-1/+1
|\ \ | |/ |/| | | | | * commit 'fe6bed2ad722578d0b701e29d22f591923d2fe9f': Fix TESTING_2 macro to align output with TESTING macro
| * Fix TESTING_2 macro to align output with TESTING macroJordan Henderson2019-01-071-1/+1
| | | | | | | | Add more indentation to TESTING_2 macro
* | Remove incorrect comment.Quincey Koziol2019-01-061-1/+0
| |
* | Corrected comment in src/H5VLint.c, fixed pass-through info size inQuincey Koziol2019-01-0612-260/+574
|/ | | | | | | src/H5VLpassthru.c, switched to stashing VOL connector ID & info in API context (in src/H5CX.c, src/H5CXprivate.h, src/H5F.c, src/H5Fint.c, and src/H5Fefc.c), patched up all sorts of issues in the tests, to make them work with 'check-vfd' (and 'check-vol' again).