Skip to content

Test cleanup, prepare for v0.1.4 #33

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 4 commits into from
Apr 10, 2018
Merged

Test cleanup, prepare for v0.1.4 #33

merged 4 commits into from
Apr 10, 2018

Conversation

kevmoo
Copy link
Member

@kevmoo kevmoo commented Apr 9, 2018

No description provided.

var expectedItems = <Object>['[INFO] Succeeded'];
if (!withDDC) {
expectedItems.add(anyOf(
contains('with 0 outputs'), contains('Running dart2js with')));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could the "with 0 outputs" case indicate a problem?

Also the "Running dart2js with" case could be broken for subsequent builds if I implement a change in build_web_compilers... it would be breaking there though so I guess we could update this test if that happens.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could the "with 0 outputs" case indicate a problem?

Maybe, although I validate dart2js output below. It's mostly for my dev machine where the output may already exist.

it would be breaking there though so I guess we could update this test if that happens.

Yup

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