Tests: Fix CTestTestCrash test under ubsan

UBsan causes our test crash to abort instead.  Update our regex to
tolerate this.
This commit is contained in:
Brad King
2017-11-03 11:23:33 -04:00
parent 51e0d611f5
commit 701a637e4d

View File

@@ -2830,7 +2830,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
PASS_REGULAR_EXPRESSION "Failed")
else()
set_tests_properties(CTestTestCrash PROPERTIES
PASS_REGULAR_EXPRESSION "(Illegal|SegFault)")
PASS_REGULAR_EXPRESSION "(Illegal|SegFault|Child aborted)")
endif()
configure_file(