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

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