diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-06 20:50:20 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-06 20:50:20 -0800 |
commit | 264a3bdab4496d907a934dc1e8e680846b3254b5 (patch) | |
tree | 1f8ff9abafacb06d90f5e52ff81c8ce3b5249920 /check.py | |
parent | 8ba1707d4f3fe2f3f342a56cdae67895a4b014aa (diff) | |
download | binaryen-264a3bdab4496d907a934dc1e8e680846b3254b5.tar.gz binaryen-264a3bdab4496d907a934dc1e8e680846b3254b5.tar.bz2 binaryen-264a3bdab4496d907a934dc1e8e680846b3254b5.zip |
remove old comment
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -83,7 +83,6 @@ 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 # 'labels', 'switch': todo once switch is stable - # 'memory' XXX TODO spec_tests = [os.path.join('spec', t + '.wast') for t in ['conversions', 'endianness', 'exports', 'f32_cmp', 'f32', 'f64_cmp', 'f64', 'fac', 'float_exprs', 'forward', 'func_ptrs', 'functions', 'has_feature', 'i32', 'i64', 'imports', 'int_exprs', 'int_literals', 'left-to-right', 'memory', 'memory_redundancy', 'memory_trap', 'names', 'resizing', 'runaway-recursion', 'select', 'store_retval', 'traps']] else: spec_tests = requested[:] |