[compiler-rt] r305942 - [sanitizer-coverage] Stop marking this test as unsupported on Darwin

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 21 12:05:00 PDT 2017


Author: bogner
Date: Wed Jun 21 14:04:59 2017
New Revision: 305942

URL: http://llvm.org/viewvc/llvm-project?rev=305942&view=rev
Log:
[sanitizer-coverage] Stop marking this test as unsupported on Darwin

The bug that was causing this to fail was fixed in r305429.

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=305942&r1=305941&r2=305942&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 Wed Jun 21 14:04:59 2017
@@ -1,7 +1,7 @@
 // Tests -fsanitize-coverage=inline-8bit-counters
 //
 // REQUIRES: has_sancovcc,stable-runtime
-// UNSUPPORTED: i386-darwin, x86_64-darwin, x86_64h-darwin
+// UNSUPPORTED: i386-darwin
 //
 // RUN: %clangxx -O0 %s -fsanitize-coverage=inline-8bit-counters 2>&1
 




More information about the llvm-commits mailing list