-
Notifications
You must be signed in to change notification settings - Fork 27.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
Engine -> Framework roll blocked on dart fix test failure. #105641
Comments
I see changes to |
Two of my changes could potentially be the root of this: dart-lang/sdk@3290d7a or dart-lang/sdk@467a1b0. My guess is the former but will look a bit closer. |
Curiously, the flutter-engine try bot runs were clean for both changes... https://dart-review.googlesource.com/c/sdk/+/246160 and https://dart-review.googlesource.com/c/sdk/+/246663 |
This reverts commit 3290d7a. Reason for revert: flutter engine breakage (flutter/flutter#105641) Original change's description: > [data driven] support moving symbols across packages > > See: #48997 > > Change-Id: Iad16b9eae0523bc4bc14537af642b05efa75b6f7 > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/246663 > Commit-Queue: Phil Quitslund <[email protected]> > Reviewed-by: Brian Wilkerson <[email protected]> # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I4a83d50497d6208b7f518ca1b381ece3aab192ad Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247606 Reviewed-by: Siva Annamalai <[email protected]> Reviewed-by: Keerti Parthasarathy <[email protected]> Commit-Queue: Phil Quitslund <[email protected]> Reviewed-by: Phil Quitslund <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]>
This can be downgraded when the roll here lands: #105650 |
The affected test works on my Windows setup if I revert the other |
Oh! OK, that surprises me. I'll go ahead and revert that. Apologies! And thanks for the catch @jason-simmons! |
It works on Windows with https://dart-review.googlesource.com/c/sdk/+/246160 if I patch
(The failing test is running |
Ah! Funny. I'd expect that to have been caught on our windows bots... Will have to dig in. Thanks! |
Thanks a million @jason-simmons! I'm building w/ your fix locally now. (I'll take a look at adding some more tests too...) |
New patch: https://dart-review.googlesource.com/c/sdk/+/247608. 🦅 |
See: flutter/flutter#105641 (comment) Change-Id: I176467d5885feab1c44892ea9140f619e30df223 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247608 Commit-Queue: Phil Quitslund <[email protected]> Reviewed-by: Srujan Gaddam <[email protected]>
Fix landed. dart-lang/sdk@8d9009d should unblock the roll. Sorry for the noise! |
This reverts commit f111a2d. Reason for revert: this change was mistakenly associated w/ a windows bot breakage (flutter/flutter#105641) Original change's description: > Revert "[data driven] support moving symbols across packages" > > This reverts commit 3290d7a. > > Reason for revert: flutter engine breakage (flutter/flutter#105641) > > Original change's description: > > [data driven] support moving symbols across packages > > > > See: #48997 > > > > Change-Id: Iad16b9eae0523bc4bc14537af642b05efa75b6f7 > > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/246663 > > Commit-Queue: Phil Quitslund <[email protected]> > > Reviewed-by: Brian Wilkerson <[email protected]> > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Change-Id: I4a83d50497d6208b7f518ca1b381ece3aab192ad > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247606 > Reviewed-by: Siva Annamalai <[email protected]> > Reviewed-by: Keerti Parthasarathy <[email protected]> > Commit-Queue: Phil Quitslund <[email protected]> > Reviewed-by: Phil Quitslund <[email protected]> > Reviewed-by: Brian Wilkerson <[email protected]> # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I769dec0d85fc0a41048b21deec0724d8509ef8e9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/248061 Reviewed-by: Brian Wilkerson <[email protected]> Reviewed-by: Keerti Parthasarathy <[email protected]> Commit-Queue: Phil Quitslund <[email protected]>
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
dart fix
tests are blocking the Engine -> Framework roll:https://ci.chromium.org/ui/p/flutter/builders/try/Windows%20framework_tests_misc/20038/overview from #105633 that includes the Dart roll https://dart.googlesource.com/sdk.git/+log/6a7e6decee92..68fd70178cbf, and only one other unrelated change.
The text was updated successfully, but these errors were encountered: