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 68a21f4cf05d383861faa962b4ec6e643b977f68..4af502fa108252878905798d162a732792abc733 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 113c56b7aa4163ca397fff383d69453b9b18da40..c1cea87d05a3b6c0e0fb769c031a08baa773cb30 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
This page took 0.037432 seconds and 4 git commands to generate.