summaryrefslogtreecommitdiffstats
path: root/tools/h5diff
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2012-04-27 20:36:05 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2012-04-27 20:36:05 (GMT)
commit0e268cb5aa99ee5bee51dd0a7b1517dc0aa84ed5 (patch)
treedfbb3741d77927f402149ad4c478c879667c7633 /tools/h5diff
parentc631d9e87a1b7b4c70c795fdc7526efb49be62c9 (diff)
downloadhdf5-0e268cb5aa99ee5bee51dd0a7b1517dc0aa84ed5.zip
hdf5-0e268cb5aa99ee5bee51dd0a7b1517dc0aa84ed5.tar.gz
hdf5-0e268cb5aa99ee5bee51dd0a7b1517dc0aa84ed5.tar.bz2
[svn-r22322] Description:
The ph5diff (parallel h5diff) can intermittently hang in parallel mode when comparing the two HDF5 files that contains common name objects with different object types. (HDFFV-8003) Skip only the specific test for parallel until the fix has made. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
Diffstat (limited to 'tools/h5diff')
-rwxr-xr-xtools/h5diff/testh5diff.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh
index b4863d1..cb91a19 100755
--- a/tools/h5diff/testh5diff.sh
+++ b/tools/h5diff/testh5diff.sh
@@ -827,9 +827,10 @@ TOOLTEST h5diff_221.txt -c non_comparables1.h5 non_comparables2.h5 /g2
# entire file
# All the comparables should display differences.
-if test -n "$pmode" -a "$mydomainname" = hdfgroup.uiuc.edu; then
+if test -n "$pmode"; then
# parallel mode:
- # skip due to ph5diff hangs on koala (linux64-LE) randomly.
+ # skip due to ph5diff hangs on koala (linux64-LE) and ember intermittently.
+ # (HDFFV-8003 - TBD)
SKIP -c non_comparables1.h5 non_comparables2.h5
else
TOOLTEST h5diff_222.txt -c non_comparables1.h5 non_comparables2.h5