[llvm-commits] [release_19] CVS: llvm/test/Regression/C++Frontend/2006-09-27-Debug-Protection.cpp

Tanya Lattner tonic at nondot.org
Wed Nov 8 12:05:49 PST 2006



Changes in directory llvm/test/Regression/C++Frontend:

2006-09-27-Debug-Protection.cpp updated: 1.1 -> 1.1.4.1
---
Log message:

This test should be marked to xfail on llvmgcc-3.4


---
Diffs of the changes:  (+1 -0)

 2006-09-27-Debug-Protection.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/test/Regression/C++Frontend/2006-09-27-Debug-Protection.cpp
diff -u llvm/test/Regression/C++Frontend/2006-09-27-Debug-Protection.cpp:1.1 llvm/test/Regression/C++Frontend/2006-09-27-Debug-Protection.cpp:1.1.4.1
--- llvm/test/Regression/C++Frontend/2006-09-27-Debug-Protection.cpp:1.1	Wed Sep 27 11:55:19 2006
+++ llvm/test/Regression/C++Frontend/2006-09-27-Debug-Protection.cpp	Wed Nov  8 14:05:36 2006
@@ -1,3 +1,4 @@
+// XFAIL: llvmgcc3
 // RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep 'uint 1,' &&
 // RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep 'uint 2,'
 






More information about the llvm-commits mailing list