summaryrefslogtreecommitdiff
path: root/tests/test_core.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-20 15:13:44 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-20 15:15:45 -0800
commit92fb6118e72bb159b2d46e8ef842f62499c0f905 (patch)
tree3f973213ec4f01b604e436b23cb168c95b54709c /tests/test_core.py
parent29d094cbba95e91962da4b295c4521ccef663710 (diff)
add fuzz testcase with noalias surrounding an i64 that must be legalized
Diffstat (limited to 'tests/test_core.py')
-rw-r--r--tests/test_core.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index b633d514..065bc5f5 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -5184,6 +5184,7 @@ def process(filename):
for name in glob.glob(path_from_root('tests', 'fuzz', '*.c')) + glob.glob(path_from_root('tests', 'fuzz', '*.cpp')):
#if os.path.basename(name) != '4.c': continue
if 'newfail' in name: continue
+ if os.path.basename(name) == '18.cpp' and not os.environ.get('EMCC_FAST_COMPILER') == '1': continue # works only in fastcomp
print name
self.do_run(open(path_from_root('tests', 'fuzz', name)).read(),