aboutsummaryrefslogtreecommitdiff
path: root/tests/test_core.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-12-13 19:08:59 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-12-13 19:08:59 -0800
commit79191815d0721fc1d04770a9335919fe56c67d30 (patch)
tree80482fd29883ca2667ae5ecfd54a0568524ba64c /tests/test_core.py
parentfbfa2996ed73427b28453c437bee09df60847961 (diff)
yet more fixes for test_cases for fastcomp
Diffstat (limited to 'tests/test_core.py')
-rw-r--r--tests/test_core.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index 7ada3f53..9b072b90 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -4971,9 +4971,10 @@ 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', # pnacl limitation in ExpandStructRegs
+ 'structphiparam', 'callwithstructural_ta2', # pnacl limitation in ExpandStructRegs
'legalizer_ta2', '514_ta2', # pnacl limitation in not legalizing i104, i96, etc.
- 'longjmp_tiny', 'longjmp_tiny_phi', 'indirectbrphi', 'ptrtoint_blockaddr', # current fastcomp limitations FIXME
+ 'longjmp_tiny', '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:
print self.skip('case "%s" only relevant for ta2' % shortname)