Some of the tests compile (part of) the compiler's code. When debugging an issue this can be problematic because debugging might involving changing the compiler code, and thus affective the issue we're trying to fix. It would be nice if we could temporarily freeze the code used in the tests to avoid this. One way to do that would be to make a fresh git clone of dotty somewhere else and run the tests with some option like --tests-src=../dotty-upstream.