aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-03 12:52:30 -0500
committerAlon Zakai <alonzakai@gmail.com>2014-02-03 12:52:30 -0500
commit0e12ac57ce95fc25c2f85061162c9f17e8b946f5 (patch)
tree9d197cb698648bd5c1374453f62009098a1f624a
parent9a79e796de82c0f91288bdd57c9953e4ff8eb06f (diff)
disable tests/cases/funcptr.ll in fastcomp, as it is invalid ir (contains a load for a constnat address, which should segfault
-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 8ceabe25..16c84b70 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -5100,7 +5100,7 @@ def process(filename):
shortname = name.replace('.ll', '')
if '' not in shortname: continue
if os.environ.get('EMCC_FAST_COMPILER') == '1' and os.path.basename(shortname) in [
- 'structparam', 'extendedprecision', 'issue_39', 'emptystruct', 'phinonexist', 'quotedlabel', 'oob_ta2', 'phientryimplicit', 'phiself', 'invokebitcast', # invalid ir
+ 'structparam', 'extendedprecision', 'issue_39', 'emptystruct', 'phinonexist', 'quotedlabel', 'oob_ta2', 'phientryimplicit', 'phiself', 'invokebitcast', 'funcptr', # invalid ir
'structphiparam', 'callwithstructural_ta2', 'callwithstructural64_ta2', 'structinparam', # pnacl limitations in ExpandStructRegs
'2xi40', # pnacl limitations in ExpandGetElementPtr
'legalizer_ta2', # pnacl limitation in not legalizing i104, i96, etc.