[compiler-rt] r305133 - Mark a sancov test as unsupported on x86_64h-darwin

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 9 17:12:11 PDT 2017


Author: vedantk
Date: Fri Jun  9 19:12:11 2017
New Revision: 305133

URL: http://llvm.org/viewvc/llvm-project?rev=305133&view=rev
Log:
Mark a sancov test as unsupported on x86_64h-darwin

Failing bot: http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-expensive/6891

Modified:
    compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter.cc

Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter.cc?rev=305133&r1=305132&r2=305133&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter.cc Fri Jun  9 19:12:11 2017
@@ -1,7 +1,7 @@
 // Tests -fsanitize-coverage=inline-8bit-counters
 //
 // REQUIRES: has_sancovcc,stable-runtime
-// UNSUPPORTED: i386-darwin, x86_64-darwin
+// UNSUPPORTED: i386-darwin, x86_64-darwin, x86_64h-darwin
 //
 // RUN: %clangxx -O0 %s -fsanitize-coverage=inline-8bit-counters 2>&1
 




More information about the llvm-commits mailing list