diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-08-16 17:06:33 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-09-07 09:55:00 -0700 |
commit | fbd3c89390220d304a93640664f7b8351523ca99 (patch) | |
tree | 9258988023f5e0113f4ceb31b751ff8da32ddb4f /check.py | |
parent | 094a4e8b4d1d8f163e8f8601d908727a37c7c97c (diff) | |
download | binaryen-fbd3c89390220d304a93640664f7b8351523ca99.tar.gz binaryen-fbd3c89390220d304a93640664f7b8351523ca99.tar.bz2 binaryen-fbd3c89390220d304a93640664f7b8351523ca99.zip |
update check.py skip lists for spec tests
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -377,7 +377,7 @@ for t in spec_tests: # we must skip the stack machine portions of spec tests or apply other extra args extra = { 'call.wast': ['--skip=207'], - 'call_indirect.wast': ['--skip=263'], + 'call_indirect.wast': ['--skip=302'], 'nop.wast': ['--skip=3'], 'stack.wast': ['--skip=0'], } |