./x.py test
silently ignores some of ui-fulldeps test and fails on one test
#75905
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
Yeah, if stage 1 stays a default, then we should probably
x.py test <suite>
/x.py test --stage 1 <suite>
if the test suite requiring stage 2 is specified explicitly,x.py test
without arguments.Originally posted by @petrochenkov in #75404 (comment)
The text was updated successfully, but these errors were encountered: