From 818ae72d0461ae4b45888b9971d6392ce143df72 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Fri, 13 Jun 2008 16:52:35 +0000 Subject: XFAIL some tests that became failing due to the extra error reporting recently. PR's are created for these. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52250 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC++/2006-11-30-NoCompileUnit.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/FrontendC++') diff --git a/test/FrontendC++/2006-11-30-NoCompileUnit.cpp b/test/FrontendC++/2006-11-30-NoCompileUnit.cpp index c225eb7..70fc642 100644 --- a/test/FrontendC++/2006-11-30-NoCompileUnit.cpp +++ b/test/FrontendC++/2006-11-30-NoCompileUnit.cpp @@ -8,6 +8,8 @@ // RUN: gdb -q -batch -n -x %t2 NoCompileUnit.exe | \ // RUN: tee NoCompileUnit.out | not grep {"low == high"} // XFAIL: alpha|ia64|arm +// XFAIL: * +// See PR2454 class MamaDebugTest { -- cgit v1.1