diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-05 13:15:30 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-05 13:15:30 -0800 |
commit | aea64c6fa801b926e090ef3feb2f16fe068b6f71 (patch) | |
tree | ee1b4e8e3aa685b3adce141873e5796cfaa8de0d /check.py | |
parent | 126c556960bf550fdbab9e34ca5b666657c03a7e (diff) | |
download | binaryen-aea64c6fa801b926e090ef3feb2f16fe068b6f71.tar.gz binaryen-aea64c6fa801b926e090ef3feb2f16fe068b6f71.tar.bz2 binaryen-aea64c6fa801b926e090ef3feb2f16fe068b6f71.zip |
fix compare type bug
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ print '\n[ checking wasm-shell spec testcases... ]\n' if len(requested) == 0: #spec_tests = [] # XXX [os.path.join('spec', t) for t in sorted(os.listdir(os.path.join('test', 'spec')))] # 'address' : filed issue, test looks invalid + # 'exports' : has a "return" https://github.com/WebAssembly/spec/issues/164 spec_tests = [os.path.join('spec', t + '.wast') for t in ['conversions', 'endianness']] else: spec_tests = requested[:] |