summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-12-21 13:47:59 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-12-21 13:47:59 -0800
commit869dabbb011e80b26018f38de06823fb159b05e0 (patch)
tree48400f579ed9e5a21077870dfbd2cd2f0f1a4710
parent6f8a5cd09ad3bb3a171689e344ac5e6846df81d8 (diff)
downloadbinaryen-869dabbb011e80b26018f38de06823fb159b05e0.tar.gz
binaryen-869dabbb011e80b26018f38de06823fb159b05e0.tar.bz2
binaryen-869dabbb011e80b26018f38de06823fb159b05e0.zip
enable another test
-rwxr-xr-xcheck.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/check.py b/check.py
index 2bd4b4db3..35b93af33 100755
--- a/check.py
+++ b/check.py
@@ -218,8 +218,8 @@ if len(requested) == 0:
BLACKLIST = ['call.wast', # bad indirect_call
'cfg-stackify.wast', # bad and on import with no return value
'inline-asm.wast',
- 'switch.wast',
- 'vtable.wast']
+ 'switch.wast', # bad tableswitch
+ ]
experimental_tests = [os.path.join('experimental', 'prototype-wasmate', 'test', 'expected-output', t) for t in sorted(os.listdir(os.path.join('test', 'experimental', 'prototype-wasmate', 'test', 'expected-output'))) if t not in BLACKLIST]
else:
experimental_tests = requested[:]