mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user