diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-17 17:19:56 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-17 17:19:56 -0800 |
commit | 775bd44ac40f4546fb912dcdf21c7a7f6e880d25 (patch) | |
tree | 0f78b1650ad20c18d109a18909c997aaafc74341 | |
parent | 36baff8892eb0469e3bd776d5f24d19b0abb7461 (diff) |
enable a fuzztest that now works in fastcomp
-rw-r--r-- | tests/test_core.py | 1 |
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(), |