[compiler-rt] r277733 - [ASAN] Mark test/asan/TestCases/ill.cc as unsupported on darwin

Bruno Cardoso Lopes via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 4 08:57:31 PDT 2016


Author: bruno
Date: Thu Aug  4 10:57:30 2016
New Revision: 277733

URL: http://llvm.org/viewvc/llvm-project?rev=277733&view=rev
Log:
[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.

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

Modified: compiler-rt/trunk/test/asan/TestCases/ill.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/ill.cc?rev=277733&r1=277732&r2=277733&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/ill.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/ill.cc Thu Aug  4 10:57:30 2016
@@ -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>




More information about the llvm-commits mailing list