Skip to content

test cases under run-pass directory are not running  #62775

Closed
@BaoshanPang

Description

@BaoshanPang

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?

Metadata

Metadata

Assignees

Labels

A-testsuiteArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions