Title: [117436] trunk
Revision
117436
Author
kbal...@webkit.org
Date
2012-05-17 05:39:19 -0700 (Thu, 17 May 2012)

Log Message

[Qt] Web process hangs while waiting for plugin process connection during layouttests
https://bugs.webkit.org/show_bug.cgi?id=86620

Reviewed by Csaba Osztrogonác.

Tools:

Reenable TestNetscapePlugin with Qt 4.

* Tools.pro:

LayoutTests:

Don't disable plugin tests for Qt 4.

* platform/qt-5.0/Skipped:
* platform/qt/Skipped:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (117435 => 117436)


--- trunk/LayoutTests/ChangeLog	2012-05-17 12:30:11 UTC (rev 117435)
+++ trunk/LayoutTests/ChangeLog	2012-05-17 12:39:19 UTC (rev 117436)
@@ -1,3 +1,15 @@
+2012-05-17  Balazs Kelemen  <kbal...@webkit.org>
+
+        [Qt] Web process hangs while waiting for plugin process connection during layouttests
+        https://bugs.webkit.org/show_bug.cgi?id=86620
+
+        Reviewed by Csaba Osztrogonác.
+
+        Don't disable plugin tests for Qt 4.
+
+        * platform/qt-5.0/Skipped:
+        * platform/qt/Skipped:
+
 2012-05-17  Hugo Parente Lima  <hugo.l...@openbossa.org>
 
         [Qt][WK2] fast/events/page-visibility-* tests fail

Modified: trunk/LayoutTests/platform/qt/Skipped (117435 => 117436)


--- trunk/LayoutTests/platform/qt/Skipped	2012-05-17 12:30:11 UTC (rev 117435)
+++ trunk/LayoutTests/platform/qt/Skipped	2012-05-17 12:39:19 UTC (rev 117436)
@@ -873,22 +873,6 @@
 plugins/npruntime/delete-plugin-within-getProperty.html
 plugins/npruntime/delete-plugin-within-invoke.html
 
-# [Qt] Web process hangs while waiting for plugin process connection during layouttests
-# https://bugs.webkit.org/show_bug.cgi?id=86620
-plugins
-fast/dom/Window/Plug-ins.html
-http/tests/plugins
-fast/frames/sandboxed-iframe-about-blank.html
-fast/frames/sandboxed-iframe-navigation-allowed.html
-fast/replaced/invalid-object-with-fallback.html
-fast/replaced/object-with-embed-url-param.html
-http/tests/inspector/network/network-content-replacement-embed.html
-http/tests/inspector/network/network-embed.html
-http/tests/security/contentSecurityPolicy/object-src-no-url-blocked.html
-http/tests/security/contentSecurityPolicy/object-src-none-allowed.html
-http/tests/security/contentSecurityPolicy/object-src-none-blocked.html
-http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html
-
 # =========================================================================== #
 # Failing Sputnik tests                                                       #
 # =========================================================================== #

Modified: trunk/LayoutTests/platform/qt-5.0/Skipped (117435 => 117436)


--- trunk/LayoutTests/platform/qt-5.0/Skipped	2012-05-17 12:30:11 UTC (rev 117435)
+++ trunk/LayoutTests/platform/qt-5.0/Skipped	2012-05-17 12:39:19 UTC (rev 117436)
@@ -163,3 +163,19 @@
 fast/table/table-row-style-not-updated-with-after-content.html
 fast/table/table-row-style-not-updated.html
 fast/table/table-style-not-updated.html
+
+# [Qt] Web process hangs while waiting for plugin process connection during layouttests
+# https://bugs.webkit.org/show_bug.cgi?id=86620
+plugins
+fast/dom/Window/Plug-ins.html
+http/tests/plugins
+fast/frames/sandboxed-iframe-about-blank.html
+fast/frames/sandboxed-iframe-navigation-allowed.html
+fast/replaced/invalid-object-with-fallback.html
+fast/replaced/object-with-embed-url-param.html
+http/tests/inspector/network/network-content-replacement-embed.html
+http/tests/inspector/network/network-embed.html
+http/tests/security/contentSecurityPolicy/object-src-no-url-blocked.html
+http/tests/security/contentSecurityPolicy/object-src-none-allowed.html
+http/tests/security/contentSecurityPolicy/object-src-none-blocked.html
+http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html

Modified: trunk/Tools/ChangeLog (117435 => 117436)


--- trunk/Tools/ChangeLog	2012-05-17 12:30:11 UTC (rev 117435)
+++ trunk/Tools/ChangeLog	2012-05-17 12:39:19 UTC (rev 117436)
@@ -1,3 +1,14 @@
+2012-05-17  Balazs Kelemen  <kbal...@webkit.org>
+
+        [Qt] Web process hangs while waiting for plugin process connection during layouttests
+        https://bugs.webkit.org/show_bug.cgi?id=86620
+
+        Reviewed by Csaba Osztrogonác.
+
+        Reenable TestNetscapePlugin with Qt 4.
+
+        * Tools.pro:
+
 2012-05-17  Hugo Parente Lima  <hugo.l...@openbossa.org>
 
         [Qt][WK2] fast/events/page-visibility-* tests fail

Modified: trunk/Tools/Tools.pro (117435 => 117436)


--- trunk/Tools/Tools.pro	2012-05-17 12:30:11 UTC (rev 117435)
+++ trunk/Tools/Tools.pro	2012-05-17 12:39:19 UTC (rev 117436)
@@ -18,10 +18,10 @@
                WebKitTestRunner/WebKitTestRunner.pro
 }
 
-# FIXME: the test plugin cause some trouble during layout tests.
+# FIXME: with Qt 5 the test plugin cause some trouble during layout tests.
 # See: https://bugs.webkit.org/show_bug.cgi?id=86620
 # Reenable it after we have a fix for this issue.
-false {
+!haveQt(5) {
     !win32:contains(DEFINES, ENABLE_NETSCAPE_PLUGIN_API=1) {
         SUBDIRS += DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro
     }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to