./x.py test --pass check
fails
#66929
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
P-high
High priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The following command fails on master:
says
Omitting the
--pass check
fixes that. The offending tests are allrun-fail
tests with anerror-pattern
, looks like those don't work properly with--pass check
?Cc @Mark-Simulacrum
The text was updated successfully, but these errors were encountered: