Blame SOURCES/gdb-6.3-test-self-20050110.patch

01917d
2004-02-23  Elena Zannoni  <ezannoni@redhat.com>
01917d
01917d
        * gdb.gdb/selftest.exp: Make sure that the debug directory is
01917d
        set up properly.
01917d
        * gdb.gdb/complaints.exp: Ditto.
01917d
        * gdb.gdb/xfullpath.exp: Ditto.
01917d
        * gdb.gdb/observer.exp: Ditto.
01917d
01917d
Index: gdb-6.8.50.20090226/gdb/testsuite/gdb.gdb/complaints.exp
01917d
===================================================================
01917d
--- gdb-6.8.50.20090226.orig/gdb/testsuite/gdb.gdb/complaints.exp	2009-01-03 06:58:04.000000000 +0100
01917d
+++ gdb-6.8.50.20090226/gdb/testsuite/gdb.gdb/complaints.exp	2009-02-26 22:10:48.000000000 +0100
01917d
@@ -302,13 +302,13 @@ proc find_gdb { arg } {
01917d
 set GDB_FULLPATH [find_gdb $GDB]
01917d
 
01917d
 # Remove any old copy lying around.
01917d
-remote_file host delete x$tool
01917d
+#remote_file host delete x$tool
01917d
 
01917d
 gdb_start
01917d
 
01917d
-set file [remote_download host $GDB_FULLPATH x$tool]
01917d
+#set file [remote_download host $GDB_FULLPATH x$tool]
01917d
 
01917d
-set setup_result [setup_test $file ]
01917d
+set setup_result [setup_test $GDB_FULLPATH ]
01917d
 if {$setup_result <0} then {
01917d
     return -1
01917d
 }
01917d
@@ -319,4 +319,4 @@ test_short_complaints
01917d
 test_empty_complaints
01917d
 
01917d
 gdb_exit;
01917d
-catch "remote_file host delete $file";
01917d
+#catch "remote_file host delete $file";
01917d
Index: gdb-6.8.50.20090226/gdb/testsuite/gdb.gdb/observer.exp
01917d
===================================================================
01917d
--- gdb-6.8.50.20090226.orig/gdb/testsuite/gdb.gdb/observer.exp	2009-02-17 20:52:27.000000000 +0100
01917d
+++ gdb-6.8.50.20090226/gdb/testsuite/gdb.gdb/observer.exp	2009-02-26 22:11:40.000000000 +0100
01917d
@@ -258,13 +258,13 @@ proc find_gdb { arg } {
01917d
 set GDB_FULLPATH [find_gdb $GDB]
01917d
 
01917d
 # Remove any old copy lying around.
01917d
-remote_file host delete x$tool
01917d
+#remote_file host delete x$tool
01917d
 
01917d
 gdb_start
01917d
-set file [remote_download host $GDB_FULLPATH x$tool]
01917d
-set result [test_observer $file];
01917d
+#set file [remote_download host $GDB_FULLPATH x$tool]
01917d
+set result [test_observer $GDB_FULLPATH];
01917d
 gdb_exit;
01917d
-catch "remote_file host delete $file";
01917d
+#catch "remote_file host delete $file";
01917d
 
01917d
 if {$result <0} then {
01917d
     warning "Couldn't test self"
01917d
Index: gdb-6.8.50.20090226/gdb/testsuite/gdb.gdb/selftest.exp
01917d
===================================================================
01917d
--- gdb-6.8.50.20090226.orig/gdb/testsuite/gdb.gdb/selftest.exp	2009-02-26 22:09:59.000000000 +0100
01917d
+++ gdb-6.8.50.20090226/gdb/testsuite/gdb.gdb/selftest.exp	2009-02-26 22:10:48.000000000 +0100
01917d
@@ -551,13 +551,13 @@ proc find_gdb { arg } {
01917d
 set GDB_FULLPATH [find_gdb $GDB]
01917d
 
01917d
 # Remove any old copy lying around.
01917d
-remote_file host delete x$tool
01917d
+#remote_file host delete x$tool
01917d
 
01917d
 gdb_start
01917d
-set file [remote_download host $GDB_FULLPATH x$tool]
01917d
-set result [test_with_self $file];
01917d
+#set file [remote_download host $GDB_FULLPATH x$tool]
01917d
+set result [test_with_self $GDB_FULLPATH];
01917d
 gdb_exit;
01917d
-catch "remote_file host delete $file";
01917d
+#catch "remote_file host delete $file";
01917d
 
01917d
 if {$result <0} then {
01917d
     warning "Couldn't test self"
01917d
Index: gdb-6.8.50.20090226/gdb/testsuite/gdb.gdb/xfullpath.exp
01917d
===================================================================
01917d
--- gdb-6.8.50.20090226.orig/gdb/testsuite/gdb.gdb/xfullpath.exp	2009-01-03 06:58:04.000000000 +0100
01917d
+++ gdb-6.8.50.20090226/gdb/testsuite/gdb.gdb/xfullpath.exp	2009-02-26 22:10:48.000000000 +0100
01917d
@@ -179,13 +179,13 @@ proc find_gdb { arg } {
01917d
 set GDB_FULLPATH [find_gdb $GDB]
01917d
 
01917d
 # Remove any old copy lying around.
01917d
-remote_file host delete x$tool
01917d
+#remote_file host delete x$tool
01917d
 
01917d
 gdb_start
01917d
-set file [remote_download host $GDB_FULLPATH x$tool]
01917d
-set result [test_with_self $file];
01917d
+#set file [remote_download host $GDB_FULLPATH x$tool]
01917d
+set result [test_with_self $GDB_FULLPATH];
01917d
 gdb_exit;
01917d
-catch "remote_file host delete $file";
01917d
+#catch "remote_file host delete $file";
01917d
 
01917d
 if {$result <0} then {
01917d
     warning "Couldn't test self"