From be1bbc6bb827a13a450262a9ab872816ba94cefb Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sun, 8 Nov 2015 15:38:52 -0800 Subject: remove blacklist entirely --- check.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'check.py') diff --git a/check.py b/check.py index 498aaabcf..696a15615 100755 --- a/check.py +++ b/check.py @@ -80,8 +80,7 @@ for t in tests: print '\n[ checking wasm-shell spec testcases... ]\n' if len(requested) == 0: - BLACKLIST = [] - spec_tests = [os.path.join('spec', t) for t in sorted(os.listdir(os.path.join('test', 'spec'))) if t not in BLACKLIST] + spec_tests = [os.path.join('spec', t) for t in sorted(os.listdir(os.path.join('test', 'spec')))] else: spec_tests = requested[:] -- cgit v1.2.3