Skip to content

Actually run customer_testing shard on Windows#109336

Merged
auto-submit[bot] merged 1 commit intoflutter:masterfrom
Hixie:customer_testing
Aug 10, 2022
Merged

Actually run customer_testing shard on Windows#109336
auto-submit[bot] merged 1 commit intoflutter:masterfrom
Hixie:customer_testing

Conversation

@Hixie
Copy link
Contributor

@Hixie Hixie commented Aug 10, 2022

When dart became a batch file, the semantics changed because on Windows calling a batch file directly aborts the calling file.
You have to use CALL to call a batch file from another.

@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!).

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

@flutter-dashboard flutter-dashboard bot added the c: contributor-productivity Team-specific productivity, code health, technical debt. label Aug 10, 2022
@Hixie
Copy link
Contributor Author

Hixie commented Aug 10, 2022

test-exempt: is a test

Though I wonder if there's some way we could adjust the logic in the recipes to verify that we're not unintentionally using this windows "feature" since it's quite possible it's going to bite us again...

@Hixie Hixie force-pushed the customer_testing branch 4 times, most recently from 4e0a21c to 6683921 Compare August 10, 2022 21:10
When `dart` became a batch file, the semantics changed because on Windows calling a batch file directly aborts the calling file.
You have to use `CALL` to call a batch file from another.
@Hixie Hixie force-pushed the customer_testing branch from 6683921 to d7bc2d7 Compare August 10, 2022 22:02
@Hixie
Copy link
Contributor Author

Hixie commented Aug 10, 2022

Apparently Glob() doesn't like ../ in the path, and also really wants forward slashes not backslashes.

@christopherfujino
Copy link
Contributor

Are you saying these haven't run since we introduced the dart.bat file?

Copy link
Contributor

@christopherfujino christopherfujino left a comment

Choose a reason for hiding this comment

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

Good catch

@Hixie
Copy link
Contributor Author

Hixie commented Aug 10, 2022

Are you saying these haven't run since we introduced the dart.bat file?

Seems that way.

@Hixie Hixie added the autosubmit Merge PR when tree becomes green via auto submit App label Aug 10, 2022
@auto-submit auto-submit bot merged commit a1af1bb into flutter:master Aug 10, 2022
@gspencergoog
Copy link
Contributor

Could this have caused the current build redness? It seems to have started when this merged.

Sample failures: https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_android%20flutter_engine_group_performance/4230/overview

@gspencergoog
Copy link
Contributor

Actually, it seems unlikely, since those failures are on Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App c: contributor-productivity Team-specific productivity, code health, technical debt.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants