diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-12-21 13:47:59 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-12-21 13:47:59 -0800 |
commit | 869dabbb011e80b26018f38de06823fb159b05e0 (patch) | |
tree | 48400f579ed9e5a21077870dfbd2cd2f0f1a4710 | |
parent | 6f8a5cd09ad3bb3a171689e344ac5e6846df81d8 (diff) | |
download | binaryen-869dabbb011e80b26018f38de06823fb159b05e0.tar.gz binaryen-869dabbb011e80b26018f38de06823fb159b05e0.tar.bz2 binaryen-869dabbb011e80b26018f38de06823fb159b05e0.zip |
enable another test
-rwxr-xr-x | check.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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[:] |