summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-08-16 17:06:33 -0700
committerAlon Zakai <alonzakai@gmail.com>2016-09-07 09:55:00 -0700
commitfbd3c89390220d304a93640664f7b8351523ca99 (patch)
tree9258988023f5e0113f4ceb31b751ff8da32ddb4f /check.py
parent094a4e8b4d1d8f163e8f8601d908727a37c7c97c (diff)
downloadbinaryen-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-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index 4f39b7566..8acf2498a 100755
--- a/check.py
+++ b/check.py
@@ -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'],
}