Skip to content

Commit

Permalink
Skip test transient_fault_replay_all when built with force32bit.
Browse files Browse the repository at this point in the history
The test uses the `seq` utility, which is most probably 64-bit,
and can therefore not be recorded by a 32-bit rr.
  • Loading branch information
bernhardu committed Mar 18, 2024
1 parent f3f68fb commit 24f3639
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/transient_fault_replay_all.run
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source `dirname $0`/util.sh

skip_if_rr_32_bit_with_shell_64_bit

RECORD_ARGS=-M
just_record seq "1 100"
RR_SIMULATE_ERROR_AT_EVENT=300 replay -M
Expand Down

0 comments on commit 24f3639

Please sign in to comment.