diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-05 20:23:23 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-05 20:23:23 -0800 |
commit | 826fc908280887d57a6e7203c7da8326b9e40ba2 (patch) | |
tree | bff802306c7b01ca3fcf186e076b3f6d5d068623 /check.py | |
parent | a858e75a26e387d9d937ad72bc805c2624d61692 (diff) | |
download | binaryen-826fc908280887d57a6e7203c7da8326b9e40ba2.tar.gz binaryen-826fc908280887d57a6e7203c7da8326b9e40ba2.tar.bz2 binaryen-826fc908280887d57a6e7203c7da8326b9e40ba2.zip |
add test
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ 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', 'f32_cmp', 'f32', 'f64_cmp', 'f64', 'float_exprs', 'forward', 'func_ptrs', 'functions', 'has_feature']] + spec_tests = [os.path.join('spec', t + '.wast') for t in ['conversions', 'endianness', 'f32_cmp', 'f32', 'f64_cmp', 'f64', 'float_exprs', 'forward', 'func_ptrs', 'functions', 'has_feature', 'i32']] else: spec_tests = requested[:] |