the "ambiguous linespec" series
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / solib-weak.exp
index 1f23aa2894884144ace27a0c8830cefe5009c09d..52fd72d3aaf778fd7e71cf8ce4c6069ccee2bd9d 100644 (file)
@@ -101,15 +101,6 @@ proc do_test { lib1opts lib2opts lib1first } {
 
     gdb_breakpoint "bar"
 
-    # If the library which will be used is compiled without debugging
-    # information, GDB will pick the wrong copy of "bar", i.e. the one
-    # with debugging information.
-
-    if {(${lib1opts} == "" && ${lib2opts} != "" && ${lib1first} == 1)
-       || (${lib1opts} != "" && ${lib2opts} == "" && ${lib1first} == 0)} {
-       setup_kfail gdb/1824 *-*-*
-    }
-
     gdb_test "continue" "Breakpoint .* \\.?bar .*${expected_file}\\..*" \
        "run to breakpoint - $testopts"
 }
This page took 0.025515 seconds and 4 git commands to generate.