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

Conversation

@chinmaygarde
Copy link
Contributor

They will still be fatal in tests and no logs will show up in release.

Fixes flutter/flutter#123884

In fixing the linked issue, I didn't want to risk us having a stray validation log tear down the release process. This is safer and gets us the information we need during development.

They will still be fatal in tests and no logs will show up in release.

Fixes flutter/flutter#123884

In fixing the linked issue, I didn't want to risk us having a stray
validation log tear down the release process. This is safer and gets us
the information we need during development.
Copy link
Member

@zanderso zanderso left a comment

Choose a reason for hiding this comment

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

lgtm w/ question

return;
}

ImpellerValidationErrorsSetFatal(true);
Copy link
Member

Choose a reason for hiding this comment

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

Will this also be set during golden tests?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. The golden tests use the same playgrounds harnesses.

@chinmaygarde chinmaygarde added the autosubmit Merge PR when tree becomes green via auto submit App label Apr 1, 2023
@auto-submit auto-submit bot merged commit 0adfe35 into flutter:main Apr 1, 2023
@chinmaygarde chinmaygarde deleted the nofatalval branch April 1, 2023 19:32
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 1, 2023
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 e: impeller

Projects

No open projects
Archived in project

Development

Successfully merging this pull request may close these issues.

[Impeller] Validation logs in the Vulkan to OpenGL fallback selections are fatal.

2 participants