mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
[svn-r25128] HDFFV-8172: Add tests properties that indicate it will fail and to depend on PASSED in the output.
This commit is contained in:
parent
9711359755
commit
9fd8692663
@ -11,7 +11,9 @@ foreach (testp ${H5P_TESTS})
|
||||
add_test (NAME TEST_PAR_${testp} COMMAND ${MPIEXEC} ${MPIEXEC_PREFLAGS} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_POSTFLAGS} $<TARGET_FILE:${testp}>)
|
||||
endforeach (testp ${H5P_TESTS})
|
||||
|
||||
SET_TESTS_PROPERTIES(TEST_PAR_t_pflush2 PROPERTIES DEPENDS TEST_PAR_t_pflush1)
|
||||
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)
|
||||
|
||||
if (HDF5_TEST_VFD)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user