summaryrefslogtreecommitdiff
path: root/test/ubsan
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2016-01-15 23:19:39 +0000
committerNico Weber <nicolasweber@gmx.de>2016-01-15 23:19:39 +0000
commit7ca8db56e3d172876b58aa095f0624ca51d2b4c1 (patch)
tree2ed3fd1e9530066af113fc60eaf2aa8e99bf0e99 /test/ubsan
parent623045467ba5fbbf9d56388e2a0b8ccd4f54e224 (diff)
Re-disable suppressions.cpp on Windows.
See discussion in http://reviews.llvm.org/D15363 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@257952 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ubsan')
-rw-r--r--test/ubsan/TestCases/Integer/suppressions.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ubsan/TestCases/Integer/suppressions.cpp b/test/ubsan/TestCases/Integer/suppressions.cpp
index e6ae626db..5203efd01 100644
--- a/test/ubsan/TestCases/Integer/suppressions.cpp
+++ b/test/ubsan/TestCases/Integer/suppressions.cpp
@@ -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.