[compiler-rt] r240668 - [sanitizer] Disable signal_segv_handler test.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Thu Jun 25 11:23:58 PDT 2015


Author: eugenis
Date: Thu Jun 25 13:23:58 2015
New Revision: 240668

URL: http://llvm.org/viewvc/llvm-project?rev=240668&view=rev
Log:
[sanitizer] Disable signal_segv_handler test.

Random failures on the bots.

Modified:
    compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc

Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc?rev=240668&r1=240667&r2=240668&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc Thu Jun 25 13:23:58 2015
@@ -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>





More information about the llvm-commits mailing list