[llvm-commits] [llvm] r60959 - in /llvm/trunk/test/FrontendC++: 2006-09-27-Debug-Protection.cpp 2006-11-30-Pubnames.cpp

Devang Patel dpatel at apple.com
Fri Dec 12 11:08:09 PST 2008


Author: dpatel
Date: Fri Dec 12 13:08:08 2008
New Revision: 60959

URL: http://llvm.org/viewvc/llvm-project?rev=60959&view=rev
Log:
XFAIL these tests for now.

Modified:
    llvm/trunk/test/FrontendC++/2006-09-27-Debug-Protection.cpp
    llvm/trunk/test/FrontendC++/2006-11-30-Pubnames.cpp

Modified: llvm/trunk/test/FrontendC++/2006-09-27-Debug-Protection.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2006-09-27-Debug-Protection.cpp?rev=60959&r1=60958&r2=60959&view=diff

==============================================================================
--- llvm/trunk/test/FrontendC++/2006-09-27-Debug-Protection.cpp (original)
+++ llvm/trunk/test/FrontendC++/2006-09-27-Debug-Protection.cpp Fri Dec 12 13:08:08 2008
@@ -1,6 +1,6 @@
 // RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep {i32 1,}
 // RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep {i32 2,}
-
+// XFAIL: *
 class A {
 public:
   int x;

Modified: llvm/trunk/test/FrontendC++/2006-11-30-Pubnames.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2006-11-30-Pubnames.cpp?rev=60959&r1=60958&r2=60959&view=diff

==============================================================================
--- llvm/trunk/test/FrontendC++/2006-11-30-Pubnames.cpp (original)
+++ llvm/trunk/test/FrontendC++/2006-11-30-Pubnames.cpp Fri Dec 12 13:08:08 2008
@@ -7,7 +7,7 @@
 // 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|ia64|arm
-
+// XFAIL: *
 struct Pubnames {
   static int pubname;
 };





More information about the llvm-commits mailing list