[cfe-commits] [PATCH] XFAIL some tests which use non-working bits of old JIT on ARM

David Tweed david.tweed at arm.com
Wed Oct 3 05:23:05 PDT 2012


Hi,

as part of the push to make the ARM buildbots baseline green, there are some
regression tests which are testing the old jit and are exercising
functionality which is both known to be broken and not expected to be fixed
in the old jit. To remove these from the regression test output, I've marked
them XFAIL (for lit tests) and ifdef'd them out (unit tests). These
modifications remove the last long-standing regression test failures from
the buildbots (though updating the triple to reflect new ubuntu
configuration has temporarily caused some new failures). Tested on x86-64
and ARM Linux.

Please could this be reviewed with a view to applying?

Thanks,
David
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xfailOldJITARMProblems.diff
Type: application/octet-stream
Size: 3250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121003/97173624/attachment.obj>


More information about the cfe-commits mailing list