From bdf7dd44c06de284c3d47dc9276fe715e61cf5df Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 19 Dec 2008 19:08:13 +0000 Subject: [PATCH] This test works again for Darwin because a patch was reverted. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61254 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC++/2006-11-06-StackTrace.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/FrontendC++/2006-11-06-StackTrace.cpp b/test/FrontendC++/2006-11-06-StackTrace.cpp index 26f47885e40..d1b60c9b59a 100644 --- a/test/FrontendC++/2006-11-06-StackTrace.cpp +++ b/test/FrontendC++/2006-11-06-StackTrace.cpp @@ -10,10 +10,8 @@ // RUN: grep {#7 0x.* in main.*(argc=\[12\],.*argv=.*)} // Only works on ppc, x86 and x86_64. Should generalize? -// XFAIL: alpha|ia64|arm - -// FIXME: Un-XFAIL this test when debug stuff is working again. -// XFAIL: * +// FIXME: Un-XFAIL this test for Linux when debug stuff is working again. +// XFAIL: alpha|ia64|arm|linux #include -- 2.11.0