diff options
-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[:] |