]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.mi/mi-sym-info.exp
[gdb/testsuite] Fix duplicate test name in gdb.mi/mi-sym-info.exp
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.mi / mi-sym-info.exp
index ca192756b38fe705896f3fd7a8468b2e61795316..f7f574aaeae538f59a6a9d8857384939736bc2c1 100644 (file)
@@ -150,39 +150,6 @@ gdb_test_multiple $cmd ${testname} -prompt "${mi_gdb_prompt}$" {
     }
 }
 
-with_timeout_factor 2 {
-    set testname "List all variables"
-    set cmd "115-symbol-info-variables --include-nondebug"
-    set state 0
-    gdb_test_multiple $cmd ${testname} -prompt "${mi_gdb_prompt}$" {
-       -re "115\\^done,symbols=\{" {
-           if { $state == 0 } { set state 1 }
-           exp_continue
-       }
-       -re "debug=\\\[${symtab_re}" {
-           if { $state == 1 } { set state 2 }
-           exp_continue
-       }
-       -re ",${symtab_re}" {
-           exp_continue
-       }
-       -re "\\\],nondebug=\\\[" {
-           if { $state == 2 } { set state 3 }
-           exp_continue
-       }
-       -re "\{address=${qstr},name=${qstr}\}," {
-           exp_continue
-       }
-       -re "\{address=${qstr},name=${qstr}\}\\\]\}\r\n${mi_gdb_prompt}$" {
-           if { $state == 3 } {
-               pass $gdb_test_name
-           } else {
-               fail $gdb_test_name
-           }
-       }
-    }
-}
-
 with_timeout_factor 2 {
     set testname "List all variables"
     set cmd "115-symbol-info-variables --include-nondebug"