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