You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed; build was still running when recorded, so no retry had been requested.
Recurrence: 2 confirmed occurrences across 2 distinct PRs.
Investigation
The current TestSummary reports one failed and 30 passed linker configurations; the HtmlReport identifies this as the sole failed test in link all/iOS - simulator/Release.
The earlier occurrence cleared on the same-head Azure rerun, while the PR changes were unrelated to pasteboard behavior.
tests/monotouch-test/UIKit/PasteboardTest.cs already documents random clipboard/image behavior and ignores its equivalent image test even after retries.
This blocks the iOS linker job and can fail the simulator pipeline. The observed workaround is to rerun the failed job after the pipeline is terminal and normal head, mergeability, retry-budget, and duplicate-attempt gates pass.
Artifacts and historical Azure logs are retention-limited; the current TestSummary and HtmlReport were available when this issue was created.
Flaky test report
Stable signature:
linkall-uipasteboard-hasimages-falseTest:
LinkAll.LinkAllRegressionTest.Pasteboard_ImagesTestPlatform/job: iOS simulator,
T: linker_iosClassification: Genuinely flaky test
First observed: 2026-07-21 22:40:27 UTC
Latest observed: 2026-08-08 03:16:28 UTC
Failure
The test assigns an image to
UIPasteboard.General.Imagesand immediately observes:Confirmed occurrences
f447dd24780dc6c6e0274723f10648c932af6324T: linker_iosccace789c2d7e5a48e1c00749d9244acb8c77528T: linker_ios/Run testsRecurrence: 2 confirmed occurrences across 2 distinct PRs.
Investigation
link all/iOS - simulator/Release.tests/monotouch-test/UIKit/PasteboardTest.csalready documents random clipboard/image behavior and ignores its equivalent image test even after retries.Images.Length == 1assertion and an Xcode 11 workaround, not thisHasImages == falsesignature.Impact and workaround
This blocks the iOS linker job and can fail the simulator pipeline. The observed workaround is to rerun the failed job after the pipeline is terminal and normal head, mergeability, retry-budget, and duplicate-attempt gates pass.
Artifacts and historical Azure logs are retention-limited; the current TestSummary and HtmlReport were available when this issue was created.