aboutsummaryrefslogtreecommitdiff
path: root/tests/test_core.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-05-08 10:34:24 -0700
committerAlon Zakai <alonzakai@gmail.com>2014-05-08 10:34:24 -0700
commit9c613ffaac19bcc718c0c25e85fde7a3ec11f27c (patch)
tree7aff1e648300acfd43bc0da780987fcb75b8ac1f /tests/test_core.py
parent82ecd38e7a518e1086d5db355522287d546dcbf7 (diff)
add two fuzz testcases related to stack coloring
Diffstat (limited to 'tests/test_core.py')
-rw-r--r--tests/test_core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index 600e2da8..fb53897a 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -5285,7 +5285,7 @@ def process(filename):
#if os.path.basename(name) != '4.c': continue
if 'newfail' in name: continue
if os.environ.get('EMCC_FAST_COMPILER') == '0' and os.path.basename(name) in [
- '18.cpp', '15.c'
+ '18.cpp', '15.c', '21.c'
]: continue # works only in fastcomp
if x == 'lto' and self.run_name == 'default' and os.path.basename(name) in [
'19.c'