diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-12-15 11:27:19 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-12-15 11:27:19 -0800 |
commit | f230ad634780a07c4321db467f54cdb793d755af (patch) | |
tree | 3ed664bc742f49f6c442d3e042f2fcfe09e99552 /tests/test_core.py | |
parent | 7e07c395fb073d4abb3688256e40291bf4c235bf (diff) |
test/cases fixes for fastcomp
Diffstat (limited to 'tests/test_core.py')
-rw-r--r-- | tests/test_core.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index 56899e49..3398974b 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -5015,9 +5015,9 @@ def process(filename): 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', # invalid ir - 'structphiparam', 'callwithstructural_ta2', # pnacl limitation in ExpandStructRegs + 'structphiparam', 'callwithstructural_ta2', 'callwithstructural64_ta2', # pnacl limitations in ExpandStructRegs 'legalizer_ta2', '514_ta2', # pnacl limitation in not legalizing i104, i96, etc. - 'longjmp_tiny', 'longjmp_tiny_phi', 'indirectbrphi', 'ptrtoint_blockaddr', 'quoted', # current fastcomp limitations FIXME + 'longjmp_tiny', 'longjmp_tiny_invoke', 'longjmp_tiny_phi', 'indirectbrphi', 'ptrtoint_blockaddr', 'quoted', # current fastcomp limitations FIXME 'sillyfuncast', # TODO very very soon XXX ]: continue if '_ta2' in shortname and not Settings.USE_TYPED_ARRAYS == 2: |