Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.

Commit 0c3145f

Browse files
vibhavpsbinet
authored andcommitted
exec_test: Add new test, bug-49.
This CL adds the new WebAssembly module from Bug #49.
1 parent d34c073 commit 0c3145f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

exec/testdata/bug-49.wasm

37.8 KB
Binary file not shown.

exec/testdata/modules.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,5 +1106,15 @@
11061106
"return": "i32:0"
11071107
}
11081108
]
1109+
},
1110+
{
1111+
"file": "bug-49.wasm",
1112+
"tests": [
1113+
{
1114+
"function": "sample",
1115+
"args": [],
1116+
"trap": "i32:1"
1117+
}
1118+
]
11091119
}
11101120
]

0 commit comments

Comments
 (0)