aboutsummaryrefslogtreecommitdiff
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-04 20:46:05 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-04 20:46:05 +0000
commit0eb776f10b7ee30602f97a790c3bec2d4aa99ebe (patch)
tree9ecc496f299e2c81b4e68441ff2794a6376bd680 /test/DebugInfo
parent36917d9749697d930c4b50aa62e935571b5cd1a2 (diff)
These pass on Linux now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32195 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/2006-11-30-NoCompileUnit.cpp8
-rw-r--r--test/DebugInfo/2006-11-30-Pubnames.cpp2
2 files changed, 4 insertions, 6 deletions
diff --git a/test/DebugInfo/2006-11-30-NoCompileUnit.cpp b/test/DebugInfo/2006-11-30-NoCompileUnit.cpp
index cac671c564..3c5cb34733 100644
--- a/test/DebugInfo/2006-11-30-NoCompileUnit.cpp
+++ b/test/DebugInfo/2006-11-30-NoCompileUnit.cpp
@@ -1,11 +1,11 @@
-// This is a regression test on debug info to make sure we don't hit a compile unit size
-// issue with gdb.
+// This is a regression test on debug info to make sure we don't hit a compile
+// unit size issue with gdb.
// RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | llc --disable-fp-elim -o Output/NoCompileUnit.s -f
// RUN: as Output/NoCompileUnit.s -o Output/NoCompileUnit.o
// RUN: g++ Output/NoCompileUnit.o -o Output/NoCompileUnit.exe
// RUN: ( echo "break main"; echo "run" ; echo "p NoCompileUnit::pubname" ) > Output/NoCompileUnit.gdbin
// RUN: gdb -q -batch -n -x Output/NoCompileUnit.gdbin Output/NoCompileUnit.exe | tee Output/NoCompileUnit.out | not grep '"low == high"'
-// XFAIL: i[1-9]86|alpha|ia64|arm
+// XFAIL: alpha|ia64|arm
class MamaDebugTest {
@@ -54,5 +54,3 @@ int main(int argc, const char *argv[]) {
BabyDebugTest BDT(20);
return BDT.doit();
}
-
-
diff --git a/test/DebugInfo/2006-11-30-Pubnames.cpp b/test/DebugInfo/2006-11-30-Pubnames.cpp
index 38c9249669..4b9376e0a8 100644
--- a/test/DebugInfo/2006-11-30-Pubnames.cpp
+++ b/test/DebugInfo/2006-11-30-Pubnames.cpp
@@ -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: i[1-9]86|alpha|ia64|arm
+// XFAIL: alpha|ia64|arm
struct Pubnames {
static int pubname;