diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2015-03-31 00:05:07 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2015-03-31 00:05:07 (GMT) |
commit | 306775bc98843414875ead5af117bb5e55ef323f (patch) | |
tree | 5ffaa5dcaa17132771bd67afb1dee3b1646faf23 /tools/h5dump | |
parent | 11413003c26807d0b174214d764922fd17cd195c (diff) | |
download | hdf5-306775bc98843414875ead5af117bb5e55ef323f.zip hdf5-306775bc98843414875ead5af117bb5e55ef323f.tar.gz hdf5-306775bc98843414875ead5af117bb5e55ef323f.tar.bz2 |
[svn-r26670] Remove VPATH and LONE_COLON
Tested with h5committest
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/CMakeTestsXML.cmake | 8 | ||||
-rw-r--r-- | tools/h5dump/testh5dumpxml.sh.in | 12 |
2 files changed, 1 insertions, 19 deletions
diff --git a/tools/h5dump/CMakeTestsXML.cmake b/tools/h5dump/CMakeTestsXML.cmake index a939d78..0a667c4 100644 --- a/tools/h5dump/CMakeTestsXML.cmake +++ b/tools/h5dump/CMakeTestsXML.cmake @@ -411,14 +411,6 @@ ADD_XML_H5_TEST (tempty-dtd.h5 0 --use-dtd tempty.h5) ADD_XML_H5_TEST (tempty-dtd-2.h5 0 -u tempty.h5) - # The lone colon here confuses some systems (Cray X1). Skip - # it if configure detects that this is a problem. - set (TESTTYPE "TEST") - if (NOT ${H5_LONE_COLON}) - set (TESTTYPE "SKIP") - endif (NOT ${H5_LONE_COLON}) - ADD_XML_SKIP_H5_TEST (tempty-nons.h5 0 ${TESTTYPE} -X : tempty.h5) - ADD_XML_H5_TEST (tempty-nons-2.h5 0 --xml-ns=: tempty.h5) ## Some of these combinations are syntactically correct but diff --git a/tools/h5dump/testh5dumpxml.sh.in b/tools/h5dump/testh5dumpxml.sh.in index 4dad9cd..1efde85 100644 --- a/tools/h5dump/testh5dumpxml.sh.in +++ b/tools/h5dump/testh5dumpxml.sh.in @@ -21,8 +21,6 @@ TESTNAME=h5dumpxml EXIT_SUCCESS=0 EXIT_FAILURE=1 -H5_LONE_COLON="@H5_LONE_COLON@" - DUMPER=h5dump # The tool name DUMPER_BIN=`pwd`/$DUMPER # The path of the tool binary @@ -356,15 +354,7 @@ TOOLTEST tnamed_dtype_attr.h5.xml --xml tnamed_dtype_attr.h5 TOOLTEST tempty-dtd.h5.xml --xml --use-dtd tempty.h5 TOOLTEST tempty-dtd-2.h5.xml --xml -u tempty.h5 - -# The lone colon here confuses some systems (Cray X1). Skip -# it if configure detects that this is a problem. -if test "X$H5_LONE_COLON" != "Xno"; then - TOOLTEST tempty-nons.h5.xml --xml -X ":" tempty.h5 -else - SKIP tempty-nons.h5.xml --xml -X ":" tempty.h5 -fi - +TOOLTEST tempty-nons.h5.xml --xml -X ":" tempty.h5 TOOLTEST tempty-nons-2.h5.xml --xml --xml-ns=":" tempty.h5 ## Some of these combinations are syntactically correct but |