Open Geod24 opened 3 years ago
I guess this would have been failing before, but the druntime integration tests were previously run with -O -release
only: https://github.com/ldc-developers/ldc/pull/3714
Nope, looking at the log, the tests fail in both debug and release variants:
#12 6082.8 The following tests FAILED:
#12 6082.8 1688 - druntime-test-cycles-debug (Failed)
#12 6082.8 1690 - druntime-test-cycles-release (Failed)
#12 6082.8 1692 - druntime-test-gc-debug (Failed)
#12 6082.8 1694 - druntime-test-gc-release (Failed)
I don't have an idea why they would regress on musl only.
I'm seeing the following new failures while upgrading from v1.26.0 to v1.27.0. https://github.com/bosagora/docker-agora-builder/pull/15/checks?check_run_id=3249386316
The test in question: https://github.com/ldc-developers/druntime/blob/210784abe39f0f02c2a38f44a53a175c84038558/src/rt/lifetime.d#L1261-L1267
Any idea what could have caused this ? I went over the diff and couldn't find anything obvious.