XFAIL cfi/stats.cpp on Windows until we fix our DIA usage
authorReid Kleckner <rnk@google.com>
Tue, 30 Aug 2016 16:13:07 +0000 (16:13 +0000)
committerReid Kleckner <rnk@google.com>
Tue, 30 Aug 2016 16:13:07 +0000 (16:13 +0000)
llvm-svn: 280106

compiler-rt/test/cfi/stats.cpp

index 566fcfb..1793191 100644 (file)
@@ -5,6 +5,10 @@
 // FIXME: We currently emit the wrong debug info under devirtualization.
 // UNSUPPORTED: devirt
 
+// FIXME: Currently failing on Windows with a DIA error, so we don't get any
+// symbols.
+// XFAIL: win32
+
 struct ABase {};
 
 struct A : ABase {