Bug 214802
| Summary: | [GTK] http/tests/navigation/ping-attribute/anchor-ping-and-follow-redirect-when-sending-ping.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | New Bugs | Assignee: | Diego Pino <dpino> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego Pino
http/tests/navigation/ping-attribute/anchor-ping-and-follow-redirect-when-sending-ping.html [ Text Pass ]
Diff: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r264893%20(14898)/http/tests/navigation/ping-attribute/anchor-ping-and-follow-redirect-when-sending-ping-diff.txt
--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/http/tests/navigation/ping-attribute/anchor-ping-and-follow-redirect-when-sending-ping-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/http/tests/navigation/ping-attribute/anchor-ping-and-follow-redirect-when-sending-ping-actual.txt
@@ -4,4 +4,4 @@
HTTP_PING_FROM: http://127.0.0.1:8000/navigation/ping-attribute/anchor-ping-and-follow-redirect-when-sending-ping.html
HTTP_PING_TO: javascript:checkPing()
REQUEST_METHOD: POST
-REQUEST_URI: /navigation/resources/save-Ping.php
+REQUEST_URI: /navigation/resources/save-ping-and-redirect-to-save-ping.php
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Diego Pino
This test is still flaky for WebKitGTK but also for other platforms such as Mac Debug:
https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fnavigation%2Fping-attribute%2Fanchor-ping-and-follow-redirect-when-sending-ping.html&platform=mac&platform=GTK
In WebKitGTK is possible to reproduce the flaky failure by running the test at least 2 times:
```
$ Tools/Scripts/run-webkit-tests --no-show-results --no-new-test-results --no-sample-on-timeout --debug-rwt-logging --gtk --release --results-directory layout-test-results --force --repeat 2 http/tests/navigation/ping-attribute/anchor-ping-and-follow-redirect-when-sending-ping.html
```
The test failure is stil the same:
```
--- /sdk/webkit/layout-test-results/http/tests/navigation/ping-attribute/anchor-ping-and-follow-redirect-when-sending-ping-expected.txt
+++ /sdk/webkit/layout-test-results/http/tests/navigation/ping-attribute/anchor-ping-and-follow-redirect-when-sending-ping-actual.txt
@@ -4,4 +4,4 @@
HTTP_PING_FROM: http://127.0.0.1:8000/navigation/ping-attribute/anchor-ping-and-follow-redirect-when-sending-ping.html
HTTP_PING_TO: javascript:checkPing()
REQUEST_METHOD: POST
-REQUEST_URI: /navigation/resources/save-ping.py
+REQUEST_URI: /navigation/resources/save-ping.py?/navigation/resources/save-ping-and-redirect-to-save-ping.py
```
Diego Pino
Pull request: https://github.com/webkit/webkit/pull/64025
EWS
Committed 312504@main (68f2a0d2a5f6): <https://commits.webkit.org/312504@main>
Reviewed commits have been landed. Closing PR #64025 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/176158328>