Skip to content

Commit

Permalink
Update testsuite (WebAssembly#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
binji authored Mar 17, 2018
1 parent 3f0c19f commit 000b062
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
38 changes: 34 additions & 4 deletions test/spec/binary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,41 @@ out/test/spec/binary.wast:43: assert_malformed passed:
0000008: error: bad wasm file version: 0x10000 (expected 0x1)
out/test/spec/binary.wast:44: assert_malformed passed:
0000008: error: bad wasm file version: 0x1000000 (expected 0x1)
out/test/spec/binary.wast:48: assert_malformed passed:
out/test/spec/binary.wast:119: assert_malformed passed:
000000c: error: unable to read u32 leb128: memory initial page count
out/test/spec/binary.wast:129: assert_malformed passed:
000000e: error: unable to read i32 leb128: init_expr i32.const value
out/test/spec/binary.wast:139: assert_malformed passed:
000000e: error: unable to read i32 leb128: init_expr i32.const value
out/test/spec/binary.wast:150: assert_malformed passed:
000000e: error: unable to read i64 leb128: init_expr i64.const value
out/test/spec/binary.wast:160: assert_malformed passed:
000000e: error: unable to read i64 leb128: init_expr i64.const value
out/test/spec/binary.wast:172: assert_malformed passed:
000000c: error: unable to read u32 leb128: memory initial page count
out/test/spec/binary.wast:180: assert_malformed passed:
000000c: error: unable to read u32 leb128: memory initial page count
out/test/spec/binary.wast:190: assert_malformed passed:
000000e: error: unable to read i32 leb128: init_expr i32.const value
out/test/spec/binary.wast:200: assert_malformed passed:
000000e: error: unable to read i32 leb128: init_expr i32.const value
out/test/spec/binary.wast:210: assert_malformed passed:
000000e: error: unable to read i32 leb128: init_expr i32.const value
out/test/spec/binary.wast:220: assert_malformed passed:
000000e: error: unable to read i32 leb128: init_expr i32.const value
out/test/spec/binary.wast:231: assert_malformed passed:
000000e: error: unable to read i64 leb128: init_expr i64.const value
out/test/spec/binary.wast:241: assert_malformed passed:
000000e: error: unable to read i64 leb128: init_expr i64.const value
out/test/spec/binary.wast:251: assert_malformed passed:
000000e: error: unable to read i64 leb128: init_expr i64.const value
out/test/spec/binary.wast:261: assert_malformed passed:
000000e: error: unable to read i64 leb128: init_expr i64.const value
out/test/spec/binary.wast:273: assert_malformed passed:
0000022: error: call_indirect reserved value must be 0
out/test/spec/binary.wast:67: assert_malformed passed:
out/test/spec/binary.wast:292: assert_malformed passed:
0000020: error: grow_memory reserved value must be 0
out/test/spec/binary.wast:87: assert_malformed passed:
out/test/spec/binary.wast:312: assert_malformed passed:
000001e: error: current_memory reserved value must be 0
31/31 tests passed.
46/46 tests passed.
;;; STDOUT ;;)

0 comments on commit 000b062

Please sign in to comment.