diff options
author | Vedant Kumar <vsk@apple.com> | 2017-06-04 01:56:44 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2017-06-04 01:56:44 +0000 |
commit | d3322c1ed7ace3345a239336454e8a933600981d (patch) | |
tree | cd3eec8a1273f90c63c05423d7849a7e8d64d43a | |
parent | 22be8a18f327c660d980172e1aef51dd97fe5df6 (diff) | |
download | bcm5719-llvm-d3322c1ed7ace3345a239336454e8a933600981d.tar.gz bcm5719-llvm-d3322c1ed7ace3345a239336454e8a933600981d.zip |
Mark sancov test as unsupported on Darwin
This test has been failing on all Darwin bots since it was introduced:
http://lab.llvm.org:8080/green/job/clang-stage1-configure-RA_check/32111
fatal error: error in backend: Global variable '__sancov_gen_' has an invalid section specifier '__DATA,__sancov_counters': mach-o section specifier requires a section whose length is between 1 and 16 characters.
Target: x86_64-apple-darwin15.6.0
llvm-svn: 304673
-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 b7246ebf275..0da81fc38a7 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 +// UNSUPPORTED: i386-darwin, x86_64-darwin // // RUN: %clangxx -O0 %s -fsanitize-coverage=inline-8bit-counters 2>&1 |