Bug 99155 - [Qt][WK2] http/tests/navigation/ping-cross-origin-from-https.html fails
Summary: [Qt][WK2] http/tests/navigation/ping-cross-origin-from-https.html fails
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 79666
  Show dependency treegraph
 
Reported: 2012-10-12 02:37 PDT by Csaba Osztrogonác
Modified: 2014-02-01 19:00 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2012-10-12 02:37:32 PDT
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.
Comment 1 Csaba Osztrogonác 2012-10-12 05:42:57 PDT
I skipped it by https://trac.webkit.org/changeset/131177 to paint the bot green
amd started investigation which test break this one.
Comment 2 Csaba Osztrogonác 2012-11-21 04:44:55 PST
(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?