[llvm-commits] CVS: llvm/test/Regression/DebugInfo/2006-11-30-Pubnames.cpp

Reid Spencer reid at x10sys.com
Thu Dec 7 08:28:47 PST 2006



Changes in directory llvm/test/Regression/DebugInfo:

2006-11-30-Pubnames.cpp updated: 1.4 -> 1.5
---
Log message:

This now passes on Linux/x86


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

 2006-11-30-Pubnames.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/DebugInfo/2006-11-30-Pubnames.cpp
diff -u llvm/test/Regression/DebugInfo/2006-11-30-Pubnames.cpp:1.4 llvm/test/Regression/DebugInfo/2006-11-30-Pubnames.cpp:1.5
--- llvm/test/Regression/DebugInfo/2006-11-30-Pubnames.cpp:1.4	Wed Dec  6 15:36:07 2006
+++ llvm/test/Regression/DebugInfo/2006-11-30-Pubnames.cpp	Thu Dec  7 10:28:32 2006
@@ -5,7 +5,7 @@
 // RUN: g++ Output/Pubnames.o -o Output/Pubnames.exe
 // RUN: ( echo "break main"; echo "run" ; echo "p Pubnames::pubname" ) > Output/Pubnames.gdbin 
 // RUN: gdb -q -batch -n -x Output/Pubnames.gdbin Output/Pubnames.exe | tee Output/Pubnames.out | grep '10'
-// XFAIL: alpha|ia64|arm|linux
+// XFAIL: alpha|ia64|arm
 
 struct Pubnames {
   static int pubname;






More information about the llvm-commits mailing list