[compiler-rt] r225281 - [ubsan] disable coverage-levels.cc on darwin until we can investigate what's wrong there.
Kostya Serebryany
kcc at google.com
Tue Jan 6 10:48:49 PST 2015
Author: kcc
Date: Tue Jan 6 12:48:49 2015
New Revision: 225281
URL: http://llvm.org/viewvc/llvm-project?rev=225281&view=rev
Log:
[ubsan] disable coverage-levels.cc on darwin until we can investigate what's wrong there.
Modified:
compiler-rt/trunk/test/ubsan/TestCases/Misc/coverage-levels.cc
Modified: compiler-rt/trunk/test/ubsan/TestCases/Misc/coverage-levels.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/ubsan/TestCases/Misc/coverage-levels.cc?rev=225281&r1=225280&r2=225281&view=diff
==============================================================================
--- compiler-rt/trunk/test/ubsan/TestCases/Misc/coverage-levels.cc (original)
+++ compiler-rt/trunk/test/ubsan/TestCases/Misc/coverage-levels.cc Tue Jan 6 12:48:49 2015
@@ -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;
More information about the llvm-commits
mailing list