Bug 310132
| Summary: | [iOS] imported/w3c/web-platform-tests/intersection-observer/target-in-different-window.html is a flaky text failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego De La Toba <d_delatoba> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego De La Toba
imported/w3c/web-platform-tests/intersection-observer/target-in-different-window.html is a flaky text failure on iOS
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fintersection-observer%2Ftarget-in-different-window.html
TEXT DIFF:
--- /Volumes/Data/worker/Apple-iOS-26-Simulator-Release-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/intersection-observer/target-in-different-window-expected.txt
+++ /Volumes/Data/worker/Apple-iOS-26-Simulator-Release-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/intersection-observer/target-in-different-window-actual.txt
@@ -1,3 +1,3 @@
-FAIL IntersectionObserver with target in a different window. assert_equals: Notification after insertion into popup. expected 2 but got 1
+PASS IntersectionObserver with target in a different window.
DIFF URL:
https://build.webkit.org/results/Apple-iOS-26-Simulator-Release-WK2-Tests/309326@main%20(2175)/imported/w3c/web-platform-tests/intersection-observer/target-in-different-window-pretty-diff.html
REPRODUCTION:
run-webkit-tests --no-build --no-retry --no-show-results --exit-after-n-failures=1 --expect-pass --iterations=31 --force --ios-simulator --release imported/w3c/web-platform-tests/intersection-observer/target-in-different-window.html
I am going to mark expectations as pass fail while this pends
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/172771586>
Diego De La Toba
Test gardening pull request: https://github.com/WebKit/WebKit/pull/60806
EWS
Test gardening commit 309432@main (b456cca2be0a): <https://commits.webkit.org/309432@main>
Reviewed commits have been landed. Closing PR #60806 and removing active labels.
Alexey Proskuryakov
> -FAIL IntersectionObserver with target in a different window. assert_equals: Notification after insertion into popup. expected 2 but got 1
> +PASS IntersectionObserver with target in a different window.
So we have expected failure checked in, but the test sometimes passes. It would be slightly more elegant to check in PASS, and to have it marked as flaky then.