diff options
Diffstat (limited to 'test/spec/bulk-memory-operations/table_init.txt')
-rw-r--r-- | test/spec/bulk-memory-operations/table_init.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/spec/bulk-memory-operations/table_init.txt b/test/spec/bulk-memory-operations/table_init.txt index 61f8fdf7..9617a0a9 100644 --- a/test/spec/bulk-memory-operations/table_init.txt +++ b/test/spec/bulk-memory-operations/table_init.txt @@ -63,9 +63,12 @@ out/test/spec/bulk-memory-operations/table_init.wast:199: assert_invalid passed: 0000000: error: elem_segment variable out of range: 0 (max 0) 000002b: error: OnTableInitExpr callback failed out/test/spec/bulk-memory-operations/table_init.wast:205: assert_invalid passed: - 0000024: error: elem section without table section + 0000000: error: elem_segment variable out of range: 4 (max 1) + 0000035: error: OnElemDropExpr callback failed out/test/spec/bulk-memory-operations/table_init.wast:213: assert_invalid passed: - 0000024: error: elem section without table section + 0000000: error: table variable out of range: 0 (max 0) + 0000000: error: elem_segment variable out of range: 4 (max 1) + 000003c: error: OnTableInitExpr callback failed test() => out/test/spec/bulk-memory-operations/table_init.wast:265: assert_trap passed: out of bounds table access: table.init out of bounds test() => |