diff options
author | Marek Polacek <mpolacek@sourceware.org> | 2011-05-27 12:47:10 +0000 |
---|---|---|
committer | Marek Polacek <mpolacek@sourceware.org> | 2011-05-27 12:47:10 +0000 |
commit | 97fce28b401e39a75132db8b9c13c674f5122497 (patch) | |
tree | 06e403ead964ea86879b045defd001fdf85baf2b /gdb/testsuite/gdb.mi/mi-nonstop.exp | |
parent | c49486096bfe3408ee455581916821680db4bbb8 (diff) | |
download | gdb-97fce28b401e39a75132db8b9c13c674f5122497.zip gdb-97fce28b401e39a75132db8b9c13c674f5122497.tar.gz gdb-97fce28b401e39a75132db8b9c13c674f5122497.tar.bz2 |
gdb.mi: Get rid of the non-stop testcases.
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-nonstop.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-nonstop.exp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-nonstop.exp b/gdb/testsuite/gdb.mi/mi-nonstop.exp index baab611..fe009fa 100644 --- a/gdb/testsuite/gdb.mi/mi-nonstop.exp +++ b/gdb/testsuite/gdb.mi/mi-nonstop.exp @@ -46,17 +46,6 @@ if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $option mi_gdb_reinitialize_dir $srcdir/$subdir mi_gdb_load $binfile -set supported 0 -gdb_test_multiple "-gdb-show non-stop" "" { - -re ".*\\^done,value=\"off\",supported=\"(\[^\"\]+)\"\r\n$mi_gdb_prompt$" { - if { $expect_out(1,string) == "1" } { - set supported 1 - } - } - -re ".*$mi_gdb_prompt$" { - } -} - mi_gdb_test "-gdb-set non-stop 1" ".*" mi_gdb_test "-gdb-set target-async 1" ".*" detect_async |