diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-06-19 21:43:44 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-06-19 21:43:44 (GMT) |
commit | 00f4456e70c7e53226085b4a96d3bab3fd0074f0 (patch) | |
tree | 0ce3dc3f6ba59c631d893c8dec45f8aad1308d62 /tools/test/h5dump/CMakeTests.cmake | |
parent | d1ec663ad20bb057ff959b79ef8a2d8727867315 (diff) | |
download | hdf5-00f4456e70c7e53226085b4a96d3bab3fd0074f0.zip hdf5-00f4456e70c7e53226085b4a96d3bab3fd0074f0.tar.gz hdf5-00f4456e70c7e53226085b4a96d3bab3fd0074f0.tar.bz2 |
HDFFV-10219 - disable h5dump tests until h5import NATIVE is fixed
Diffstat (limited to 'tools/test/h5dump/CMakeTests.cmake')
-rw-r--r-- | tools/test/h5dump/CMakeTests.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test/h5dump/CMakeTests.cmake b/tools/test/h5dump/CMakeTests.cmake index ae4649a..0a72709 100644 --- a/tools/test/h5dump/CMakeTests.cmake +++ b/tools/test/h5dump/CMakeTests.cmake @@ -1412,14 +1412,14 @@ ADD_H5_EXPORT_TEST (tstr2bin6 tstr2.h5 0 --enable-error-stack -d /g6/dset6 -b -o) # NATIVE default. the NATIVE test can be validated with h5import/h5diff - ADD_H5_TEST_IMPORT (tbin1 out1D tbinary.h5 0 --enable-error-stack -d integer -b) +# ADD_H5_TEST_IMPORT (tbin1 out1D tbinary.h5 0 --enable-error-stack -d integer -b) if (NOT HDF5_ENABLE_USING_MEMCHECKER) ADD_H5_TEST (tbin2 0 --enable-error-stack -b BE -d float -o tbin2.bin tbinary.h5) endif () # the NATIVE test can be validated with h5import/h5diff - ADD_H5_TEST_IMPORT (tbin3 out3D tbinary.h5 0 --enable-error-stack -d integer -b NATIVE) +# ADD_H5_TEST_IMPORT (tbin3 out3D tbinary.h5 0 --enable-error-stack -d integer -b NATIVE) if (NOT HDF5_ENABLE_USING_MEMCHECKER) ADD_H5_TEST (tbin4 0 --enable-error-stack -d double -b FILE -o tbin4.bin tbinary.h5) |