gdb/testsuite/
authorDaniel Jacobowitz <drow@false.org>
Fri, 13 Nov 2009 22:33:50 +0000 (22:33 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 13 Nov 2009 22:33:50 +0000 (22:33 +0000)
* gdb.base/remote.exp: Delete the slowest load test.
Do not load with fixed packet sizes.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/remote.exp

index 68a21f4..4af502f 100644 (file)
@@ -1,5 +1,10 @@
 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
 
+       * gdb.base/remote.exp: Delete the slowest load test.
+       Do not load with fixed packet sizes.
+
+2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
+
        * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
 
 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
index 113c56b..c1cea87 100644 (file)
@@ -95,6 +95,11 @@ proc gdb_load_timed {executable class writesize} {
        }
     }
 
+    # Do not try to load using fixed sizes; we may overflow the remote target.
+    if { $class == "fixed" } {
+       return
+    }
+
     set load_begin_time [clock clicks]
     set result [gdb_load $executable]
     set load_end_time [clock clicks]
@@ -106,8 +111,6 @@ proc gdb_load_timed {executable class writesize} {
     pass $test
 }
 
-gdb_load_timed $binfile "" {}
-
 # Typically about 400-1 bytes can be downloaded
 gdb_load_timed $binfile "limit" 398
 gdb_load_timed $binfile "limit" 400