Bug 99155
| Summary: | [Qt][WK2] http/tests/navigation/ping-cross-origin-from-https.html fails | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | ossy |
| Priority: | P2 | Keywords: | Qt, QtTriaged |
| Version: | 420+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 79666 | ||
Csaba Osztrogonác
http/tests/navigation/ping-cross-origin-from-https.html fails on Qt WK2:
--- /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/http/tests/navigation/ping-cross-origin-from-https-expected.txt
+++ /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/http/tests/navigation/ping-cross-origin-from-https-actual.txt
@@ -1,4 +1,5 @@
Ping sent successfully
CONTENT_TYPE: text/ping
+HTTP_COOKIE: foo=awesomevalue
HTTP_PING_TO: https://127.0.0.1:8443/navigation/resources/check-ping.php
REQUEST_METHOD: POST
It seems a previous test set foo=awesomevalue cookie, and it broke this test.
I think the problematic test should remove this cookie or cookie database
should be reset between tests.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
I skipped it by https://trac.webkit.org/changeset/131177 to paint the bot green
amd started investigation which test break this one.
Csaba Osztrogonác
(In reply to comment #1)
> I skipped it by https://trac.webkit.org/changeset/131177 to paint the bot green
> amd started investigation which test break this one.
I don't have time for investigation ... Any volunteer?