diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-13 17:52:59 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-13 19:01:04 -0800 |
commit | 45c7d4caae4d6c0db336fb439da3dc75175bd182 (patch) | |
tree | 87a4098288278a062596adfbb4fc9d35c538d205 | |
parent | b9d210628b059e51cecd6a212ee4f837dbb7bad3 (diff) |
enable legalizer_ta2 testcase 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 cc887f19..2b5ad48e 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -5128,7 +5128,6 @@ def process(filename): '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. 'indirectbrphi', 'ptrtoint_blockaddr', 'quoted', # current fastcomp limitations FIXME 'sillyfuncast2', 'sillybitcast', 'atomicrmw_unaligned' # TODO XXX ]: continue |