diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-05 21:57:48 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-05 21:57:48 -0800 |
commit | eeba133dffb9e50e8cb3cbd58b46ea02a9e34c1b (patch) | |
tree | b29e08a033762a343b57dd488138ae4b97c6cea5 | |
parent | dc9ef1be919cee495cfdc48ee10fcee184e93e58 (diff) | |
download | binaryen-eeba133dffb9e50e8cb3cbd58b46ea02a9e34c1b.tar.gz binaryen-eeba133dffb9e50e8cb3cbd58b46ea02a9e34c1b.tar.bz2 binaryen-eeba133dffb9e50e8cb3cbd58b46ea02a9e34c1b.zip |
add test
-rwxr-xr-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ if len(requested) == 0: # 'address' : filed issue, test looks invalid # 'exports', 'int_literals' : has a "return" https://github.com/WebAssembly/spec/issues/164 # 'switch': todo once stable - 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', 'i64', 'imports', 'int_exprs', 'left-to-right']] + 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', 'i64', 'imports', 'int_exprs', 'left-to-right', 'memory_redundancy']] else: spec_tests = requested[:] |