summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2009-01-18 08:09:03 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2009-01-18 08:09:03 (GMT)
commit0c4e71d004d1e1243923fe6202d139cfd7751dce (patch)
tree160e037e18989a19addd18bb7c3abcad5bf512ac /tools
parentb60c8e2062a4f7c5ca350cf5bfaae2f489723d22 (diff)
downloadhdf5-0c4e71d004d1e1243923fe6202d139cfd7751dce.zip
hdf5-0c4e71d004d1e1243923fe6202d139cfd7751dce.tar.gz
hdf5-0c4e71d004d1e1243923fe6202d139cfd7751dce.tar.bz2
[svn-r16328] Bug 948.
The test "h5diff -v h5diff_hyper1.h5 h5diff_hyper2.h5" sometimes hangs in THG machines. Skip it until its hanging is resolved.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/h5diff/testh5diff.sh12
1 files changed, 9 insertions, 3 deletions
diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh
index 2089321..52278a2 100755
--- a/tools/h5diff/testh5diff.sh
+++ b/tools/h5diff/testh5diff.sh
@@ -560,9 +560,15 @@ TOOLTEST h5diff_80.txt -v $FILE7 $FILE8
TESTING $H5DIFF -v $SRCFILE2 $SRCFILE2
TOOLTEST h5diff_90.txt -v $FILE2 $FILE2
-# 10. read by hyperslab, print indexes
-TESTING $H5DIFF -v $SRCFILE9 $SRCFILE10
-TOOLTEST h5diff_100.txt -v $FILE9 $FILE10
+mydomainname=`domainname 2>/dev/null`
+if test -n "$pmode" -a "$mydomainname" = hdfgroup.uiuc.edu; then
+ # skip this test which sometimes hangs in some THG machines
+ SKIP -v $SRCFILE9 $SRCFILE10
+else
+ # 10. read by hyperslab, print indexes
+ TESTING $H5DIFF -v $SRCFILE9 $SRCFILE10
+ TOOLTEST h5diff_100.txt -v $FILE9 $FILE10
+fi
# 11. floating point comparison
TESTING $H5DIFF -v $SRCFILE1 $SRCFILE1 g1/d1 g1/d2