-
Notifications
You must be signed in to change notification settings - Fork 75
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
frontend_server_client_test
has begun failing on windows for VM apps
#2377
Comments
I think the root cause here is also blocking rolling frontend_server_client 4.0.0 to flutter_tools flutter/flutter#146164 |
We were also getting a timeout error, but only on windows:
@christopherfujino - were you able to get this to fail in a non-windows environment (looking at your comment here: flutter/flutter#146164 (comment)) The majority of the changes to |
I wouldn't expect launching the frontend server from an AOT snapshot instead of an AppJIT snapshot to break anything. The |
thanks @derekxu16. FYI, I only tried this on Windows. The test only failed on Windows--but then this test only ran on Windows too (since it's testing executing a batch file as a sub-process). |
See workflow run: https://github.com/dart-lang/webdev/actions/runs/8034050792
Note: The
frontend_server_client
is used on VM inpackage:test
: https://github.com/dart-lang/test/blob/26953ba46d9e56dd4195c5678ada16a2005ec2a7/pkgs/test_core/lib/src/runner/vm/test_compiler.dartThe text was updated successfully, but these errors were encountered: