-
Notifications
You must be signed in to change notification settings - Fork 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
Revert "Wire up Opacity on Fuchsia, round 2 (#14024)" #14543
Conversation
219d0f4
to
712572a
Compare
@chinmaygarde I was able to get all tests other than |
It is a pixel test. It says "Image did not match expectation" and prints the location of the expectation vs the actual image. Reverting this patch makes the test pass. This is not a flake and looks like a real failure. Was this just a straight revert or did you have to change anything else to get this to build? |
This reverts commit d117ac9.
712572a
to
f33da10
Compare
This wasn't a clean revert. The test (rightly before the revert) assumed that the scene builder would start with a container layer. The revert violates this invariant. I restored the behavior and now the test should pass. |
* fa1adf4 Roll src/third_party/dart c9d89d55a60e..6fcd1de98c2c (8 commits) (flutter/engine#14551) * 6ea69a0 Revert "Wire up Opacity on Fuchsia, round 2 (#14024)" (flutter/engine#14543) * 1e1f371 Roll src/third_party/dart 6fcd1de98c2c..270966b16044 (7 commits) (flutter/engine#14553)
This reverts commit d117ac9.