diff options
author | Keith Winstein <keithw@cs.stanford.edu> | 2022-08-15 13:51:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 20:51:34 +0000 |
commit | 3bf73a83b909f43b8e4530562d5763721c49e4a7 (patch) | |
tree | e199873f8a5d437a99d9c2fd0979014985af84dd /test/spec/extended-const/global.txt | |
parent | 7f51b5a04b69b1663ebff30412a98ffe28342094 (diff) | |
download | wabt-3bf73a83b909f43b8e4530562d5763721c49e4a7.tar.gz wabt-3bf73a83b909f43b8e4530562d5763721c49e4a7.tar.bz2 wabt-3bf73a83b909f43b8e4530562d5763721c49e4a7.zip |
Track locations of Vars in BinaryReaderIR and BinaryReaderInterp (#1963)
- Rebase test output to match new location tracking on Vars
- Eliminate single-argument Var() constructor.
Diffstat (limited to 'test/spec/extended-const/global.txt')
-rw-r--r-- | test/spec/extended-const/global.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/test/spec/extended-const/global.txt b/test/spec/extended-const/global.txt index 64692cc4..6d3640ff 100644 --- a/test/spec/extended-const/global.txt +++ b/test/spec/extended-const/global.txt @@ -46,13 +46,13 @@ out/test/spec/extended-const/global.wast:354: assert_invalid passed: out/test/spec/extended-const/global/global.16.wasm:0000027: error: type mismatch at end of initializer expression, expected [] but got [i32] 0000028: error: EndGlobalInitExpr callback failed out/test/spec/extended-const/global.wast:359: assert_invalid passed: - 0000000: error: initializer expression can only reference an imported global + out/test/spec/extended-const/global/global.17.wasm:000000f: error: initializer expression can only reference an imported global 000000f: error: OnGlobalGetExpr callback failed out/test/spec/extended-const/global.wast:364: assert_invalid passed: - 0000000: error: global variable out of range: 1 (max 1) + out/test/spec/extended-const/global/global.18.wasm:000000f: error: global variable out of range: 1 (max 1) 000000f: error: OnGlobalGetExpr callback failed out/test/spec/extended-const/global.wast:369: assert_invalid passed: - 0000000: error: global variable out of range: 2 (max 2) + out/test/spec/extended-const/global/global.19.wasm:0000025: error: global variable out of range: 2 (max 2) 0000025: error: OnGlobalGetExpr callback failed out/test/spec/extended-const/global.wast:374: assert_invalid passed: out/test/spec/extended-const/global/global.20.wasm:0000029: error: initializer expression cannot reference a mutable global @@ -66,28 +66,28 @@ out/test/spec/extended-const/global.wast:412: assert_malformed passed: out/test/spec/extended-const/global.wast:424: assert_malformed passed: 0000011: error: global mutability must be 0 or 1 out/test/spec/extended-const/global.wast:438: assert_invalid passed: - 0000000: error: global variable out of range: 0 (max 0) + out/test/spec/extended-const/global/global.27.wasm:000001a: error: global variable out of range: 0 (max 0) 000001a: error: OnGlobalGetExpr callback failed out/test/spec/extended-const/global.wast:443: assert_invalid passed: - 0000000: error: global variable out of range: 1 (max 1) + out/test/spec/extended-const/global/global.28.wasm:0000022: error: global variable out of range: 1 (max 1) 0000022: error: OnGlobalGetExpr callback failed out/test/spec/extended-const/global.wast:451: assert_invalid passed: - 0000000: error: global variable out of range: 1 (max 1) + out/test/spec/extended-const/global/global.29.wasm:0000034: error: global variable out of range: 1 (max 1) 0000034: error: OnGlobalGetExpr callback failed out/test/spec/extended-const/global.wast:459: assert_invalid passed: - 0000000: error: global variable out of range: 2 (max 2) + out/test/spec/extended-const/global/global.30.wasm:000003c: error: global variable out of range: 2 (max 2) 000003c: error: OnGlobalGetExpr callback failed out/test/spec/extended-const/global.wast:469: assert_invalid passed: - 0000000: error: global variable out of range: 0 (max 0) + out/test/spec/extended-const/global/global.31.wasm:000001b: error: global variable out of range: 0 (max 0) 000001b: error: OnGlobalSetExpr callback failed out/test/spec/extended-const/global.wast:474: assert_invalid passed: - 0000000: error: global variable out of range: 1 (max 1) + out/test/spec/extended-const/global/global.32.wasm:0000023: error: global variable out of range: 1 (max 1) 0000023: error: OnGlobalSetExpr callback failed out/test/spec/extended-const/global.wast:482: assert_invalid passed: - 0000000: error: global variable out of range: 1 (max 1) + out/test/spec/extended-const/global/global.33.wasm:0000035: error: global variable out of range: 1 (max 1) 0000035: error: OnGlobalSetExpr callback failed out/test/spec/extended-const/global.wast:490: assert_invalid passed: - 0000000: error: global variable out of range: 2 (max 2) + out/test/spec/extended-const/global/global.34.wasm:000003d: error: global variable out of range: 2 (max 2) 000003d: error: OnGlobalSetExpr callback failed out/test/spec/extended-const/global.wast:500: assert_invalid passed: out/test/spec/extended-const/global/global.35.wasm:0000021: error: type mismatch in global.set, expected [i32] but got [] |