aboutsummaryrefslogtreecommitdiff
path: root/tests/test_core.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-03-03 14:06:20 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-03-03 14:06:20 -0800
commitaca0e4d8b27f797d8bf3338e2032aa758d3fde98 (patch)
tree2507a42c56d04bf11d8a06476d1ded089be68df8 /tests/test_core.py
parentace45172d5a96bc83d06d2ff6578bf082b20f619 (diff)
parentc47c5c350bcc03b35d9fd2cb2c374c562a4058ee (diff)
Merge pull request #2178 from sunfishcode/incoming
Testsuite cleanups
Diffstat (limited to 'tests/test_core.py')
-rw-r--r--tests/test_core.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index ddb61b2b..6ea0614a 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -5199,11 +5199,11 @@ def process(filename):
shortname = name.replace('.ll', '')
if '' not in shortname: continue
if os.environ.get('EMCC_FAST_COMPILER') != '0' and os.path.basename(shortname) in [
- 'structparam', 'extendedprecision', 'issue_39', 'emptystruct', 'phinonexist', 'quotedlabel', 'oob_ta2', 'phientryimplicit', 'phiself', 'invokebitcast', 'funcptr', # invalid ir
+ 'structparam', 'extendedprecision', 'issue_39', 'phinonexist', 'oob_ta2', 'phiself', 'invokebitcast', # invalid ir
'structphiparam', 'callwithstructural_ta2', 'callwithstructural64_ta2', 'structinparam', # pnacl limitations in ExpandStructRegs
'2xi40', # pnacl limitations in ExpandGetElementPtr
'quoted', # current fastcomp limitations FIXME
- 'sillyfuncast2', 'sillybitcast', 'atomicrmw_unaligned' # TODO XXX
+ 'atomicrmw_unaligned' # TODO XXX
]: continue
if '_ta2' in shortname and not Settings.USE_TYPED_ARRAYS == 2:
print self.skip('case "%s" only relevant for ta2' % shortname)