keiths / rpms / gdb

Forked from rpms/gdb 17 days ago
Clone
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
f5d5709
--- gdb-6.3/gdb/testsuite/gdb.gdb/complaints.exp.fix	Mon Jan 10 19:21:20 2005
f5d5709
+++ gdb-6.3/gdb/testsuite/gdb.gdb/complaints.exp	Mon Jan 10 19:24:38 2005
f5d5709
@@ -304,13 +304,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
 }
f5d5709
@@ -321,4 +321,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";
f5d5709
--- gdb-6.3/gdb/testsuite/gdb.gdb/observer.exp.fix	Mon Jan 10 19:21:27 2005
f5d5709
+++ gdb-6.3/gdb/testsuite/gdb.gdb/observer.exp	Mon Jan 10 19:24:38 2005
f5d5709
@@ -259,13 +259,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_observer_normal_stop $file];
f5d5709
+#set file [remote_download host $GDB_FULLPATH x$tool]
f5d5709
+set result [test_observer_normal_stop $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"
f5d5709
--- gdb-6.3/gdb/testsuite/gdb.gdb/selftest.exp.fix	Mon Jan 10 19:21:33 2005
f5d5709
+++ gdb-6.3/gdb/testsuite/gdb.gdb/selftest.exp	Mon Jan 10 19:24:38 2005
f5d5709
@@ -512,13 +512,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"
f5d5709
--- gdb-6.3/gdb/testsuite/gdb.gdb/xfullpath.exp.fix	Mon Jan 10 19:21:40 2005
f5d5709
+++ gdb-6.3/gdb/testsuite/gdb.gdb/xfullpath.exp	Mon Jan 10 19:24:38 2005
f5d5709
@@ -181,13 +181,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"