summaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2015-06-25 18:23:58 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2015-06-25 18:23:58 +0000
commitae433597fa58d66c1df86c59116cd9e161b574fd (patch)
treef07101adbec4b6875f1984ba16a028f25c4b5c89 /compiler-rt
parent43d34a9992b4076eb9bce29f9f9be85ee9a158ed (diff)
[sanitizer] Disable signal_segv_handler test.
Random failures on the bots.
Diffstat (limited to 'compiler-rt')
-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>