diff options
author | Keith Winstein <208955+keithw@users.noreply.github.com> | 2024-10-30 20:00:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 20:00:59 -0700 |
commit | 6a5cbb94fad9b375469d6433429521988b1de20b (patch) | |
tree | 847c7b09e581bdeb5de8ed1fb014cd643b7b1d0e /test/spec/align.txt | |
parent | 9a7cf04d0fb9d4fbf0d943b7a7c5a761c014eb09 (diff) | |
download | wabt-6a5cbb94fad9b375469d6433429521988b1de20b.tar.gz wabt-6a5cbb94fad9b375469d6433429521988b1de20b.tar.bz2 wabt-6a5cbb94fad9b375469d6433429521988b1de20b.zip |
Update testsuite (#2495)
The memory64 `table.wast` test has started to depend on
function-references and gc (which WABT doesn't support yet), so vendor
an older version of the test.
Diffstat (limited to 'test/spec/align.txt')
-rw-r--r-- | test/spec/align.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/test/spec/align.txt b/test/spec/align.txt index 447bdede..5fcd16c7 100644 --- a/test/spec/align.txt +++ b/test/spec/align.txt @@ -297,5 +297,18 @@ out/test/spec/align.wast:452: assert_invalid passed: out/test/spec/align/align.105.wasm:000002a: error: alignment must not be larger than natural alignment (8) 000002a: error: OnStoreExpr callback failed out/test/spec/align.wast:864: assert_trap passed: out of bounds memory access: access at 65532+8 >= max value 65536 -156/156 tests passed. +out/test/spec/align.wast:873: assert_invalid passed: + out/test/spec/align/align.108.wasm:0000021: error: alignment must not be larger than natural alignment (4) + 0000021: error: OnLoadExpr callback failed +out/test/spec/align.wast:892: assert_malformed passed: + 0000020: error: invalid load alignment: 32 +out/test/spec/align.wast:911: assert_malformed passed: + 0000020: error: invalid load alignment: 33 +out/test/spec/align.wast:930: assert_malformed passed: + 0000020: error: invalid load alignment: 63 +out/test/spec/align.wast:949: assert_malformed passed: + 0000020: error: multi_memory not allowed +out/test/spec/align.wast:968: assert_malformed passed: + 0000020: error: multi_memory not allowed +162/162 tests passed. ;;; STDOUT ;;) |