Debug info is disabled on PPC Darwin.
[oota-llvm.git] / test / FrontendC++ / 2006-11-30-Pubnames.cpp
index 48ad827f76c83eb38cf2c0989a11b77662a94bd0..64214a8d0094fd63231fd3af8a627f9965f03573 100644 (file)
@@ -7,7 +7,11 @@
 // RUN: %llvmdsymutil %t.exe 
 // RUN: echo {break main\nrun\np Pubnames::pubname} > %t.in
 // RUN: gdb -q -batch -n -x %t.in %t.exe | tee %t.out | grep {\$1 = 10}
-// XFAIL: alpha,arm
+//
+// XFAIL: alpha,arm,powerpc-apple-darwin
+// FIXME: This doesn't work for PPC Darwin because we turned off debugging on
+// that platform.
+
 struct Pubnames {
   static int pubname;
 };