diff --git a/tests/binary-parsing/code-variable-global.wast.out b/tests/binary-parsing/code-variable-global.wast.out new file mode 100644 index 000000000..de1e3bf33 --- /dev/null +++ b/tests/binary-parsing/code-variable-global.wast.out @@ -0,0 +1,65 @@ + + + #module (... types: #type (... type: [ i32 .ValTypes ] -> [ i32 .ValTypes ] , metadata: ) .EmptyStmts , funcs: #func (... type: 0 , locals: [ i32 i64 .ValTypes ] , body: #global.get ( 0 ) #global.set ( 0 ) i32 . const 1 return .EmptyStmts , metadata: #meta (... id: , localIds: .Map ) ) .EmptyStmts , tables: .EmptyStmts , mems: .EmptyStmts , globals: #global (... type: var i32 , init: i32 . const 1048576 .EmptyStmts , metadata: ) .EmptyStmts , elem: .EmptyStmts , data: .EmptyStmts , start: .EmptyStmts , importDefns: .EmptyStmts , exports: .EmptyStmts , metadata: #meta (... id: , funcIds: .Map , filename: .String ) ) ~> .K + + + + .K + + + .ValStack + + + + .List + + + .Int + + + + .Map + + + .Map + + + .ModuleInstCellMap + + + 0 + + + + .FuncDefCellMap + + + 0 + + + .TabInstCellMap + + + 0 + + + .List + + + .GlobalInstCellMap + + + 0 + + + .ElemInstCellMap + + + 0 + + + + true + + + diff --git a/tests/binary-parsing/failing b/tests/binary-parsing/failing index d5b9757a3..ba7faa285 100644 --- a/tests/binary-parsing/failing +++ b/tests/binary-parsing/failing @@ -1,6 +1,5 @@ tests/binary-parsing/type-param-v128.wast tests/binary-parsing/code-call-indirect.wast -tests/binary-parsing/code-variable-global.wast tests/binary-parsing/code-memory-mem-init-data-drop.wast tests/binary-parsing/code-numeric-float-parsing.md tests/binary-parsing/code-numeric-convert-reinterpret.wast