There are new test failures on [flow analysis] clean up public methods that call other public methods..
The tests
pkg/dartdev/test/commands/info_macos_test RuntimeError (expected Pass)
are failing on configurations
unittest-asserts-release-mac-arm64
Although the blamelist indicates that the test started failing at 214a98e, it's very difficult to imagine a way this commit could have provoked the failure, since the commit is a small refactor to flow analysis, and the failure is related to dartdev's ProcessInfo.commandLine getter returning an unexpectedly trimmed string.
If I had to guess, I suspect some change was made to the configuration of the trybot (e.g. an OS upgrade perhaps) that changed the way the process information appears when querying for processes on a mac.
CC @devoncarew
There are new test failures on [flow analysis] clean up public methods that call other public methods..
The tests
are failing on configurations
Although the blamelist indicates that the test started failing at 214a98e, it's very difficult to imagine a way this commit could have provoked the failure, since the commit is a small refactor to flow analysis, and the failure is related to dartdev's
ProcessInfo.commandLinegetter returning an unexpectedly trimmed string.If I had to guess, I suspect some change was made to the configuration of the trybot (e.g. an OS upgrade perhaps) that changed the way the process information appears when querying for processes on a mac.
CC @devoncarew