Title: [117288] trunk/Tools
Revision
117288
Author
kbal...@webkit.org
Date
2012-05-16 07:23:43 -0700 (Wed, 16 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.

Temporary workaround not to fail layout tests.

* Tools.pro: Disable TestNetscapePlugin.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (117287 => 117288)


--- trunk/Tools/ChangeLog	2012-05-16 14:22:30 UTC (rev 117287)
+++ trunk/Tools/ChangeLog	2012-05-16 14:23:43 UTC (rev 117288)
@@ -1,3 +1,14 @@
+2012-05-16  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.
+
+        Temporary workaround not to fail layout tests.
+
+        * Tools.pro: Disable TestNetscapePlugin.
+
 2012-05-16  Dinu Jacob  <dinu.ja...@nokia.com>
 
         Add didFinishProgress BundleUIClient callback

Modified: trunk/Tools/Tools.pro (117287 => 117288)


--- trunk/Tools/Tools.pro	2012-05-16 14:22:30 UTC (rev 117287)
+++ trunk/Tools/Tools.pro	2012-05-16 14:23:43 UTC (rev 117288)
@@ -18,8 +18,13 @@
                WebKitTestRunner/WebKitTestRunner.pro
 }
 
-!win32:contains(DEFINES, ENABLE_NETSCAPE_PLUGIN_API=1) {
-    SUBDIRS += DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro
+# FIXME: 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 {
+    !win32:contains(DEFINES, ENABLE_NETSCAPE_PLUGIN_API=1) {
+        SUBDIRS += DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro
+    }
 }
 
 OTHER_FILES = \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to