diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-29 11:43:30 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-29 11:44:07 -0800 |
commit | 9b61253e571352b4045b7361ef572098c087cd23 (patch) | |
tree | afe808b552bd11294cacfb4d5a9c054974d42925 /tests/test_core.py | |
parent | ef1e46010f6547419301c519666a1aece49b92d1 (diff) |
enable tests/cases/514 in fastcomp
Diffstat (limited to 'tests/test_core.py')
-rw-r--r-- | tests/test_core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index 2a298147..3d1c90a3 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -5096,7 +5096,7 @@ def process(filename): 'structparam', 'uadd_overflow_ta2', 'extendedprecision', 'issue_39', 'emptystruct', 'phinonexist', 'quotedlabel', 'oob_ta2', 'phientryimplicit', 'phiself', 'invokebitcast', # invalid ir 'structphiparam', 'callwithstructural_ta2', 'callwithstructural64_ta2', 'structinparam', # pnacl limitations in ExpandStructRegs '2xi40', # pnacl limitations in ExpandGetElementPtr - 'legalizer_ta2', '514_ta2', # pnacl limitation in not legalizing i104, i96, etc. + '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 |