diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-02 14:48:46 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-02 14:48:46 -0800 |
commit | 8ecf74ef02698a586c3f2f7dfc70119fe9f9edd7 (patch) | |
tree | 3036927bb84398dd13e55748fdf9f530fd38a363 | |
parent | e057f87907726a2a129f0567ae19f5bcc30c3499 (diff) |
enable tests/cases/uadd_overflow_ta2 in fastcomp
-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 4141606b..74295e6f 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -5109,7 +5109,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', 'uadd_overflow_ta2', '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', # 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. |