Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.
This repository was archived by the owner on May 28, 2025. It is now read-only.

UIKit tests not reliable #1962

@bbowman

Description

@bbowman

UIButtonTests::UIButton_CheckForLeaks occasionally fails with:

FAULTING_SOURCE_LINE: y:\arcadia\winobjc\frameworks\uikit\starboardxaml\layerproxy.cpp

FAULTING_SOURCE_FILE: y:\arcadia\winobjc\frameworks\uikit\starboardxaml\layerproxy.cpp

FAULTING_SOURCE_LINE_NUMBER: 137

FAULTING_SOURCE_CODE:
133: }
134:
135: void LayerProxy::_SetContentsCenter(float x, float y, float width, float height) {
136: FrameworkElement^ xamlLayer = _FrameworkElementFromInspectable(_xamlElement);

137: CoreAnimation::LayerCoordinator::SetContentCenter(xamlLayer, Rect(x, y, width, height));
138: }
139:
140: // TODO: Find a way to remove this
141: void LayerProxy::SetTopMost() {
142: FrameworkElement^ xamlLayer = _FrameworkElementFromInspectable(_xamlElement);

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions