mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06: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