diff options
Diffstat (limited to 'test/spec/mutable-global')
-rw-r--r-- | test/spec/mutable-global/globals.txt | 41 | ||||
-rw-r--r-- | test/spec/mutable-global/linking.txt | 48 |
2 files changed, 0 insertions, 89 deletions
diff --git a/test/spec/mutable-global/globals.txt b/test/spec/mutable-global/globals.txt deleted file mode 100644 index fb8c120d..00000000 --- a/test/spec/mutable-global/globals.txt +++ /dev/null @@ -1,41 +0,0 @@ -;;; TOOL: run-interp-spec -;;; STDIN_FILE: third_party/testsuite/proposals/mutable-global/globals.wast -(;; STDOUT ;;; -out/test/spec/mutable-global/globals.wast:50: assert_invalid passed: - error: can't global.set on immutable global at index 0. - error: type mismatch in global.set, expected [f32] but got [i32] - 0000026: error: OnGlobalSetExpr callback failed -out/test/spec/mutable-global/globals.wast:59: assert_invalid passed: - 0000013: error: expected END opcode after initializer expression -out/test/spec/mutable-global/globals.wast:64: assert_invalid passed: - 000000e: error: unexpected opcode in initializer expression: 0x20 -out/test/spec/mutable-global/globals.wast:69: assert_invalid passed: - 0000013: error: expected END opcode after initializer expression -out/test/spec/mutable-global/globals.wast:74: assert_invalid passed: - 0000010: error: expected END opcode after initializer expression -out/test/spec/mutable-global/globals.wast:79: assert_invalid passed: - 000000e: error: unexpected opcode in initializer expression: 0x1 -out/test/spec/mutable-global/globals.wast:84: assert_invalid passed: - error: type mismatch at global initializer expression. got f32, expected i32 - 0000013: error: EndGlobalInitExpr callback failed -out/test/spec/mutable-global/globals.wast:89: assert_invalid passed: - 0000010: error: expected END opcode after initializer expression -out/test/spec/mutable-global/globals.wast:94: assert_invalid passed: - error: invalid global initializer expression, must be a constant expression - 000000e: error: EndGlobalInitExpr callback failed -out/test/spec/mutable-global/globals.wast:99: assert_invalid passed: - 0000000: error: initializer expression can only reference an imported global - 0000010: error: EndGlobalInitExpr callback failed -out/test/spec/mutable-global/globals.wast:104: assert_invalid passed: - 0000000: error: global variable out of range: 1 (max 1) - 0000010: error: EndGlobalInitExpr callback failed -out/test/spec/mutable-global/globals.wast:112: assert_malformed passed: - 0000019: error: unable to read string: import field name -out/test/spec/mutable-global/globals.wast:125: assert_malformed passed: - 0000019: error: unable to read string: import field name -out/test/spec/mutable-global/globals.wast:142: assert_malformed passed: - 0000011: error: global mutability must be 0 or 1 -out/test/spec/mutable-global/globals.wast:154: assert_malformed passed: - 0000011: error: global mutability must be 0 or 1 -31/31 tests passed. -;;; STDOUT ;;) diff --git a/test/spec/mutable-global/linking.txt b/test/spec/mutable-global/linking.txt deleted file mode 100644 index 8d00c957..00000000 --- a/test/spec/mutable-global/linking.txt +++ /dev/null @@ -1,48 +0,0 @@ -;;; TOOL: run-interp-spec -;;; STDIN_FILE: third_party/testsuite/proposals/mutable-global/linking.wast -(;; STDOUT ;;; -out/test/spec/mutable-global/linking.wast:28: assert_unlinkable passed: - error: import signature mismatch -out/test/spec/mutable-global/linking.wast:32: assert_unlinkable passed: - error: import signature mismatch -out/test/spec/mutable-global/linking.wast:87: assert_unlinkable passed: - error: mutability mismatch in imported global, expected mutable but got immutable. -out/test/spec/mutable-global/linking.wast:91: assert_unlinkable passed: - error: mutability mismatch in imported global, expected immutable but got mutable. -out/test/spec/mutable-global/linking.wast:136: assert_trap passed: uninitialized table element -out/test/spec/mutable-global/linking.wast:137: assert_trap passed: uninitialized table element -out/test/spec/mutable-global/linking.wast:139: assert_trap passed: uninitialized table element -out/test/spec/mutable-global/linking.wast:141: assert_trap passed: uninitialized table element -out/test/spec/mutable-global/linking.wast:142: assert_trap passed: uninitialized table element -out/test/spec/mutable-global/linking.wast:144: assert_trap passed: uninitialized table element -out/test/spec/mutable-global/linking.wast:146: assert_trap passed: undefined table index -out/test/spec/mutable-global/linking.wast:147: assert_trap passed: undefined table index -out/test/spec/mutable-global/linking.wast:148: assert_trap passed: undefined table index -out/test/spec/mutable-global/linking.wast:149: assert_trap passed: undefined table index -out/test/spec/mutable-global/linking.wast:152: assert_trap passed: indirect call signature mismatch -out/test/spec/mutable-global/linking.wast:184: assert_trap passed: uninitialized table element -out/test/spec/mutable-global/linking.wast:185: assert_trap passed: uninitialized table element -out/test/spec/mutable-global/linking.wast:187: assert_trap passed: uninitialized table element -out/test/spec/mutable-global/linking.wast:188: assert_trap passed: uninitialized table element -out/test/spec/mutable-global/linking.wast:190: assert_trap passed: undefined table index -out/test/spec/mutable-global/linking.wast:207: assert_unlinkable passed: - error: out of bounds table access: elem segment is out of bounds: [10, 11) >= max value 10 -out/test/spec/mutable-global/linking.wast:216: assert_unlinkable passed: - error: invalid import "Mt.mem" -out/test/spec/mutable-global/linking.wast:225: assert_trap passed: uninitialized table element -out/test/spec/mutable-global/linking.wast:228: assert_unlinkable passed: - error: out of bounds table access: elem segment is out of bounds: [12, 13) >= max value 10 -out/test/spec/mutable-global/linking.wast:236: assert_trap passed: uninitialized table element -out/test/spec/mutable-global/linking.wast:239: assert_unlinkable passed: - error: out of bounds memory access: data segment is out of bounds: [65536, 65537) >= max value 65536 -out/test/spec/mutable-global/linking.wast:248: assert_trap passed: uninitialized table element -out/test/spec/mutable-global/linking.wast:299: assert_unlinkable passed: - error: out of bounds memory access: data segment is out of bounds: [65536, 65537) >= max value 65536 -out/test/spec/mutable-global/linking.wast:324: assert_unlinkable passed: - error: invalid import "Mm.tab" -out/test/spec/mutable-global/linking.wast:335: assert_unlinkable passed: - error: out of bounds memory access: data segment is out of bounds: [327680, 327681) >= max value 327680 -out/test/spec/mutable-global/linking.wast:345: assert_unlinkable passed: - error: out of bounds table access: elem segment is out of bounds: [0, 1) >= max value 0 -91/91 tests passed. -;;; STDOUT ;;) |