Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
September 27, 2012 [dmd-internals] broken test runs | ||||
---|---|---|---|---|
| ||||
One of the little flurry of commits a few minutes ago seems to have broken every platform (at least every one that's completed a run so far): Test failed. The logged output: ../src/dmd -m32 -Icompilable -odtest_results/compilable -oftest_results/compilable/testexpression_0.o -c compilable/testexpression.d Internal error: backend/cgcs.c 214 ============================== Test failed: expected rc == 0, exited with rc == 1 make[1]: *** [test_results/compilable/testexpression.d.out] Error 1 _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
September 27, 2012 Re: [dmd-internals] broken test runs | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Roberts | Should work now. On 9/27/2012 12:53 AM, Brad Roberts wrote: > One of the little flurry of commits a few minutes ago seems to have broken every platform (at least every one that's > completed a run so far): > > Test failed. The logged output: > ../src/dmd -m32 -Icompilable -odtest_results/compilable -oftest_results/compilable/testexpression_0.o -c > compilable/testexpression.d > Internal error: backend/cgcs.c 214 > > > ============================== > Test failed: expected rc == 0, exited with rc == 1 > > make[1]: *** [test_results/compilable/testexpression.d.out] Error 1 > > _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
September 27, 2012 Re: [dmd-internals] broken test runs | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | On 27 September 2012 12:28, Walter Bright <walter@digitalmars.com> wrote: > Should work now. It doesn't, though. > On 9/27/2012 12:53 AM, Brad Roberts wrote: >> >> One of the little flurry of commits a few minutes ago seems to have broken >> every platform (at least every one that's >> completed a run so far): >> >> Test failed. The logged output: >> ../src/dmd -m32 -Icompilable -odtest_results/compilable >> -oftest_results/compilable/testexpression_0.o -c >> compilable/testexpression.d >> Internal error: backend/cgcs.c 214 >> >> >> ============================== >> Test failed: expected rc == 0, exited with rc == 1 >> >> make[1]: *** [test_results/compilable/testexpression.d.out] Error 1 >> >> > > > _______________________________________________ > dmd-internals mailing list > dmd-internals@puremagic.com > http://lists.puremagic.com/mailman/listinfo/dmd-internals _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
September 27, 2012 Re: [dmd-internals] broken test runs | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Roberts | On Sep 27, 2012, at 12:53 AM, Brad Roberts <braddr@puremagic.com> wrote: > One of the little flurry of commits a few minutes ago seems to have broken every platform (at least every one that's completed a run so far) Hm… if everyone generated pull requests then we could use the pull tester to validate a commit before actually merging them. _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
September 27, 2012 Re: [dmd-internals] broken test runs | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sean Kelly | On 9/27/2012 9:17 AM, Sean Kelly wrote: > On Sep 27, 2012, at 12:53 AM, Brad Roberts <braddr@puremagic.com> wrote: > >> One of the little flurry of commits a few minutes ago seems to have broken every platform (at least every one that's completed a run so far) > > Hm… if everyone generated pull requests then we could use the pull tester to validate a commit before actually merging them. Exactly what was said the last time Walter broke the trunk. And the time before that.. and.. :) _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
Copyright © 1999-2021 by the D Language Foundation