[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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user