aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-08-23 09:06:01 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-08-23 09:06:01 +0200
commite1b36da1f7e174dcff2e5c9cbddd1b5235d62ee0 (patch)
tree829cf42ec0d17f997cce602e5d661d43d45e4a25
parent2494eb943ac7ec59c6f7a81cfa05fa07277de229 (diff)
downloadcmocka-e1b36da1f7e174dcff2e5c9cbddd1b5235d62ee0.tar.gz
cmocka-e1b36da1f7e174dcff2e5c9cbddd1b5235d62ee0.tar.xz
cmocka-e1b36da1f7e174dcff2e5c9cbddd1b5235d62ee0.zip
cmake: Also handle Illegal instruction
This is raised on a -O3 build.
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 3789b1b..03ce79c 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -84,7 +84,7 @@ else()
test_exception_handler
PROPERTIES
PASS_REGULAR_EXPRESSION
- "Test failed with exception: (Segmentation fault|Segmentation Fault|11)"
+ "Test failed with exception: (Segmentation fault|Segmentation Fault|11|Illegal instruction)"
)
endif (WIN32)