summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-07-06 13:10:21 -0700
committerGitHub <noreply@github.com>2016-07-06 13:10:21 -0700
commit9455a8749e1bb2c4788c37495b9cd319f046f6ff (patch)
treeda02eadeae89d40f82a1e203b11e581138682129 /check.py
parent05d7bd3028793de007043eacc6e73b1c0cedb7ba (diff)
parentfa050b2f9c1e4b68c5067487515d1f67ae9bf9cf (diff)
downloadbinaryen-9455a8749e1bb2c4788c37495b9cd319f046f6ff.tar.gz
binaryen-9455a8749e1bb2c4788c37495b9cd319f046f6ff.tar.bz2
binaryen-9455a8749e1bb2c4788c37495b9cd319f046f6ff.zip
Merge pull request #621 from WebAssembly/spec-update
Spec test update
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 214ade67b..622989006 100755
--- a/check.py
+++ b/check.py
@@ -453,7 +453,7 @@ for t in spec_tests:
# check binary format. here we can verify execution of the final result, no need for an output verification
split_num = 0
- if os.path.basename(wast) not in ['has_feature.wast']: # avoid some tests with things still in spec tests, but likely to be taken out soon
+ if os.path.basename(wast) not in ['call_indirect.wast']: # avoid some tests with things still being sorted out in the spec https://github.com/WebAssembly/spec/pull/301
actual = ''
for module, asserts in split_wast(wast):
print ' testing split module', split_num