Bug 99155

Summary: [Qt][WK2] http/tests/navigation/ping-cross-origin-from-https.html fails
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: 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    

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?