[compiler-rt] 6cdcb9b - [SanCov] Disable whitelist/blacklist test on Darwin.
Matt Morehouse via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 13 10:59:36 PDT 2020
Author: Matt Morehouse
Date: 2020-04-13T10:59:05-07:00
New Revision: 6cdcb9b4024b3299e4c5fc6b1ce828d8c931137e
URL: https://github.com/llvm/llvm-project/commit/6cdcb9b4024b3299e4c5fc6b1ce828d8c931137e
DIFF: https://github.com/llvm/llvm-project/commit/6cdcb9b4024b3299e4c5fc6b1ce828d8c931137e.diff
LOG: [SanCov] Disable whitelist/blacklist test on Darwin.
Added:
Modified:
compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_whitelist_blacklist.cpp
Removed:
################################################################################
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 98748ccd4cda..5393caaf5dff 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
More information about the llvm-commits
mailing list