test cases under run-pass directory are not running #62775
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
With the change in function should_run_successfully() of commit 54337fa:
- RunPass => true,
- Ui => self.props.pass_mode == Some(PassMode::Run),
+ RunPass | Ui => self.effective_pass_mode() == Some(PassMode::Run),
The test cases under run-pass directory are tested for building only, the compiled test cases are not running any more.
Does it work as design?
The text was updated successfully, but these errors were encountered: