summaryrefslogtreecommitdiff
path: root/compiler-rt/test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc')
-rw-r--r--compiler-rt/test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc b/compiler-rt/test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc
index 9ea9fef70c3..dd18213d61e 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc
+++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc
@@ -13,6 +13,8 @@
// "benign" SEGVs that are handled by signal handler, and ensures that
// the process survive.
+// REQUIRES: disabled
+
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>