Re: New test runner to test DMD

2019-02-12 Thread kinke via Digitalmars-d-announce
Thanks, I think it's a nice tool to improve quality via more thorough/faster testing.

New test runner to test DMD

2019-02-12 Thread Jacob Carlborg via Digitalmars-d-announce
This post is mostly directed to DMD contributors. Currently most of the tests for DMD are end-to-end like tests. The test invokes the compiler as a new process and the test asserts the exit code and/or error messages outputted by the compiler. This means that basically for each test file a