diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-12-15 12:37:13 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-12-15 12:37:13 -0800 |
commit | 361070533da13ab13d927fa5f7d3773fd946cb4d (patch) | |
tree | ad25db7fc0139a3b897a3d6d3a57efc444bffd63 /tests/test_core.py | |
parent | f230ad634780a07c4321db467f54cdb793d755af (diff) |
tests/cases fixes for 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 3398974b..4e1d2ce0 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -5018,7 +5018,7 @@ def process(filename): '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_invoke', 'longjmp_tiny_phi', 'indirectbrphi', 'ptrtoint_blockaddr', 'quoted', # current fastcomp limitations FIXME - 'sillyfuncast', # TODO very very soon XXX + 'sillyfuncast', 'sillyfuncast2', 'sillybitcast', # TODO very very soon XXX ]: continue if '_ta2' in shortname and not Settings.USE_TYPED_ARRAYS == 2: print self.skip('case "%s" only relevant for ta2' % shortname) |