aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada/exec_changed.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.ada/exec_changed.exp')
-rw-r--r--gdb/testsuite/gdb.ada/exec_changed.exp8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/testsuite/gdb.ada/exec_changed.exp b/gdb/testsuite/gdb.ada/exec_changed.exp
index 8cbc29f..d08e1ce 100644
--- a/gdb/testsuite/gdb.ada/exec_changed.exp
+++ b/gdb/testsuite/gdb.ada/exec_changed.exp
@@ -51,8 +51,6 @@ gdb_reinitialize_dir $srcdir/$subdir
gdb_test "shell mv ${binfile} ${common_binfile}" ".*" ""
gdb_load ${common_binfile}
-set readnow_p [readnow ${common_binfile}]
-
# Start the program, we should land in the program main procedure
if { [gdb_start_cmd] < 0 } {
untested start
@@ -78,9 +76,6 @@ gdb_test "shell touch ${common_binfile}" ".*" ""
if { [gdb_start_cmd] < 0 } {
fail "start second"
} else {
- if { $readnow_p } {
- setup_kfail "gdb/26800" *-*-*
- }
gdb_test "" \
"second \\(\\) at .*second.adb.*" \
"start second"
@@ -108,9 +103,6 @@ if { [gdb_start_cmd] < 0 } {
gdb_test_no_output "set \$check_gdb_running = 0" "check gdb running"
fail "start just first"
} else {
- if { $readnow_p } {
- setup_kfail "gdb/26800" *-*-*
- }
gdb_test "" \
"first \\(\\) at .*first.adb.*" \
"start just first"