diff options
author | Brad King <brad.king@kitware.com> | 2017-11-06 13:55:19 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-11-06 14:00:44 (GMT) |
commit | 6a54dbe8caeaaa78a8ac78b282d80128f0201f9a (patch) | |
tree | 4a76075d28cbd0fd4c1436c00964d3c17cb1b63e | |
parent | bccd442f7183de1da8e97cfd4a4be2d3b21a807c (diff) | |
parent | 701a637e4d0294ad76df7c11244c9b9b2e84716d (diff) | |
download | CMake-6a54dbe8caeaaa78a8ac78b282d80128f0201f9a.zip CMake-6a54dbe8caeaaa78a8ac78b282d80128f0201f9a.tar.gz CMake-6a54dbe8caeaaa78a8ac78b282d80128f0201f9a.tar.bz2 |
Merge topic 'test-crash-ubsan'
701a637e Tests: Fix CTestTestCrash test under ubsan
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1443
-rw-r--r-- | Tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index c25fc44..d2b6969 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -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( |