mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
test: Mark two tests as XFAIL:mingw.
llvm-svn: 127076
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user