Skip to content

Multiple ScenariosUITests in engine fail with Xcode 15 in CI #133783

@vashworth

Description

@vashworth

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 liste: OS-version specificAffects only some versions of the relevant operating systemengineflutter/engine related. See also e: labels.platform-iosiOS applications specificallyteam-iosOwned by iOS platform team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions