summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/Reproducer
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-11-20 14:11:00 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2019-11-20 14:28:37 -0800
commit25f33d8318a39673fea798b24faf68154c03fdc1 (patch)
treeb4b0eb289543a2b2efce5701ac7e61e51b3dc255 /lldb/test/Shell/Reproducer
parentf24ed3a05198003ef2c76ead91019561a45d26b5 (diff)
downloadbcm5719-llvm-25f33d8318a39673fea798b24faf68154c03fdc1.tar.gz
bcm5719-llvm-25f33d8318a39673fea798b24faf68154c03fdc1.zip
[Reproducer] Limit signals to macro define sin <csignal>
SIGBUS is not part of the signal macros defined in the header <csignal>.
Diffstat (limited to 'lldb/test/Shell/Reproducer')
-rw-r--r--lldb/test/Shell/Reproducer/TestCrash.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/Shell/Reproducer/TestCrash.test b/lldb/test/Shell/Reproducer/TestCrash.test
index 1f26a4ebf03..cb0c09aad14 100644
--- a/lldb/test/Shell/Reproducer/TestCrash.test
+++ b/lldb/test/Shell/Reproducer/TestCrash.test
@@ -5,7 +5,6 @@
# RUN: rm -rf %t.repro
# RUN: %lldb -b --capture --capture-path %t.repro -o 'reproducer xcrash -s SIGSEGV' | FileCheck %s
-# RUN: %lldb -b --capture --capture-path %t.repro -o 'reproducer xcrash -s SIGBUS' | FileCheck %s
# RUN: %lldb -b --capture --capture-path %t.repro -o 'reproducer xcrash -s SIGILL' | FileCheck %s
# CHECK: ********************
OpenPOWER on IntegriCloud