This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][AArch64][tests] Skip cpu-diagnostics tests when overriding -mcpu


On Mon, May 16, 2016 at 05:18:44PM +0100, Kyrill Tkachov wrote:
> Hi all,
> 
> The gcc.target/aarch64/cpu-diagnostics* tests specify invalid -mcpu options and look for the expected error.
> However, if the user overrides the -mcpu option when testing the tests start FAILing because they don't get
> the expected bad -mcpu option.
> 
> This patch skips those tests when that happens.
> That way when testing with /-mcpu=<something> the tests appear UNSUPPORTED rather than FAIL.
> 
> Ok for trunk?

OK.

James


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]