Re: [PATCH, Darwin, x86, testsuite] Disable tests that cannot pass for Darwin.

2019-05-24 Thread Iain Sandoe
> On 24 May 2019, at 08:29, Iain Sandoe wrote: > > A few of the i386.exp target tests cannot pass on Darwin > because either the port doesn't support a feature, or the > ABI demands sufficiently different codegen that matching > the output with scan-asms would require a different test. > > Dis

[PATCH, Darwin, x86, testsuite] Disable tests that cannot pass for Darwin.

2019-05-24 Thread Iain Sandoe
A few of the i386.exp target tests cannot pass on Darwin because either the port doesn't support a feature, or the ABI demands sufficiently different codegen that matching the output with scan-asms would require a different test. Disabling those tests here. tested on x86_64-darwin and x86_64-linu