[compiler-rt] r209925 - Disable stack-overflow test on ARM

Greg Fitzgerald gregf at codeaurora.org
Fri May 30 15:44:35 PDT 2014


Author: garious
Date: Fri May 30 17:44:35 2014
New Revision: 209925

URL: http://llvm.org/viewvc/llvm-project?rev=209925&view=rev
Log:
Disable stack-overflow test on ARM

Modified:
    compiler-rt/trunk/test/asan/TestCases/stack-overflow.cc

Modified: compiler-rt/trunk/test/asan/TestCases/stack-overflow.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/stack-overflow.cc?rev=209925&r1=209924&r2=209925&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/stack-overflow.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/stack-overflow.cc Fri May 30 17:44:35 2014
@@ -14,6 +14,7 @@
 // RUN: %clangxx_asan -O0 %s -DTHREAD -pthread -o %t && env ASAN_OPTIONS=use_sigaltstack=1 not %run %t 2>&1 | FileCheck %s
 // RUN: %clangxx_asan -O3 %s -DTHREAD -pthread -o %t && env ASAN_OPTIONS=use_sigaltstack=1 not %run %t 2>&1 | FileCheck %s
 // RUN: not %run %t 2>&1 | FileCheck %s
+// REQUIRES: stable-runtime
 
 #include <assert.h>
 #include <stdlib.h>





More information about the llvm-commits mailing list