summaryrefslogtreecommitdiff
path: root/test/ubsan/TestCases/Misc/coverage-levels.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/ubsan/TestCases/Misc/coverage-levels.cc')
-rw-r--r--test/ubsan/TestCases/Misc/coverage-levels.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ubsan/TestCases/Misc/coverage-levels.cc b/test/ubsan/TestCases/Misc/coverage-levels.cc
index 02521722f..2fe12ffef 100644
--- a/test/ubsan/TestCases/Misc/coverage-levels.cc
+++ b/test/ubsan/TestCases/Misc/coverage-levels.cc
@@ -14,6 +14,8 @@
// RUN: %clangxx -fsanitize=shift -O1 -fsanitize-coverage=3 %s -o %t
// RUN: UBSAN_OPTIONS=$OPT ASAN_OPTIONS=$OPT %run %t 2>&1 | FileCheck %s --check-prefix=CHECK3 --check-prefix=CHECK_WARN
+// XFAIL: darwin
+
volatile int sink;
int main(int argc, char **argv) {
int shift = argc * 32;