Skip to content

CI timeouts on Windows #3880

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

Open
davidmorgan opened this issue Feb 25, 2025 · 1 comment
Open

CI timeouts on Windows #3880

davidmorgan opened this issue Feb 25, 2025 · 1 comment
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@davidmorgan
Copy link
Contributor

As described in #3878 there are some e2e timeouts on Windows. Investigating...

@davidmorgan davidmorgan added the type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) label Feb 25, 2025
@davidmorgan
Copy link
Contributor Author

Okay, I was able to repro on Windows, just running the end to end tests, the _test folder of the repo:

> dart --version
Dart SDK version: 3.8.0-edge.7d954e54f7f540aeae9a8d76efff6e902411fd6d (main) (Mon Feb 24 06:00:19 2025 -0800) on "windows_x64"
> cd _test
> dart test

--lots of console windows appear with "dartaotruntime.txt" in the title, I guess they are stuck.

I didn't see this before, so maybe I did something new to trigger it? The one thing I know I did was to also run some other tests in parallel

> cd build_web_compilers
> dart test

then run the _test tests at the same time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

1 participant