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

475228
From FEDORA_PATCHES Mon Sep 17 00:00:00 2001
475228
From: Elena Zannoni <ezannoni@redhat.com>
475228
Date: Fri, 27 Oct 2017 21:07:50 +0200
475228
Subject: gdb-6.3-test-self-20050110.patch
475228
475228
;; Get selftest working with sep-debug-info
475228
;;=fedoratest
475228
475228
2004-02-23  Elena Zannoni  <ezannoni@redhat.com>
475228
475228
        * gdb.gdb/selftest.exp: Make sure that the debug directory is
475228
        set up properly.
475228
        * gdb.gdb/complaints.exp: Ditto.
475228
        * gdb.gdb/xfullpath.exp: Ditto.
475228
        * gdb.gdb/observer.exp: Ditto.
475228
475228
diff --git a/gdb/testsuite/lib/selftest-support.exp b/gdb/testsuite/lib/selftest-support.exp
475228
--- a/gdb/testsuite/lib/selftest-support.exp
475228
+++ b/gdb/testsuite/lib/selftest-support.exp
475228
@@ -151,18 +151,18 @@ proc do_self_tests {function body} {
475228
     }
475228
 
475228
     # Remove any old copy lying around.
475228
-    remote_file host delete $xgdb
475228
+    #remote_file host delete $xgdb
475228
 
475228
     gdb_start
475228
-    set file [remote_download host $GDB_FULLPATH $xgdb]
475228
+    #set file [remote_download host $GDB_FULLPATH $xgdb]
475228
 
475228
-    set result [selftest_setup $file $function]
475228
+    set result [selftest_setup $GDB_FULLPATH $function]
475228
     if {$result == 0} then {
475228
 	set result [uplevel $body]
475228
     }
475228
 
475228
     gdb_exit
475228
-    catch "remote_file host delete $file"
475228
+    #catch "remote_file host delete $file"
475228
 
475228
     if {$result < 0} then {
475228
 	warning "Couldn't test self"