mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
Tests: Fix CTestTestCrash expected output on macOS arm64
This commit is contained in:
@@ -2955,7 +2955,7 @@ if(BUILD_TESTING)
|
||||
PASS_REGULAR_EXPRESSION "Failed")
|
||||
else()
|
||||
set_tests_properties(CTestTestCrash PROPERTIES
|
||||
PASS_REGULAR_EXPRESSION "(Illegal|SegFault|Subprocess aborted)")
|
||||
PASS_REGULAR_EXPRESSION "(Illegal|SegFault|Subprocess aborted|SIGTRAP)")
|
||||
endif()
|
||||
|
||||
configure_file(
|
||||
|
Reference in New Issue
Block a user