Displaying 2 results from an estimated 2 matches for "src2src".
Did you mean:
src2rd
2019 Oct 10
3
[cfe-dev] RFC: End-to-end testing
Renato Golin via cfe-dev <cfe-dev at lists.llvm.org> writes:
> I'd recommend trying to move any e2e tests into the test-suite and
> make it easier to run, and leave specific tests only in the repo (to
> guarantee independence of components).
That would be a shame. Where is test-suite run right now? Are there
bots? How are regressions reported?
> The last thing we want
2019 Oct 11
2
[cfe-dev] RFC: End-to-end testing
...iny or new. :)
> We want to have the tests, in a place anyone can test, that the bots
> *will* test periodically, and that don't annoy developers often enough
> to be a target.
What do you mean by "annoy?" Taking too long to run?
> In a nutshell:
> * We still need src2src tests, to ensure connection points (mainly
> IR) are canonical and generic, avoiding hidden contracts
Yes.
> * We want the end2end tests to *add* coverage, not overlap with or
> replace existing tests
Yes, but I suspect people will disagree about what constitutes
"overlap."...