diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-05 21:04:03 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-05 21:04:03 -0800 |
commit | f85fca65799a61910d43a1099e7f33299df327ac (patch) | |
tree | 9c177e5af3648880b004e081c4eba9bd46476054 | |
parent | d17aaea3ddf73369af3c7fad3f42a23928d4009d (diff) | |
download | binaryen-f85fca65799a61910d43a1099e7f33299df327ac.tar.gz binaryen-f85fca65799a61910d43a1099e7f33299df327ac.tar.bz2 binaryen-f85fca65799a61910d43a1099e7f33299df327ac.zip |
add passing test
-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', 'i32', 'i64', 'imports']] + 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']] else: spec_tests = requested[:] |