summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-11-06 13:55:19 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-11-06 14:00:44 (GMT)
commit6a54dbe8caeaaa78a8ac78b282d80128f0201f9a (patch)
tree4a76075d28cbd0fd4c1436c00964d3c17cb1b63e
parentbccd442f7183de1da8e97cfd4a4be2d3b21a807c (diff)
parent701a637e4d0294ad76df7c11244c9b9b2e84716d (diff)
downloadCMake-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.txt2
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(