summaryrefslogtreecommitdiff
path: root/test/cfi
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2017-03-22 01:45:08 +0000
committerReid Kleckner <rnk@google.com>2017-03-22 01:45:08 +0000
commit42738308e809b9007368dd59d590e4fb61a866f7 (patch)
tree61648bfa4cccb1eb1377fe771cc3d28596e9784e /test/cfi
parent101bbf41368b6cd4f054e85cad84fe5271e92a80 (diff)
XFAIL CFI stats test while LLD produces corrupt PDBs that confuse DIA
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@298476 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/cfi')
-rw-r--r--test/cfi/stats.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cfi/stats.cpp b/test/cfi/stats.cpp
index 566fcfbc2..8d96b5db0 100644
--- a/test/cfi/stats.cpp
+++ b/test/cfi/stats.cpp
@@ -2,6 +2,8 @@
// RUN: env SANITIZER_STATS_PATH=%t.stats %t
// RUN: sanstats %t.stats | FileCheck %s
+// XFAIL: win32
+
// FIXME: We currently emit the wrong debug info under devirtualization.
// UNSUPPORTED: devirt