summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/check.py b/check.py
index d24c5fb8c..2bd4b4db3 100755
--- a/check.py
+++ b/check.py
@@ -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]