[Issue 16953] auto-tester doesn't run rdmd_test (causes a number of regressions in each release)

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jul 18 23:31:19 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=16953

Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dlang-bugzilla at thecybershad
                   |                            |ow.net
           Hardware|x86                         |All
           Assignee|nobody at puremagic.com        |dlang-bugzilla at thecybershad
                   |                            |ow.net

--- Comment #1 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
FWIW, we do run the rdmd test suite via Travis (see
https://github.com/dlang/tools/blob/master/travis.sh), but this only runs for
PRs against the tools repository. We need to run the tests against PRs to all
repositories to catch such issues effectively.

We also have a daily cron job configured on Travis, so we can now at least be
informed of such breakages shortly after they happen.

Integrating the test into the auto-tester would be nice, however it currently
doesn't test the tools repo at all. What might be more likely to happen instead
is that I expand DAutoTest to also run the tools repository tests.

--


More information about the Digitalmars-d-bugs mailing list