Elias Yishak
Elias Yishak
`Windows tool_integration_tests_1_6` flake for "allows overriding the directory for code size files"
Re-opening, we should probably only close this once we have identified the cause of the flake
`Windows tool_integration_tests_1_6` flake for "allows overriding the directory for code size files"
With our updates from PR #125910, we can now observe the following output from the `printOnFailure` calls ``` 07:10 +23 ~2 -1: test/integration.shard/analyze_size_test.dart: --analyze-size allows overriding the directory for code...
`Windows tool_integration_tests_1_6` flake for "allows overriding the directory for code size files"
> This is great info. I still think we will need more before we share the dart vm team. @eliasyishak can you add the `--verbose` flag to our flutter tool...
`Windows tool_integration_tests_1_6` flake for "allows overriding the directory for code size files"
Looks like we have some logging coming out for this build on a flake https://ci.chromium.org/ui/p/flutter/builders/prod/Windows%20tool_integration_tests_1_6/7248/overview
`Windows tool_integration_tests_1_6` flake for "allows overriding the directory for code size files"
If you search for "stdout:" in the logs, the first match is one of our tests. There seem to be more test files failing in this one builder run, but...
After investigating further, the tool should not be checking a Flutter project's target file if it is valid (ie. contains a `main` method) because it would need to compile the...
@xeruf i am also struggling to reproduce the cmake warning, but if i'm reading this correctly, are you now trying to just get rid of the warning that is printed...
Hi @bijumondal18, does this mean that when you run the app through VS Code, you are getting the error but running it via the terminal works as expected?
This would be a really nice feature to have, even if it's a flag we can turn on to auto refresh or keep stale to compare as @albertosantini mentioned
@srawlins thank you for bringing this up! Do you have any simple reproducible steps for this?