diff options
author | Vedant Kumar <vsk@apple.com> | 2017-06-10 00:12:11 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2017-06-10 00:12:11 +0000 |
commit | c7672d66badeec75722792deddf888d0d31115cc (patch) | |
tree | ec3b2a77ff2eaaad806561fb6723e04021d0544b | |
parent | 647025f9e10e59c3fc31aeb8964f3dd16e3c0516 (diff) | |
download | bcm5719-llvm-c7672d66badeec75722792deddf888d0d31115cc.tar.gz bcm5719-llvm-c7672d66badeec75722792deddf888d0d31115cc.zip |
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
llvm-svn: 305133
-rw-r--r-- | compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter.cc b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter.cc index 0da81fc38a7..1a4ad1f066d 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter.cc @@ -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 |