Skip to content
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

Fail lazily when 1+ Skia gold comparions fail. #51010

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

matanlurey
Copy link
Contributor

(Speculative) fix for flutter/flutter#144238.

@zanderso Could you review from a CLI angle? I realize this code is not great, but could I do something better here?

.catchError((dynamic err) {
panic(<String>['skia gold comparison failed: $err']);
.catchError((Object error) {
logWarning('skia gold comparison failed: $error');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what was happening when you threw from an error handler block. Seems reasonable to try

@matanlurey matanlurey added the autosubmit Merge PR when tree becomes green via auto submit App label Feb 27, 2024
@auto-submit auto-submit bot merged commit 6f7b939 into flutter:main Feb 27, 2024
26 checks passed
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Feb 28, 2024
2461280c38 Roll Fuchsia Linux SDK from JCdhkDSFXzHyPuP4I... to T1xAi_ww_mWEiDkVN... (flutter/engine#51011)
8940ea0887 Code consistency fixes in FlScrollingManager (flutter/engine#50959)
21474ee4a4 [macOS] Use CVDisplayLink to drive repaint (flutter/engine#49159)
6f7b939568 Fail lazily when 1+ Skia gold comparions fail. (flutter/engine#51010)
249daf5512 Adjust Android emulator test timeouts (flutter/engine#51004)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit Merge PR when tree becomes green via auto submit App
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants