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

2016-05-17 Thread James Greenhalgh
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

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

2016-05-16 Thread Kyrill Tkachov
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