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

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