Bug 96859
Summary: | [Qt][WK2] New http/tests/security/storage-blocking* tests fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | New Bugs | Assignee: | 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 |
Csaba Osztrogonác
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
I skipped them by https://trac.webkit.org/changeset/128686
Please unskip with the proper fix.
Chris Dumez
The tests fail on EFL port as well.
Vicki Pfau
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?
Jocelyn Turcotte
=== 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.