summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-06 20:50:20 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-06 20:50:20 -0800
commit264a3bdab4496d907a934dc1e8e680846b3254b5 (patch)
tree1f8ff9abafacb06d90f5e52ff81c8ce3b5249920 /check.py
parent8ba1707d4f3fe2f3f342a56cdae67895a4b014aa (diff)
downloadbinaryen-264a3bdab4496d907a934dc1e8e680846b3254b5.tar.gz
binaryen-264a3bdab4496d907a934dc1e8e680846b3254b5.tar.bz2
binaryen-264a3bdab4496d907a934dc1e8e680846b3254b5.zip
remove old comment
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/check.py b/check.py
index ebf69087a..9ec036399 100755
--- a/check.py
+++ b/check.py
@@ -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[:]