We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As described in #3878 there are some e2e timeouts on Windows. Investigating...
The text was updated successfully, but these errors were encountered:
Okay, I was able to repro on Windows, just running the end to end tests, the _test folder of the repo:
_test
> 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.
Sorry, something went wrong.
No branches or pull requests
As described in #3878 there are some e2e timeouts on Windows. Investigating...
The text was updated successfully, but these errors were encountered: