[compiler-rt] r257952 - Re-disable suppressions.cpp on Windows.

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 15:19:39 PST 2016


Author: nico
Date: Fri Jan 15 17:19:39 2016
New Revision: 257952

URL: http://llvm.org/viewvc/llvm-project?rev=257952&view=rev
Log:
Re-disable suppressions.cpp on Windows.

See discussion in http://reviews.llvm.org/D15363

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

Modified: compiler-rt/trunk/test/ubsan/TestCases/Integer/suppressions.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/ubsan/TestCases/Integer/suppressions.cpp?rev=257952&r1=257951&r2=257952&view=diff
==============================================================================
--- compiler-rt/trunk/test/ubsan/TestCases/Integer/suppressions.cpp (original)
+++ compiler-rt/trunk/test/ubsan/TestCases/Integer/suppressions.cpp Fri Jan 15 17:19:39 2016
@@ -1,3 +1,9 @@
+// XFAIL: win32
+// This test fails on Windows if the environment was set up by SetEnv.cmd from
+// the Windows SDK.  If it's set up via vcvarsall.bat, it passes.
+// FIXME: Figure out how to make this reliably pass on Windows.
+// test/asan/TestCases/suppressions-interceptor.cc will need the same fix.
+
 // RUN: %clangxx -fsanitize=integer -g0 %s -o %t
 
 // Fails without any suppression.




More information about the llvm-commits mailing list