-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listbrowser: firefoxonly manifests in Firefoxonly manifests in Firefoxc: flakeTests that sometimes, but not always, incorrectly passTests that sometimes, but not always, incorrectly passteam-webOwned by Web platform teamOwned by Web platform team
Description
Some recent failed runs:
https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20linux_web_engine_tests/5466/infra
https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20linux_web_engine_tests/5473/infra
The failing test is in style_manager_test.dart. The failure log is:
00:13 +441 ~28 -1: view_embedder/style_manager_test.dart: StyleManager attachGlobalStyles hides the outline when focused [E]
Expected: 'rgb(0, 0, 0) 0px'
Actual: 'rgb(0, 0, 0) 3px'
Which: is different.
Expected: ... (0, 0, 0) 0px
Actual: ... (0, 0, 0) 3px
^
Differ at offset 13
On my Linux cloudtop, the test is flaky, although it will pass for many test runs in a row and then fail for many runs in a row.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listbrowser: firefoxonly manifests in Firefoxonly manifests in Firefoxc: flakeTests that sometimes, but not always, incorrectly passTests that sometimes, but not always, incorrectly passteam-webOwned by Web platform teamOwned by Web platform team