This test works again for Darwin because a patch was reverted.
authorBill Wendling <isanbard@gmail.com>
Fri, 19 Dec 2008 19:08:13 +0000 (19:08 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 19 Dec 2008 19:08:13 +0000 (19:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61254 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC++/2006-11-06-StackTrace.cpp

index 26f47885e4022ebf2b140e4a2184246fa1455e1d..d1b60c9b59ae5aec1594830e6ffe23086cf1bdd2 100644 (file)
 // 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 <stdlib.h>