does master pass the test suite?#11524
Conversation
|
Thanks for your pull request, @WalterBright! 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. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + dmd#11524" |
|
Again, not a bug in the test suite but current master ... dmd segfaults without output once compiling with -O. Seems like the optimizer segfaults with -lowmem or triggers some GC related bug. |
|
How did master wind up getting pulled if it fails every time to pass the test suite? |
|
Insufficient tests which do not reliably trigger the Heisenbug. That bad but not a bug in the test suite. Sometimes caused by merging PRs based upon trust ... |
|
It's also the damned run.d failing, so none of the tests can be run. It could also be a druntime issue, or a phobos issue. |
|
Seriously, folks, the test harness should NOT BE BUILT WITH THE COMPILER UNDER TEST. Sorry I'm shouting again, but nobody seems to feel this is of any importance. |
|
Working again! |
This is to see if the random bugs when running the test suite are in the test suite rather than in the code base. Here's the current list of bugs in the test suite:
https://issues.dlang.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&keywords=TestSuite%2C%20&keywords_type=allwords&list_id=232615&query_format=advanced
I've had to re-create this several times now. Do not pull it.