Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

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
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 subscribe to this conversation on GitHub. Already have an account? Sign in.
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