Bug 297222
| Summary: | [ iOS, macOS wk2 ] imported/w3c/web-platform-tests/navigation-api/ordering-and-transition/transition-finished-mark-as-handled.html is a constant text failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Bryan Medina <bmedina2> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | basuke, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Bryan Medina
imported/w3c/web-platform-tests/navigation-api/ordering-and-transition/transition-finished-mark-as-handled.html
is a constant text failure on iPadOS and a flaky failure on iOS and macOS wk2
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fnavigation-api%2Fordering-and-transition%2Ftransition-finished-mark-as-handled.html
TEXT DIFF:
--- /Volumes/Data/worker/Apple-iPadOS-18-Simulator-Debug-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/navigation-api/ordering-and-transition/transition-finished-mark-as-handled-expected.txt
+++ /Volumes/Data/worker/Apple-iPadOS-18-Simulator-Debug-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/navigation-api/ordering-and-transition/transition-finished-mark-as-handled-actual.txt
@@ -1,6 +1,3 @@
-CONSOLE MESSAGE: Unhandled Promise Rejection: Error: oh no!
-Harness Error (FAIL), message = Unhandled rejection: oh no!
+PASS navigation.transition.finished must not trigger unhandled rejections
-FAIL navigation.transition.finished must not trigger unhandled rejections assert_unreached: unhandledrejection must not fire Reached unreachable code
-
TEXT DIFF URL:
https://build.webkit.org/results/Apple-iPadOS-18-Simulator-Debug-WK2-Tests/298495%40main%20(1510)/imported/w3c/web-platform-tests/navigation-api/ordering-and-transition/transition-finished-mark-as-handled-diff.txt
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/158057039>
Bryan Medina
I was able to reproduce the text failure locally on my device running iOS 18 Simulator Debug ToT using the following command:
run-webkit-tests imported/w3c/web-platform-tests/navigation-api/ordering-and-transition/transition-finished-mark-as-handled.html --ios-simulator
EWS
Test gardening commit 298513@main (ef6de9363ffd): <https://commits.webkit.org/298513@main>
Reviewed commits have been landed. Closing PR #49225 and removing active labels.
EWS
Test gardening commit 298525@main (cb63de1858fc): <https://commits.webkit.org/298525@main>
Reviewed commits have been landed. Closing PR #49235 and removing active labels.
Bryan Medina
Referring to the history, it is shown that the tests were failing somewhere between 298426@main and 298454@main. Using reproduction steps above, I found that the tests were passing at 298444@main, but failed at 298445@main. At this time, I believe that the regression point is 298445@main.
Alexey Proskuryakov
This diff shows a progression.
Basuke Suzuki
*** This bug has been marked as a duplicate of bug 296936 ***