-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#45391Closed
Copy link
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work liste: OS-version specificAffects only some versions of the relevant operating systemAffects only some versions of the relevant operating systemengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-iosiOS applications specificallyiOS applications specificallyteam-iosOwned by iOS platform teamOwned by iOS platform team
Description
Multiple ScenariosUITests fail when testing for ios_debug_sim_arm64_extension_safe with Xcode 15 in CI. Seems to happen consistently.
Failing tests:
-[PlatformViewMutationClipRectTests testPlatformView]
-[PlatformViewMutationClipRRectWithTransformTests testPlatformView]
-[BogusFontTextTest testFontRenderingWhenSuppliedWithBogusFont]
-[PlatformViewUITests testPlatformView]
-[PlatformViewMutationClipRectAfterMovedTests testPlatformView]
-[PlatformViewMutationLargeClipRRectTests testPlatformView]
-[MultiplePlatformViewsBackgroundForegroundTest testPlatformView]
-[TwoPlatformViewsWithOtherBackDropFilterTests testPlatformView]
-[PlatformViewRotation testPlatformView]
-[SpawnEngineTest testSpawnEngineWorks]
-[PlatformViewMutationClipPathWithTransformTests testPlatformView]
-[PlatformViewWithOtherBackdropFilterTests testPlatformView]
-[PlatformViewMutationClipRectWithTransformTests testPlatformView]
-[PlatformViewMutationOpacityTests testPlatformView]
-[LocalizationInitializationTest testNoLocalePrepend]
-[PlatformViewMutationClipPathTests testPlatformView]
-[PlatformViewMutationLargeClipRRectWithTransformTests testPlatformView]
-[TwoPlatformViewClipRRectTests testPlatformView]
-[NonFullScreenFlutterViewPlatformViewUITests testPlatformView]
-[PlatformViewWithNegativeOtherBackDropFilterTests testPlatformView]
-[MultiplePlatformViewsTest testPlatformView]
-[PlatformViewMutationTransformTests testPlatformView]
-[TwoPlatformViewClipPathTests testPlatformView]
-[TwoPlatformViewClipRectTests testPlatformView]
-[PlatformViewMutationClipRRectTests testPlatformView]
https://chromium-swarm.appspot.com/task?id=6461768488479410
https://chromium-swarm.appspot.com/task?id=646528f8d744d410
Almost all of the tests error with
GoldenTestManager.m:79: error: ... -[UIImage internalImage]: unrecognized selector sent to instance
expect for -[LocalizationInitializationTest testNoLocalePrepend] has this error
LocalizationInitializationTest.m:33: error: -[LocalizationInitializationTest testNoLocalePrepend] : (([textInputSemanticsObject waitForExistenceWithTimeout:timeout]) is true) failed
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work liste: OS-version specificAffects only some versions of the relevant operating systemAffects only some versions of the relevant operating systemengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-iosiOS applications specificallyiOS applications specificallyteam-iosOwned by iOS platform teamOwned by iOS platform team