Only compile the failing spec tester example#2345
Only compile the failing spec tester example#2345wilzbach wants to merge 1 commit intodlang:masterfrom
Conversation
|
Thanks for your pull request, @wilzbach! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. |
|
I also opened a Bugzilla issue, s.t. this doesn't get lost and can be tracked when there's time: https://issues.dlang.org/show_bug.cgi?id=18762 The TravisCi error is unrelated as we are currently trying to re-add Travis to dlang.org (see e.g. #2340) |
42f790f to
c45a16c
Compare
|
Observed another probably related failure: (and converted the test to compile only) |
This doesn't look like a scalable approach. Won't failures like these just keep cropping up until the root problem is fixed?
From a glance at the relevant code in |
|
(wrong button) Fully agreed and I would love to fix the actual problem, but I have honestly no idea why we sometimes get these linker errors... |
|
What do you think about instead of using |
|
I can reproduce this on my machine, looking into it. |
|
The problem is in DMD's handling of programs from stdin: |
This currently fails on some PRs with:
(e.g. dlang/phobos#6443, dlang/phobos#6453 or dlang/dmd#8168)
Hence, I think for now the best strategy is to just compile the respective test.