We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It would be nice if we have the ability to disable parallel test to spot non-termination tests.
The obvious tweak of threadLimit doesn't help.
threadLimit
https://github.com/lampepfl/dotty/blob/0a2734bf7b4de534d449d86e3b196c46771eb754/compiler/test/dotty/tools/vulpix/ParallelTesting.scala#L911-L925
Interestingly, if threadLimit is set to < 2, the test doesn't run.
< 2
Edited: it's < 2 instead of < 3.
< 3