summaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc')
-rw-r--r--test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc b/test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc
index 9ea9fef70..dd18213d6 100644
--- a/test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc
+++ b/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>