summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2016-08-04 15:57:30 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2016-08-04 15:57:30 +0000
commit6c4c464850bb49047329fdd44b439bfd3dc3b0cd (patch)
tree132556bbdbf00dccd5ecb2674e507544fc6fc336 /test
parent8132fd7a9ff3dc3dd064d39e0ababc37c6e54ba2 (diff)
[ASAN] Mark test/asan/TestCases/ill.cc as unsupported on darwin
Introduced in r277621, this test is currently failing all around in public bots: http://lab.llvm.org:8080/green/job/clang-stage1-configure-RA_check/20787 and internal bots. Mark it as unsupported on darwin until we figure out how it should behave. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@277733 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/asan/TestCases/ill.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asan/TestCases/ill.cc b/test/asan/TestCases/ill.cc
index 7b0fa88d7..fae837c32 100644
--- a/test/asan/TestCases/ill.cc
+++ b/test/asan/TestCases/ill.cc
@@ -3,6 +3,7 @@
// RUN: %clangxx_asan %s -o %t && %env_asan_opts=handle_sigill=0 not --crash %run %t 2>&1 | FileCheck %s --check-prefix=CHECK0
// RUN: %clangxx_asan %s -o %t && %env_asan_opts=handle_sigill=1 not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK1
// REQUIRES: x86-target-arch
+// UNSUPPORTED: darwin
#ifdef _WIN32
#include <windows.h>