summaryrefslogtreecommitdiffstats
path: root/testpar/CMakeTests.cmake
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-01-05 19:34:30 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-01-05 19:34:30 (GMT)
commitd617b56aacd403b6b99b5a661461b5d84a03e185 (patch)
treec0faede76d4d1472a5cc6f40baa6cd72dc5e46d4 /testpar/CMakeTests.cmake
parentcc8cc7f086c695fbf48eb5da6b36fcb0de89a2b7 (diff)
downloadhdf5-d617b56aacd403b6b99b5a661461b5d84a03e185.zip
hdf5-d617b56aacd403b6b99b5a661461b5d84a03e185.tar.gz
hdf5-d617b56aacd403b6b99b5a661461b5d84a03e185.tar.bz2
Cherry pick of CMake parallel flush fixes.
Diffstat (limited to 'testpar/CMakeTests.cmake')
-rw-r--r--testpar/CMakeTests.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/testpar/CMakeTests.cmake b/testpar/CMakeTests.cmake
index dffb813..a0d7f59 100644
--- a/testpar/CMakeTests.cmake
+++ b/testpar/CMakeTests.cmake
@@ -22,9 +22,9 @@ foreach (testp ${H5P_TESTS})
add_test (NAME TEST_PAR_${testp} COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:${testp}> ${MPIEXEC_POSTFLAGS})
endforeach ()
-# The following will only be correct on windows shared
-#set_tests_properties (TEST_PAR_t_pflush1 PROPERTIES WILL_FAIL "true")
-set_property (TEST TEST_PAR_t_pflush1 PROPERTY PASS_REGULAR_EXPRESSION "PASSED")
+# The t_pflush1 test is hard-coded to fail.
+set_tests_properties (TEST_PAR_t_pflush1 PROPERTIES WILL_FAIL "true")
+#set_property (TEST TEST_PAR_t_pflush1 PROPERTY PASS_REGULAR_EXPRESSION "PASSED")
set_tests_properties (TEST_PAR_t_pflush2 PROPERTIES DEPENDS TEST_PAR_t_pflush1)
##############################################################################