diff options
author | Ben Smith <binji@chromium.org> | 2020-01-16 10:13:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-16 10:13:51 -0800 |
commit | d663c80dcb627fed3e21cfa2b47465452a83a894 (patch) | |
tree | 4053a21d1ee26e6d452cbe62454976bd6a76ceb0 /third_party | |
parent | 0fdf72711e23116750f1aff34cae57f0d5c55125 (diff) | |
download | wabt-d663c80dcb627fed3e21cfa2b47465452a83a894.tar.gz wabt-d663c80dcb627fed3e21cfa2b47465452a83a894.tar.bz2 wabt-d663c80dcb627fed3e21cfa2b47465452a83a894.zip |
Update testsuite (#1308)
* Remove `assert_return_func`. This is now handled by using
`assert_return` with `(ref.func)`.
* The reference types proposal depends on the bulk memory proposal, so
using `--enable-reference-types` automatically includes
`--enable-bulk-memory`.
* `table.fill` no longer clamps to the valid range, and instead checks
before writing anything. This matches the other bulk instructions.
Diffstat (limited to 'third_party')
m--------- | third_party/testsuite | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/third_party/testsuite b/third_party/testsuite -Subproject dfd21598aa86fc0b03b92eeb881ebb45171d169 +Subproject c7225cc210e9a089e7ce87ecac053334eb4af0a |