summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-10-23 21:10:40 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-10-23 21:10:40 (GMT)
commit73e8b16d922b3f9d16ebf85e50c4c011612c33b2 (patch)
tree6c4ea1273b555ee4de5bcdc5e7f5fc6d098fb4d2 /testpar
parent20292df3675e5cb4296d743f435bbbe1a3136f2b (diff)
parent9affb7f12ec6084ccaadec9fcdc8d94bccf4dd4f (diff)
downloadhdf5-73e8b16d922b3f9d16ebf85e50c4c011612c33b2.zip
hdf5-73e8b16d922b3f9d16ebf85e50c4c011612c33b2.tar.gz
hdf5-73e8b16d922b3f9d16ebf85e50c4c011612c33b2.tar.bz2
Merge pull request #2016 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '9affb7f12ec6084ccaadec9fcdc8d94bccf4dd4f': Fix MPI test depends
Diffstat (limited to 'testpar')
-rw-r--r--testpar/CMakeVFDTests.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/testpar/CMakeVFDTests.cmake b/testpar/CMakeVFDTests.cmake
index 8d131db..4d6b18c 100644
--- a/testpar/CMakeVFDTests.cmake
+++ b/testpar/CMakeVFDTests.cmake
@@ -58,6 +58,9 @@ macro (ADD_VFD_TEST vfdname resultcode)
WORKING_DIRECTORY ${HDF5_TEST_PAR_BINARY_DIR}/${vfdname}
)
endforeach ()
+ set_tests_properties (MPI_TEST_VFD-${vfdname}-pflush1 PROPERTIES WILL_FAIL "true")
+ #set_property (TEST MPI_TEST_t_pflush1 PROPERTY PASS_REGULAR_EXPRESSION "PASSED")
+ set_tests_properties (MPI_TEST_VFD-${vfdname}-pflush2 PROPERTIES DEPENDS MPI_TEST_VFD-${vfdname}-pflush1)
endif ()
endmacro ()