Skip to content

Move the scopes package (used in testing) to the test fixtures directory #1837

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 20, 2022

Conversation

elliette
Copy link
Contributor

@elliette elliette commented Dec 19, 2022

Work towards #1842

Addresses 1) of the above:

Some of our tests (for example, instance_test) are using packages outside of the test /fixtures/... directory as the test directory. I think we should only be using directories within /fixtures/... as our test directories.

See for example https://github.com/dart-lang/webdev/actions/runs/3733738552/jobs/6334929752

This PR moves the scopes package out of example and into fixtures, so that the tests using scopes are running it from the test fixtures directory.

@elliette elliette changed the title [DO NOT SUBMIT] Try to resolve test flakes Fix failing windows tests Dec 19, 2022
@elliette elliette marked this pull request as ready for review December 19, 2022 20:39
@elliette elliette requested a review from CoderDake December 19, 2022 20:42
@elliette elliette changed the title Fix failing windows tests Move the scopes package (used in testing) to the test fixtures directory Dec 20, 2022
@elliette elliette merged commit 6dedcd5 into dart-lang:master Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants