diff options
author | Dan Gohman <sunfish@mozilla.com> | 2014-03-05 19:39:09 -0800 |
---|---|---|
committer | Dan Gohman <sunfish@mozilla.com> | 2014-03-05 19:39:09 -0800 |
commit | 7dfba426c26ae22f9f077108b39a3201a1bb48fc (patch) | |
tree | bb4823b78559233c1d4b9d7690e18cb1800bafbb | |
parent | cbaebc0a5c48d5cf2bec46fc270e5aac4f36e0b0 (diff) |
Disable the aliasbitcast.ll test for fastcomp, since it is invalid IR.
-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 55dabd7f..5c34d47e 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -5199,7 +5199,7 @@ 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', 'phinonexist', 'oob_ta2', 'phiself', 'invokebitcast', # invalid ir + 'aliasbitcast', '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 |