diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-21 22:38:17 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-21 22:38:17 (GMT) |
commit | de7799d2519bf3a74cc165ed245d395626faffc1 (patch) | |
tree | 8484f5d28de92cc0393d254575e7d787787bd409 /tools | |
parent | 536374a2757b69f7464f14812a4cb3617485942c (diff) | |
download | hdf5-de7799d2519bf3a74cc165ed245d395626faffc1.zip hdf5-de7799d2519bf3a74cc165ed245d395626faffc1.tar.gz hdf5-de7799d2519bf3a74cc165ed245d395626faffc1.tar.bz2 |
[svn-r2992] Purpose:
Bug workaround
Description:
tarray4.h5 and tdvltypes4.h5 are causing core dumps on modi4
Solution:
Commented out those tests for now. I'll take a look at them after the code
freeze for the beta-release is finished.
Platforms tested:
O2K (modi4)
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/testh5dump.sh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/testh5dump.sh b/tools/testh5dump.sh index 294bc46..4982eed 100755 --- a/tools/testh5dump.sh +++ b/tools/testh5dump.sh @@ -128,14 +128,16 @@ TOOLTEST tsaf.ddl tsaf.h5 TOOLTEST tvldtypes1.ddl tvldtypes1.h5 TOOLTEST tvldtypes2.ddl tvldtypes2.h5 TOOLTEST tvldtypes3.ddl tvldtypes3.h5 -TOOLTEST tvldtypes4.ddl tvldtypes4.h5 +#dumping tvldtypes4.h5 is causing core-dumps on modi4 currently - QAK +#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 -TOOLTEST tarray4.ddl tarray4.h5 -#dumping tarray5.h5 is causing core-dumps currently - QAK +#dumping tarray4.h5 is causing core-dumps on modi4 currently - QAK +#TOOLTEST tarray4.ddl tarray4.h5 +#dumping tarray5.h5 is causing core-dumps on hawkwind currently - QAK #TOOLTEST tarray5.ddl tarray5.h5 TOOLTEST tarray6.ddl tarray6.h5 TOOLTEST tarray7.ddl tarray7.h5 |