aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-17 17:19:56 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-17 17:19:56 -0800
commit775bd44ac40f4546fb912dcdf21c7a7f6e880d25 (patch)
tree0f78b1650ad20c18d109a18909c997aaafc74341
parent36baff8892eb0469e3bd776d5f24d19b0abb7461 (diff)
enable a fuzztest that now works in fastcomp
-rw-r--r--tests/test_core.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index 75acd89b..949afd1b 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -5180,7 +5180,6 @@ def process(filename):
print x
for name in glob.glob(path_from_root('tests', 'fuzz', '*.c')):
#if os.path.basename(name) != '4.c': continue
- if os.environ.get('EMCC_FAST_COMPILER') == '1' and os.path.basename(name) in ['17.c']: continue # pnacl limitation in not legalizing i104, i96, etc.
print name
self.do_run(open(path_from_root('tests', 'fuzz', name)).read(),