Title: [130623] trunk
Revision
130623
Author
kbal...@webkit.org
Date
2012-10-08 01:49:04 -0700 (Mon, 08 Oct 2012)

Log Message

[Qt] Reenable plugin tests
https://bugs.webkit.org/show_bug.cgi?id=98528

Reviewed by Csaba Osztrogonác.

Tools:

Uncomment this function so we can pick up the test plugin.
It was commented out because of https://bugs.webkit.org/show_bug.cgi?id=86620
and that bug seems to be fixed now.

* WebKitTestRunner/qt/TestControllerQt.cpp:
(WTR::TestController::initializeTestPluginDirectory):

LayoutTests:

Reenable plugin tests. Skip new failures.

* platform/qt-5.0-wk1/TestExpectations:
* platform/qt-5.0-wk2/TestExpectations:
* platform/qt-5.0/TestExpectations:
* platform/qt/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (130622 => 130623)


--- trunk/LayoutTests/ChangeLog	2012-10-08 08:06:50 UTC (rev 130622)
+++ trunk/LayoutTests/ChangeLog	2012-10-08 08:49:04 UTC (rev 130623)
@@ -1,3 +1,17 @@
+2012-10-08  Balazs Kelemen  <kbal...@webkit.org>
+
+        [Qt] Reenable plugin tests
+        https://bugs.webkit.org/show_bug.cgi?id=98528
+
+        Reviewed by Csaba Osztrogonác.
+
+        Reenable plugin tests. Skip new failures.
+
+        * platform/qt-5.0-wk1/TestExpectations:
+        * platform/qt-5.0-wk2/TestExpectations:
+        * platform/qt-5.0/TestExpectations:
+        * platform/qt/TestExpectations:
+
 2012-10-07  Noel Gordon  <noel.gor...@gmail.com>
 
         Add partial load test for JPEG image

Modified: trunk/LayoutTests/platform/qt/TestExpectations (130622 => 130623)


--- trunk/LayoutTests/platform/qt/TestExpectations	2012-10-08 08:06:50 UTC (rev 130622)
+++ trunk/LayoutTests/platform/qt/TestExpectations	2012-10-08 08:49:04 UTC (rev 130623)
@@ -2915,3 +2915,7 @@
 webkit.org/b/94005 css2.1/20110323/word-spacing-remove-space-006.htm [ ImageOnlyFailure ]
 webkit.org/b/94006 fast/css/word-spacing-characters-complex-text.html [ ImageOnlyFailure ]
 
+# [Qt] Unidentified plugin failures
+webkit.org/b/98525 plugins/mouse-click-plugin-clears-selection.html
+webkit.org/b/98525 plugins/netscape-dom-access.html
+webkit.org/b/98525 plugins/resize-from-plugin.html

Modified: trunk/LayoutTests/platform/qt-5.0/TestExpectations (130622 => 130623)


--- trunk/LayoutTests/platform/qt-5.0/TestExpectations	2012-10-08 08:06:50 UTC (rev 130622)
+++ trunk/LayoutTests/platform/qt-5.0/TestExpectations	2012-10-08 08:49:04 UTC (rev 130623)
@@ -51,19 +51,6 @@
 fast/table/table-before-child-style-update.html
 fast/table/table-row-style-not-updated-with-after-content.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/frameNavigation/xss-DENIED-plugin-navigation.html
-
 # [Qt] New fast/text/line-breaks-after-ideographic-comma-or-full-stop-2.html introduced in r120624 fails on ICU platforms
 # https://bugs.webkit.org/show_bug.cgi?id=89436
 fast/text/line-breaks-after-ideographic-comma-or-full-stop-2.html

Modified: trunk/LayoutTests/platform/qt-5.0-wk1/TestExpectations (130622 => 130623)


--- trunk/LayoutTests/platform/qt-5.0-wk1/TestExpectations	2012-10-08 08:06:50 UTC (rev 130622)
+++ trunk/LayoutTests/platform/qt-5.0-wk1/TestExpectations	2012-10-08 08:49:04 UTC (rev 130623)
@@ -1,11 +1,6 @@
 # Tests failing on WK1 only (working on WK2)
 compositing
 
-# [Qt] X11 plugins need to be reworked for Qt5+WK1
-# https://bugs.webkit.org/show_bug.cgi?id=80691
-plugins
-http/tests/plugins
-
 # Fullscreen API is not supported on WK1
 fullscreen
 plugins/fullscreen-plugins-dont-reload.html
@@ -76,3 +71,17 @@
 
 # [Qt][WK1] ERROR: TestRunner::overridePreference() does not support the 'WebKitStorageBlockingPolicy' preference
 http/tests/security/cross-origin-local-storage-wk1.html
+
+# [Qt] Unidentified plugin failures
+webkit.org/b/98525 platform/qt/plugins/application-plugin-plugins-disabled.html
+webkit.org/b/98525 plugins/frameset-with-plugin-frame.html
+webkit.org/b/98525 plugins/iframe-plugin-bgcolor.html
+webkit.org/b/98525 plugins/netscape-plugin-setwindow-size-2.html
+webkit.org/b/98525 plugins/netscape-plugin-setwindow-size.html
+webkit.org/b/98525 plugins/no-mime-with-valid-extension.html
+webkit.org/b/98525 plugins/npp-set-window-called-during-destruction.html
+webkit.org/b/98525 plugins/pass-different-npp-struct.html
+webkit.org/b/98525 plugins/plugin-document-back-forward.html
+webkit.org/b/98525 plugins/reentrant-update-widget-positions.html
+webkit.org/b/98525 plugins/update-widgets-crash.html
+webkit.org/b/98525 plugins/window-open.html

Modified: trunk/LayoutTests/platform/qt-5.0-wk2/TestExpectations (130622 => 130623)


--- trunk/LayoutTests/platform/qt-5.0-wk2/TestExpectations	2012-10-08 08:06:50 UTC (rev 130622)
+++ trunk/LayoutTests/platform/qt-5.0-wk2/TestExpectations	2012-10-08 08:49:04 UTC (rev 130623)
@@ -351,10 +351,6 @@
 http/tests/plugins/post-url-file.html
 http/tests/plugins/third-party-cookie-accept-policy.html
 
-# [Qt][WK2] All plugin tests fail on buildbot
-# https://bugs.webkit.org/show_bug.cgi?id=83024
-plugins
-
 # [Qt][WK2] fast/frames/iframe-window-focus.html fails
 # https://bugs.webkit.org/show_bug.cgi?id=83575
 fast/frames/iframe-window-focus.html
@@ -548,3 +544,17 @@
 
 # [Qt][WK2] fast/parser/document-open-in-unload.html makes the following test crash
 webkit.org/b/98345 fast/parser/document-open-in-unload.html
+
+# [Qt] Unidentified plugin failures
+webkit.org/b/98525 http/tests/inspector/network/network-content-replacement-embed.html
+webkit.org/b/98525 http/tests/inspector/network/network-embed.html
+webkit.org/b/98525 http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html
+webkit.org/b/98525 plugins/document-open.html
+webkit.org/b/98525 plugins/embed-inside-object.html
+webkit.org/b/98525 plugins/evaluate-js-after-removing-plugin-element.html
+webkit.org/b/98525 plugins/keyboard-events.html
+webkit.org/b/98525 plugins/mouse-events-fixedpos.html
+webkit.org/b/98525 plugins/mouse-events.html
+webkit.org/b/98525 plugins/npruntime/browser-object-identity.html
+webkit.org/b/98525 plugins/npruntime/embed-property-equality.html
+webkit.org/b/98525 plugins/refcount-leaks.html

Modified: trunk/Tools/ChangeLog (130622 => 130623)


--- trunk/Tools/ChangeLog	2012-10-08 08:06:50 UTC (rev 130622)
+++ trunk/Tools/ChangeLog	2012-10-08 08:49:04 UTC (rev 130623)
@@ -1,3 +1,17 @@
+2012-10-08  Balazs Kelemen  <kbal...@webkit.org>
+
+        [Qt] Reenable plugin tests
+        https://bugs.webkit.org/show_bug.cgi?id=98528
+
+        Reviewed by Csaba Osztrogonác.
+
+        Uncomment this function so we can pick up the test plugin.
+        It was commented out because of https://bugs.webkit.org/show_bug.cgi?id=86620
+        and that bug seems to be fixed now.
+
+        * WebKitTestRunner/qt/TestControllerQt.cpp:
+        (WTR::TestController::initializeTestPluginDirectory):
+
 2012-10-08  Jinwoo Song  <jinwoo7.s...@samsung.com>
 
         [EFL][WK2] Support multiple window creation for MiniBrowser

Modified: trunk/Tools/WebKitTestRunner/qt/TestControllerQt.cpp (130622 => 130623)


--- trunk/Tools/WebKitTestRunner/qt/TestControllerQt.cpp	2012-10-08 08:06:50 UTC (rev 130622)
+++ trunk/Tools/WebKitTestRunner/qt/TestControllerQt.cpp	2012-10-08 08:49:04 UTC (rev 130623)
@@ -104,10 +104,7 @@
 
 void TestController::initializeTestPluginDirectory()
 {
-    // FIXME: the test plugin cause some trouble for us, so we don't load it for the time being.
-    // See: https://bugs.webkit.org/show_bug.cgi?id=86620
-
-    // m_testPluginDirectory.adopt(WKStringCreateWithUTF8CString(qgetenv("QTWEBKIT_PLUGIN_PATH").constData()));
+    m_testPluginDirectory.adopt(WKStringCreateWithUTF8CString(qgetenv("QTWEBKIT_PLUGIN_PATH").constData()));
 }
 
 void TestController::platformInitializeContext()
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to