Skip to content

Commit

Permalink
Make a test more deterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
krtab committed Mar 27, 2024
1 parent 981a5f7 commit cfb43b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/sym/binop/i32/i32_binop.t
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ i32:
(symbol_0 (i32 -1)))
Reached 2 problems!
[13]
$ owi sym i32_rem_u.wat --no-stop-at-failure
Trap: integer divide by zero
Model:
(model
(symbol_0 (i32 0)))
$ owi sym i32_rem_u.wat --no-stop-at-failure --deterministic-result-order
Trap: unreachable
Model:
(model
(symbol_0 (i32 1)))
Trap: integer divide by zero
Model:
(model
(symbol_0 (i32 0)))
Reached 2 problems!
[13]
$ owi sym i32_rotl.wat --no-stop-at-failure
Expand Down

0 comments on commit cfb43b6

Please sign in to comment.