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

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