diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-12-21 13:46:18 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-12-21 13:46:18 -0800 |
commit | 6f8a5cd09ad3bb3a171689e344ac5e6846df81d8 (patch) | |
tree | d7dbd79491eb5d5796f3e3565f3892b00ce8f16d | |
parent | a032c1bedf0df186f5f6166ba41af82a42e7db2f (diff) | |
download | binaryen-6f8a5cd09ad3bb3a171689e344ac5e6846df81d8.tar.gz binaryen-6f8a5cd09ad3bb3a171689e344ac5e6846df81d8.tar.bz2 binaryen-6f8a5cd09ad3bb3a171689e344ac5e6846df81d8.zip |
enable a test
-rwxr-xr-x | check.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -218,7 +218,6 @@ if len(requested) == 0: BLACKLIST = ['call.wast', # bad indirect_call 'cfg-stackify.wast', # bad and on import with no return value 'inline-asm.wast', - 'permute.wast', 'switch.wast', 'vtable.wast'] 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] |