-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
pkg/dartdev/test/commands/info_macos_test fails with RuntimeError on pkg-mac-release-arm64 #52402
Comments
Test failure output:
|
Same test failure as above (log):
|
This test started failing once again on the unrelated commit:
|
/cc @bkonyi |
Looking at this now - |
Bug: #52402 Change-Id: I71a9d1112475347beae5a634d0275847a5c7685e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/308962 Commit-Queue: Devon Carew <devoncarew@google.com> Reviewed-by: Ben Konyi <bkonyi@google.com>
I think I may have also triggered this on a recent commit(https://dart-review.googlesource.com/c/sdk/+/307961). Approving the failure for now. |
This test just started failing again on one of my unrelated changes with the same |
Duplicate of #52658 |
Align info_macos_test with info_linux_test in this regard: fix is similar to how #50583 was addressed. BUG=#52658 BUG=#52402 TEST=ci Change-Id: If7ab54990069c86eb5c0348e20086254818da839 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/312705 Reviewed-by: Siva Annamalai <asiva@google.com> Commit-Queue: Alexander Aprelev <aam@google.com>
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.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
The text was updated successfully, but these errors were encountered: