diff options
author | Derek Schuff <dschuff@chromium.org> | 2016-10-04 16:29:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-04 16:29:21 -0700 |
commit | c5b8f379fc3834bc5df10743b525570ffe1a5a73 (patch) | |
tree | 521e91350f644941da05842e297692fa160c5baa /check.py | |
parent | a8386c3d6fcf6bf28f369b85784a89a8f272b59d (diff) | |
download | binaryen-c5b8f379fc3834bc5df10743b525570ffe1a5a73.tar.gz binaryen-c5b8f379fc3834bc5df10743b525570ffe1a5a73.tar.bz2 binaryen-c5b8f379fc3834bc5df10743b525570ffe1a5a73.zip |
Binary 0xc: Remove arity on return instruction (#740)
Also skip binary roundtrip on stacky spec tests
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -433,6 +433,8 @@ for t in spec_tests: # we must ignore some binary format splits splits_to_skip = { + 'func.wast': [2], + 'return.wast': [2] } # check binary format. here we can verify execution of the final result, no need for an output verification |