[compiler-rt] r218675 - [UBsan] Disable summary.cpp on Darwin. The test requires ubsan-asan, which does not work yet.

Alexander Potapenko glider at google.com
Tue Sep 30 06:55:44 PDT 2014


Author: glider
Date: Tue Sep 30 08:55:44 2014
New Revision: 218675

URL: http://llvm.org/viewvc/llvm-project?rev=218675&view=rev
Log:
[UBsan] Disable summary.cpp on Darwin. The test requires ubsan-asan, which does not work yet.

Modified:
    compiler-rt/trunk/test/ubsan/TestCases/Integer/summary.cpp

Modified: compiler-rt/trunk/test/ubsan/TestCases/Integer/summary.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/ubsan/TestCases/Integer/summary.cpp?rev=218675&r1=218674&r2=218675&view=diff
==============================================================================
--- compiler-rt/trunk/test/ubsan/TestCases/Integer/summary.cpp (original)
+++ compiler-rt/trunk/test/ubsan/TestCases/Integer/summary.cpp Tue Sep 30 08:55:44 2014
@@ -1,5 +1,7 @@
 // RUN: %clangxx -fsanitize=integer %s -o %t && %t 2>&1 | FileCheck %s
 // REQUIRES: ubsan-asan
+// ubsan-asan doesn't work on Darwin yet.
+// XFAIL: darwin
 
 #include <stdint.h>
 





More information about the llvm-commits mailing list