[ASAN] Mark test/asan/TestCases/ill.cc as unsupported on darwin
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 4 Aug 2016 15:57:30 +0000 (15:57 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 4 Aug 2016 15:57:30 +0000 (15:57 +0000)
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.

llvm-svn: 277733

compiler-rt/test/asan/TestCases/ill.cc

index 7b0fa88..fae837c 100644 (file)
@@ -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>