diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-03-05 11:15:38 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-03-05 11:15:38 +0000 |
commit | 6f48d12aaa8c71400ebf6e9d498b13492e64bf9d (patch) | |
tree | a46643c5b9fec18de5e0d39bc71843a660812b7e /test/CodeGenCXX/vtable-debug-info.cpp | |
parent | fbe599465021a37b2275af93466064ba08c06a68 (diff) |
test: Mark two tests as XFAIL:mingw.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127076 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/vtable-debug-info.cpp')
-rw-r--r-- | test/CodeGenCXX/vtable-debug-info.cpp | 2 |
1 files changed, 1 insertions, 1 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 |