summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-06 14:08:17 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-06 14:08:17 -0800
commitb99d42ef849a5e655be40d6514d24bafe5febf79 (patch)
treef48e3bb294923c547acfed5259bebe753377ee66 /check.py
parent2de858ae8ed2d33011d7c0ad224438033cacc2e4 (diff)
downloadbinaryen-b99d42ef849a5e655be40d6514d24bafe5febf79.tar.gz
binaryen-b99d42ef849a5e655be40d6514d24bafe5febf79.tar.bz2
binaryen-b99d42ef849a5e655be40d6514d24bafe5febf79.zip
parse select
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index 979437346..181b32f68 100755
--- a/check.py
+++ b/check.py
@@ -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', 'memory_redundancy', 'memory_trap', 'names', 'resizing', 'runaway-recursion']]
+ 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', 'memory_trap', 'names', 'resizing', 'runaway-recursion', 'select']]
else:
spec_tests = requested[:]