summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-05 19:08:02 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-05 19:08:02 -0800
commit0500af8981f03982aa68bee6d28e3ad339c01e28 (patch)
treeadf31f698ebd9fdff7323deee21171ef3e39c8cd /check.py
parent2b314faa4c50738473f977dcf9adae3708363e16 (diff)
downloadbinaryen-0500af8981f03982aa68bee6d28e3ad339c01e28.tar.gz
binaryen-0500af8981f03982aa68bee6d28e3ad339c01e28.tar.bz2
binaryen-0500af8981f03982aa68bee6d28e3ad339c01e28.zip
has_feature
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 732d7b196..df6a7f923 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', 'f32', 'f64_cmp', 'f64', 'float_exprs', 'forward', 'func_ptrs', 'functions']]
+ 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']]
else:
spec_tests = requested[:]