aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGenCXX/vtable-debug-info.cpp2
-rw-r--r--test/PCH/reloc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenCXX/vtable-debug-info.cpp b/test/CodeGenCXX/vtable-debug-info.cpp
index c355406fae..a008f7e110 100644
--- a/test/CodeGenCXX/vtable-debug-info.cpp
+++ b/test/CodeGenCXX/vtable-debug-info.cpp
@@ -1,6 +1,6 @@
// RUN: %clang -c -g %s -o /dev/null
// Radar 8730409
-// XFAIL: win32
+// XFAIL: win32,mingw
// FIXME: This test crashes on Windows.
#ifdef _WIN32
diff --git a/test/PCH/reloc.c b/test/PCH/reloc.c
index 51a7c4c879..f15c77682f 100644
--- a/test/PCH/reloc.c
+++ b/test/PCH/reloc.c
@@ -1,7 +1,7 @@
// RUN: %clang_cc1 -emit-pch -o %t -relocatable-pch -isysroot %S/libroot %S/libroot/usr/include/reloc.h
// RUN: %clang_cc1 -include-pch %t -isysroot %S/libroot %s -verify
// RUN: not %clang_cc1 -include-pch %t %s
-// XFAIL: win32
+// XFAIL: mingw,win32
#include <reloc.h>
int x = 2; // expected-error{{redefinition}}