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

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