Skip to content

Commit

Permalink
Verify that the continue call actually works and we don't end the tes…
Browse files Browse the repository at this point in the history
…t during reverse execution
  • Loading branch information
rocallahan committed Aug 17, 2024
1 parent cc97712 commit 09e258f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/vfork_read_clone_stress.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@
assert 'child' not in last_match().group(1)

send_gdb('c')
expect_gdb('Program received signal SIGKILL')

ok()

0 comments on commit 09e258f

Please sign in to comment.