Browse Source

Merge topic 'test-crash-ubsan'

701a637e Tests: Fix CTestTestCrash test under ubsan

Acked-by: Kitware Robot <[email protected]>
Merge-request: !1443
Brad King 8 năm trước cách đây
mục cha
commit
6a54dbe8ca
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Tests/CMakeLists.txt

+ 1 - 1
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(