From 4b4a58ada4c6b4bf651c2fa0a04736498d84abcc Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Thu, 25 Jun 2015 18:23:58 +0000 Subject: [PATCH] [sanitizer] Disable signal_segv_handler test. Random failures on the bots. llvm-svn: 240668 --- .../test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc | 2 ++ 1 file changed, 2 insertions(+) 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 9ea9fef..dd18213 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 #include #include -- 2.7.4