Fix gdb.server/solib-list.exp native-extended-gdbserver regression
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.server / solib-list.exp
index ae6bfc60be09e6db11027ee6164173a74992b320..0acc40cbd0dad4d146d12619df0df2d60ae086e7 100644 (file)
@@ -92,15 +92,6 @@ foreach nonstop { 0 1 } { with_test_prefix "non-stop $nonstop" {
        }
     }
 
-    if $nonstop {
-       set test "non-stop interior stop"
-       gdb_test_multiple "" $test {
-           -re " #1 stopped\\.\r\n" {
-               pass $test
-           }
-       }
-    }
-
     gdb_test "continue" "Program received signal SIGUSR1, .*"
     gdb_test "sharedlibrary" ".*"
     gdb_test "p libvar" " = 23"
This page took 0.025309 seconds and 4 git commands to generate.