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

Kaylor, Andrew andrew.kaylor at intel.com
Fri Oct 5 08:56:09 PDT 2012


Looks good.

-----Original Message-----
From: llvm-commits-bounces at cs.uiuc.edu [mailto:llvm-commits-bounces at cs.uiuc.edu] On Behalf Of David Tweed
Sent: Friday, October 05, 2012 7:50 AM
To: llvm-commits at cs.uiuc.edu
Subject: [llvm-commits] [PATCH] XFAIL some tests which use non-working bits of old JIT on ARM

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.




More information about the llvm-commits mailing list