diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-03-05 11:15:48 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-03-05 11:15:48 +0000 |
commit | 884b9dd182378c9d3ae4385ccf9030b989b3d028 (patch) | |
tree | b89a85dfdd9781c37fe028398a88e8e8661cb71e /test/CodeGenCXX/debug-info-namespace.cpp | |
parent | 6f48d12aaa8c71400ebf6e9d498b13492e64bf9d (diff) |
test: Mark 3 tests as XFAIL:cygwin,mingw.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127077 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/debug-info-namespace.cpp')
-rw-r--r-- | test/CodeGenCXX/debug-info-namespace.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGenCXX/debug-info-namespace.cpp b/test/CodeGenCXX/debug-info-namespace.cpp index 2e0a96d566..89b03a608c 100644 --- a/test/CodeGenCXX/debug-info-namespace.cpp +++ b/test/CodeGenCXX/debug-info-namespace.cpp @@ -1,3 +1,4 @@ +// XFAIL: cygwin,mingw // RUN: %clang -g -S %s -o - | FileCheck %s // CHECK: TAG_namespace |