diff options
author | Sam Clegg <sbc@chromium.org> | 2021-12-09 13:35:36 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-09 13:35:36 -0800 |
commit | 9aba936bfab0fe9e639da6ea3b5fe3d8a3a0f1c0 (patch) | |
tree | 2d6ea864de6bb12a99cea25f32bd0d86efacab8a /test/spec/imports.txt | |
parent | c22b147d2d44200983b39c8279f1f3c8c3a25ce2 (diff) | |
download | wabt-9aba936bfab0fe9e639da6ea3b5fe3d8a3a0f1c0.tar.gz wabt-9aba936bfab0fe9e639da6ea3b5fe3d8a3a0f1c0.tar.bz2 wabt-9aba936bfab0fe9e639da6ea3b5fe3d8a3a0f1c0.zip |
Add error locations to BinaryReaderInterp (#1780)
I think it was always intended to work this way but was
left as a TODO.
Diffstat (limited to 'test/spec/imports.txt')
-rw-r--r-- | test/spec/imports.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/spec/imports.txt b/test/spec/imports.txt index e7f90160..45e63222 100644 --- a/test/spec/imports.txt +++ b/test/spec/imports.txt @@ -136,13 +136,13 @@ out/test/spec/imports.wast:456: assert_unlinkable passed: out/test/spec/imports.wast:474: assert_trap passed: out of bounds memory access: access at 1000000+4 >= max value 65536 out/test/spec/imports.wast:485: assert_trap passed: out of bounds memory access: access at 1000000+4 >= max value 65536 out/test/spec/imports.wast:488: assert_invalid passed: - error: only one memory block allowed + out/test/spec/imports/imports.97.wasm:0000015: error: only one memory block allowed 0000015: error: OnImportMemory callback failed out/test/spec/imports.wast:492: assert_invalid passed: - error: only one memory block allowed + out/test/spec/imports/imports.98.wasm:0000015: error: only one memory block allowed 0000015: error: OnMemory callback failed out/test/spec/imports.wast:496: assert_invalid passed: - error: only one memory block allowed + out/test/spec/imports/imports.99.wasm:000000f: error: only one memory block allowed 000000f: error: OnMemory callback failed out/test/spec/imports.wast:511: assert_unlinkable passed: error: invalid import "test.unknown" |