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

David Tweed David.Tweed at arm.com
Fri Oct 5 07:49:40 PDT 2012


Hi,

(I originally got confused about which part of LLVM/clang I was fixing and sent this to cfe-commits, when it's really an llvm-commits patch.)

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

-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.diif
Type: application/octet-stream
Size: 3249 bytes
Desc: patch.diif
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121005/92ed57cf/attachment.obj>


More information about the llvm-commits mailing list