XFAIL All but powerpc
[oota-llvm.git] / test / DebugInfo / 2006-11-06-StackTrace.cpp
index 4fdf50dcb3d975836e86e889d1e81bc1621e2807..1edd48c6cf0620b0b532889c83b74e4eccaed907 100644 (file)
@@ -6,7 +6,7 @@
 // RUN: ( echo "break DeepStack::deepest"; echo "run 17" ; echo "where" ) > Output/StackTrace.gdbin 
 // RUN: gdb -q -batch -n -x Output/StackTrace.gdbin Output/StackTrace.exe | tee Output/StackTrace.out | grep '#0  DeepStack::deepest.*(this=.*,.*x=33)'
 // RUN: gdb -q -batch -n -x Output/StackTrace.gdbin Output/StackTrace.exe | grep '#7  0x.* in main.*(argc=[12],.*argv=.*)'
-// XFAIL: i[1-9]86
+// XFAIL: i[1-9]86|alpha|ia64|arm
 
 #include <stdlib.h>