Bug 96859

Summary: [Qt][WK2] New http/tests/security/storage-blocking* tests fails
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: beidson, cdumez, jeffrey+webkit, ossy
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 87008, 95790    

Description Csaba Osztrogonác 2012-09-15 01:18:43 PDT
New tests introduced in https://trac.webkit.org/changeset/128653
fails on Qt WK2 platform with the following diffs:

Could you check it, please?

http/tests/security/storage-blocking-loosened-plugin.html:
-----------------------------------------------------------
--- /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/http/tests/security/storage-blocking-loosened-plugin-expected.txt
+++ /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/http/tests/security/storage-blocking-loosened-plugin-actual.txt
@@ -5,4 +5,4 @@
 --------
 Frame: '<!--framePath //<!--frame0-->-->'
 --------
-false
+undefined


http/tests/security/storage-blocking-loosened-private-browsing-plugin.html:
----------------------------------------------------------------------------
--- /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/http/tests/security/storage-blocking-loosened-private-browsing-plugin-expected.txt
+++ /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/http/tests/security/storage-blocking-loosened-private-browsing-plugin-actual.txt
@@ -5,4 +5,4 @@
 --------
 Frame: '<!--framePath //<!--frame0-->-->'
 --------
-true
+undefined


http/tests/security/storage-blocking-strengthened-plugin.html:
---------------------------------------------------------------
--- /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/http/tests/security/storage-blocking-strengthened-plugin-expected.txt
+++ /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/http/tests/security/storage-blocking-strengthened-plugin-actual.txt
@@ -5,4 +5,4 @@
 --------
 Frame: '<!--framePath //<!--frame0-->-->'
 --------
-false
+undefined


http/tests/security/storage-blocking-strengthened-private-browsing-plugin.html:
--------------------------------------------------------------------------------
--- /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/http/tests/security/storage-blocking-strengthened-private-browsing-plugin-expected.txt
+++ /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/http/tests/security/storage-blocking-strengthened-private-browsing-plugin-actual.txt
@@ -5,4 +5,4 @@
 --------
 Frame: '<!--framePath //<!--frame0-->-->'
 --------
-false
+undefined
Comment 1 Csaba Osztrogonác 2012-09-15 01:32:44 PDT
I skipped them by https://trac.webkit.org/changeset/128686
Please unskip with the proper fix.
Comment 2 Chris Dumez 2012-09-16 04:48:55 PDT
The tests fail on EFL port as well.
Comment 3 Vicki Pfau 2012-09-17 11:53:18 PDT
This bug and bug 95935 appear to be caused by the privateBrowsingEnabled field of a plugin being undefined. I'm not entirely sure what's wrong with the tests, as I found support for that field in the Qt version of DRT. Is it not available in the Qt version of WKTR?
Comment 4 Jocelyn Turcotte 2014-02-03 03:22:43 PST
=== Bulk closing of Qt bugs ===

If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary.

If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.