Disable stack-overflow test on ARM
authorGreg Fitzgerald <gregf@codeaurora.org>
Fri, 30 May 2014 22:44:35 +0000 (22:44 +0000)
committerGreg Fitzgerald <gregf@codeaurora.org>
Fri, 30 May 2014 22:44:35 +0000 (22:44 +0000)
llvm-svn: 209925

compiler-rt/test/asan/TestCases/stack-overflow.cc

index 4b9e75b..234e3c7 100644 (file)
@@ -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>