Continuous Regression Testing for Incremental Compilation #36809
Labels
A-incr-comp
Area: Incremental compilation
A-testsuite
Area: The testsuite used to check the correctness of rustc
Milestone
I'd like to setup some infrastructure that does continuous regression testing
for incremental compilation with the purpose of discovering issues and test
cases that can then be added to Rust's regular auto-test suite. I'd like to
discuss a few things before I start implementing something.
Requirements
I imagine the basic functionality of the testing infrastructure somewhat like
this:
regular and in incremental mode at each step and checking that the result is
the same
(see cargo-incremental).
somewhere, containing enough information to reproduce the problem.
platforms.
Questions
I'm looking for input from people already dealing with our automation and
experience with this kind of thing.
Specifically I'd be interested in the following questions:
maintainers have access to?
cc @rust-lang/tools @edunham @nikomatsakis
The text was updated successfully, but these errors were encountered: