Skip to content

Commit

Permalink
Test that rr can record its own replay of a simple program
Browse files Browse the repository at this point in the history
  • Loading branch information
rocallahan committed Mar 31, 2016
1 parent ab97d69 commit 59aa1d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -732,6 +732,7 @@ set(TESTS_WITHOUT_PROGRAM
parent_no_break_child_bkpt
parent_no_stop_child_crash
read_bad_mem
record_replay
remove_watchpoint
restart_invalid_checkpoint
restart_unstable
Expand Down
5 changes: 5 additions & 0 deletions src/test/record_replay.run
@@ -0,0 +1,5 @@
source `dirname $0`/util.sh
record simple$bitness
just_record rr "--suppress-environment-warnings replay -a $workdir/*-0"
replay
check EXIT-SUCCESS

0 comments on commit 59aa1d0

Please sign in to comment.