Skip to content
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

enable windows for the unit_tests in the test package #1612

Merged
merged 11 commits into from
Oct 25, 2021
Merged

Conversation

jakemac53
Copy link
Contributor

@jakemac53 jakemac53 commented Oct 21, 2021

We have ran into a few cases where we miss things due to not running all tests on windows (we only run a subset).

Going to try and get this working for all tests although I suspect there will be some issues getting them running, I may just skip some individual tests for now.

@kevmoo
Copy link
Member

kevmoo commented Oct 21, 2021

Random aside – there are a LOT of places where we assume STDOUT/ERR/IN are UTF8 – and not using https://api.dart.dev/stable/2.14.4/dart-io/SystemEncoding/decoder.html

...wonder if that matters

@jakemac53 jakemac53 merged commit fd63d0d into master Oct 25, 2021
@jakemac53 jakemac53 deleted the windows-tests branch October 25, 2021 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants