From: Matt Morehouse Date: Mon, 13 Apr 2020 17:58:26 +0000 (-0700) Subject: [SanCov] Disable whitelist/blacklist test on Darwin. X-Git-Tag: llvmorg-12-init~9210 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6cdcb9b4024b3299e4c5fc6b1ce828d8c931137e;p=platform%2Fupstream%2Fllvm.git [SanCov] Disable whitelist/blacklist test on Darwin. --- diff --git a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_whitelist_blacklist.cpp b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_whitelist_blacklist.cpp index 98748cc..5393caa 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_whitelist_blacklist.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_whitelist_blacklist.cpp @@ -3,7 +3,7 @@ // options // REQUIRES: has_sancovcc,stable-runtime -// UNSUPPORTED: i386-darwin +// UNSUPPORTED: darwin // XFAIL: ubsan,tsan // XFAIL: android && asan