public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Revert "gdb/testsuite: add KFAILs to gdb.reverse/step-reverse.exp"
@ 2023-05-04 10:50 Bruno Larsen
  2023-05-04 14:46 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Bruno Larsen @ 2023-05-04 10:50 UTC (permalink / raw)
  To: gdb-patches; +Cc: Bruno Larsen

This reverts commit 476410b3bca1389ee69e9c8fa18aaee16793a56d.

One of Simon's recent commits (2a740b3ba4c9f39c86dd75e0914ee00942cab471)
changed the way recording a remote target works and fixed the underlying
issue of the bug, so the KFails can be removed from the test.
---
 gdb/testsuite/gdb.reverse/step-reverse.exp | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/gdb/testsuite/gdb.reverse/step-reverse.exp b/gdb/testsuite/gdb.reverse/step-reverse.exp
index 2c3b95a2eae..729218d4cb8 100644
--- a/gdb/testsuite/gdb.reverse/step-reverse.exp
+++ b/gdb/testsuite/gdb.reverse/step-reverse.exp
@@ -29,7 +29,6 @@ if { [prepare_for_testing "failed to prepare" $testfile $srcfile] } {
 }
 
 runto_main
-set target_remote [gdb_is_target_remote]
 
 if [supports_process_record] {
     # Activate process record/replay
@@ -272,25 +271,11 @@ if { "$step_out" == 1 } {
 # Step forward over recursion again so we can test stepping over calls
 # inside the recursion itself.
 gdb_test_no_output "set exec-dir forward" "forward again to test recursion"
-if {$target_remote} {
-    # gdb doesn't record the change of return pointer for remote targets,
-    # so we can't next forward over functions.
-    setup_kfail gdb/29745 *-*-*
-}
 gdb_test "next" "NEXT OVER THIS CALL.*" "reverse next over recursion again"
 gdb_test_no_output "set exec-dir reverse" "reverse again to test recursion"
 
-if {$target_remote} {
-    # Because of the above mentioned KFAIL, the inferior is now out of sync
-    setup_kfail gdb/29745 *-*-*
-}
 gdb_test "step" ".*EXIT RECURSIVE FUNCTION.*" "enter recursive function"
 set seen_recursive_call 0
-if {$target_remote} {
-    # Because of the above mentioned KFAIL, the inferior is now out of sync
-    # The fail state below will resync the inferior.
-    setup_kfail gdb/29745 *-*-*
-}
 gdb_test_multiple "next" "step over recursion inside the recursion" {
     -re -wrap ".*RECURSIVE CALL.*" {
 	incr seen_recursive_call
-- 
2.40.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Revert "gdb/testsuite: add KFAILs to gdb.reverse/step-reverse.exp"
  2023-05-04 10:50 [PATCH] Revert "gdb/testsuite: add KFAILs to gdb.reverse/step-reverse.exp" Bruno Larsen
@ 2023-05-04 14:46 ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2023-05-04 14:46 UTC (permalink / raw)
  To: Bruno Larsen via Gdb-patches; +Cc: Bruno Larsen

>>>>> "Bruno" == Bruno Larsen via Gdb-patches <gdb-patches@sourceware.org> writes:

Bruno> This reverts commit 476410b3bca1389ee69e9c8fa18aaee16793a56d.
Bruno> One of Simon's recent commits (2a740b3ba4c9f39c86dd75e0914ee00942cab471)
Bruno> changed the way recording a remote target works and fixed the underlying
Bruno> issue of the bug, so the KFails can be removed from the test.

Thank you.
Approved-By: Tom Tromey <tom@tromey.com>

Tom

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-04 14:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-04 10:50 [PATCH] Revert "gdb/testsuite: add KFAILs to gdb.reverse/step-reverse.exp" Bruno Larsen
2023-05-04 14:46 ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).