summaryrefslogtreecommitdiff
path: root/test/ubsan
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-10-10 22:11:25 +0000
committerHans Wennborg <hans@hanshq.net>2017-10-10 22:11:25 +0000
commit69abe65f08f043198d583d11978362bf5c4c992a (patch)
tree724b54b97b26f0befbe94287254751a1a1796794 /test/ubsan
parent5b96e8b6fad1b6f3c3492037d34bc4885f1bbbaa (diff)
XFAIL ubsan/TestCases/TypeCheck/Function/function.cpp on Windows
I think it got accidentally enabled in r315105 or thereabouts. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@315374 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ubsan')
-rw-r--r--test/ubsan/TestCases/TypeCheck/Function/function.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ubsan/TestCases/TypeCheck/Function/function.cpp b/test/ubsan/TestCases/TypeCheck/Function/function.cpp
index 1d631ad4e..25b2bdc32 100644
--- a/test/ubsan/TestCases/TypeCheck/Function/function.cpp
+++ b/test/ubsan/TestCases/TypeCheck/Function/function.cpp
@@ -2,6 +2,7 @@
// RUN: %run %t 2>&1 | FileCheck %s
// Verify that we can disable symbolization if needed:
// RUN: %env_ubsan_opts=symbolize=0 %run %t 2>&1 | FileCheck %s --check-prefix=NOSYM
+// XFAIL: win32,win64
#include <stdint.h>