https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78544
Iain Sandoe <iains at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target|x86_64-apple-darwin16 |*-apple-darwin* Status|UNCONFIRMED |NEW Last reconfirmed| |2016-11-27 Host|x86_64-apple-darwin16 |*-apple-darwin* Ever confirmed|0 |1 Build|x86_64-apple-darwin16 |*-apple-darwin* --- Comment #2 from Iain Sandoe <iains at gcc dot gnu.org> --- (In reply to Andrew Burgess from comment #1) > Created attachment 40162 [details] > Patch to skip the tests > > As the tests are only going to test anything on a subset of targets, I don't > know if we care particularly about having the compile complete on all > targets. The attached patch should (if I have the syntax correct) skip the > tests on all but the targets that are going to run the test. The change at r242519 does not seem to be Linux-specific; ISTM that, rather than skipping the tests for non-Linux, they should be extended to cover a reasonable number of other cases? e.g. what about bare-metal targets? However, I guess skipping is better than an apparent pass that actually does nothing. It's on the (very long) TDOD, to examine the output for Darwin and derive appropriate scans.