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

f9426a
2004-02-23  Elena Zannoni  <ezannoni@redhat.com>
f9426a
f9426a
        * gdb.gdb/selftest.exp: Make sure that the debug directory is
f9426a
        set up properly.
f9426a
        * gdb.gdb/complaints.exp: Ditto.
f9426a
        * gdb.gdb/xfullpath.exp: Ditto.
f9426a
        * gdb.gdb/observer.exp: Ditto.
f9426a
f9426a
Index: gdb-7.6.90.20140127/gdb/testsuite/lib/selftest-support.exp
f9426a
===================================================================
f9426a
--- gdb-7.6.90.20140127.orig/gdb/testsuite/lib/selftest-support.exp	2014-01-27 22:42:04.022535966 +0100
f9426a
+++ gdb-7.6.90.20140127/gdb/testsuite/lib/selftest-support.exp	2014-01-27 22:42:42.630565675 +0100
f9426a
@@ -136,18 +136,18 @@ proc do_self_tests {function body} {
f9426a
     }
f9426a
 
f9426a
     # Remove any old copy lying around.
f9426a
-    remote_file host delete $xgdb
f9426a
+    #remote_file host delete $xgdb
f9426a
 
f9426a
     gdb_start
f9426a
-    set file [remote_download host $GDB_FULLPATH $xgdb]
f9426a
+    #set file [remote_download host $GDB_FULLPATH $xgdb]
f9426a
 
f9426a
-    set result [selftest_setup $file $function]
f9426a
+    set result [selftest_setup $GDB_FULLPATH $function]
f9426a
     if {$result == 0} then {
f9426a
 	set result [uplevel $body]
f9426a
     }
f9426a
 
f9426a
     gdb_exit
f9426a
-    catch "remote_file host delete $file"
f9426a
+    #catch "remote_file host delete $file"
f9426a
 
f9426a
     if {$result < 0} then {
f9426a
 	warning "Couldn't test self"