forked from OCamlPro/owi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not print value in a non-reproducible test
- Loading branch information
1 parent
cd39fff
commit 2fea965
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
table stuff: | ||
$ owi sym table.wat --deterministic-result-order | ||
$ owi sym table.wat --deterministic-result-order --no-value | ||
Trap: unreachable | ||
Model: | ||
(model | ||
(symbol_0 (i32 0)) | ||
(symbol_1 (i32 0))) | ||
(symbol_0 i32) | ||
(symbol_1 i32)) | ||
Trap: undefined element | ||
Model: | ||
(model | ||
(symbol_0 (i32 0)) | ||
(symbol_1 (i32 -2147483648))) | ||
(symbol_0 i32) | ||
(symbol_1 i32)) | ||
Reached 2 problems! | ||
[13] |