-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update spec test suite submodule (#1984)
No changes here other than the submodule and snapshots.
- Loading branch information
1 parent
7530629
commit 4297343
Showing
90 changed files
with
346 additions
and
3,582 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
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
33 changes: 33 additions & 0 deletions
33
tests/snapshots/testsuite/proposals/custom-page-sizes/memory_max_i64.wast.json
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"source_filename": "tests/testsuite/proposals/custom-page-sizes/memory_max_i64.wast", | ||
"commands": [ | ||
{ | ||
"type": "assert_unlinkable", | ||
"line": 13, | ||
"filename": "memory_max_i64.0.wasm", | ||
"module_type": "binary", | ||
"text": "unknown import" | ||
}, | ||
{ | ||
"type": "assert_unlinkable", | ||
"line": 20, | ||
"filename": "memory_max_i64.1.wasm", | ||
"module_type": "binary", | ||
"text": "unknown import" | ||
}, | ||
{ | ||
"type": "assert_malformed", | ||
"line": 32, | ||
"filename": "memory_max_i64.2.wat", | ||
"module_type": "text", | ||
"text": "constant out of range" | ||
}, | ||
{ | ||
"type": "assert_invalid", | ||
"line": 37, | ||
"filename": "memory_max_i64.3.wasm", | ||
"module_type": "binary", | ||
"text": "memory size must be at most" | ||
} | ||
] | ||
} |
Oops, something went wrong.