-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#48807Closed
Copy link
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team
Description
There are a couple of issues with this test:
00:04 +167 ~9 -1: semantics/semantics_test.dart: container container node compensates for rect offset [E]
Expected: '0px 0px 0px'
Actual: '0px 0px'
Which: is different. Both strings start the same, but the actual value is missing the following trailing characters: 0px
Similar to #136274
00:13 +646 ~21 -2: text_editing_test.dart: text editing styles invisible element [E]
Expected: contains 'transparent'
Actual: 'none'
Occasionally it was unable to start server and timed out:
I filed a separate issue for this since it doesn't seem to be specific to this test: Failure to connect to webdriver process on macOS 13 in CI #136972
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team