summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-05 14:18:53 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-05 14:18:53 -0800
commita3f479d3694ddfcbf7fe35658dff435fce0ae59b (patch)
treeec4fff667a32d99023239b1e7b167db9d495c178
parent6942a84d371eb80fdc066cac6a573a0a6a275f09 (diff)
downloadbinaryen-a3f479d3694ddfcbf7fe35658dff435fce0ae59b.tar.gz
binaryen-a3f479d3694ddfcbf7fe35658dff435fce0ae59b.tar.bz2
binaryen-a3f479d3694ddfcbf7fe35658dff435fce0ae59b.zip
add more passing testcases
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index 9f56f858e..ef6b97a67 100755
--- a/check.py
+++ b/check.py
@@ -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']]
+ spec_tests = [os.path.join('spec', t + '.wast') for t in ['conversions', 'endianness', 'f32_cmp', 'f32', 'f64_cmp', 'f64']]
else:
spec_tests = requested[:]