[sanitizer] Disable signal_segv_handler test.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Thu, 25 Jun 2015 18:23:58 +0000 (18:23 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Thu, 25 Jun 2015 18:23:58 +0000 (18:23 +0000)
Random failures on the bots.

llvm-svn: 240668

compiler-rt/test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc

index 9ea9fef..dd18213 100644 (file)
@@ -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>