diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-29 15:48:32 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-29 15:48:32 (GMT) |
commit | 1bd42760c107d18e556485a56e5bf00b23a622d0 (patch) | |
tree | 294d3a03faac3a2e3714543aa37e9e90f1be133f /tools | |
parent | dd6d6f7b45e9d2dde2ffcfeafb2d72b51c800fc5 (diff) | |
download | hdf5-1bd42760c107d18e556485a56e5bf00b23a622d0.zip hdf5-1bd42760c107d18e556485a56e5bf00b23a622d0.tar.gz hdf5-1bd42760c107d18e556485a56e5bf00b23a622d0.tar.bz2 |
[svn-r3016] Purpose:
Re-enabling features.
Description:
Re-add the tests which had been core-dumping on a couple of platforms, now
that the underlying bug is fixed.
Platforms tested:
FreeBSD 4.2 (hawkwind) & Solaris 2.6 (baldric)
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/testh5dump.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/testh5dump.sh b/tools/testh5dump.sh index 4982eed..d11c388 100755 --- a/tools/testh5dump.sh +++ b/tools/testh5dump.sh @@ -129,16 +129,16 @@ TOOLTEST tvldtypes1.ddl tvldtypes1.h5 TOOLTEST tvldtypes2.ddl tvldtypes2.h5 TOOLTEST tvldtypes3.ddl tvldtypes3.h5 #dumping tvldtypes4.h5 is causing core-dumps on modi4 currently - QAK -#TOOLTEST tvldtypes4.ddl tvldtypes4.h5 +TOOLTEST tvldtypes4.ddl tvldtypes4.h5 # test for files with array data TOOLTEST tarray1.ddl tarray1.h5 TOOLTEST tarray2.ddl tarray2.h5 TOOLTEST tarray3.ddl tarray3.h5 #dumping tarray4.h5 is causing core-dumps on modi4 currently - QAK -#TOOLTEST tarray4.ddl tarray4.h5 +TOOLTEST tarray4.ddl tarray4.h5 #dumping tarray5.h5 is causing core-dumps on hawkwind currently - QAK -#TOOLTEST tarray5.ddl tarray5.h5 +TOOLTEST tarray5.ddl tarray5.h5 TOOLTEST tarray6.ddl tarray6.h5 TOOLTEST tarray7.ddl tarray7.h5 |