Title: [119253] trunk/LayoutTests
Revision
119253
Author
[email protected]
Date
2012-06-01 10:31:44 -0700 (Fri, 01 Jun 2012)

Log Message

[Win] 9 plugin tests fail/time out
https://bugs.webkit.org/show_bug.cgi?id=88107

Skip the ones that time out and add/update platform-specific results for the the ones that
fail to get the bots greener.

* platform/win/Skipped:
* platform/win/plugins/get-value-netscape-window-expected.txt:
* platform/win/plugins/netscape-dom-access-and-reload-expected.txt: Added.
* platform/win/plugins/npn-invalidate-rect-invalidates-window-expected.txt:
* platform/win/plugins/window-geometry-initialized-before-set-window-expected.txt:
* platform/win/plugins/geturlnotify-during-document-teardown-expected.txt

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (119252 => 119253)


--- trunk/LayoutTests/ChangeLog	2012-06-01 17:26:01 UTC (rev 119252)
+++ trunk/LayoutTests/ChangeLog	2012-06-01 17:31:44 UTC (rev 119253)
@@ -1,5 +1,20 @@
 2012-06-01  Jessie Berlin  <[email protected]>
 
+        [Win] 9 plugin tests fail/time out
+        https://bugs.webkit.org/show_bug.cgi?id=88107
+
+        Skip the ones that time out and add/update platform-specific results for the the ones that
+        fail to get the bots greener.
+
+        * platform/win/Skipped:
+        * platform/win/plugins/get-value-netscape-window-expected.txt:
+        * platform/win/plugins/netscape-dom-access-and-reload-expected.txt: Added.
+        * platform/win/plugins/npn-invalidate-rect-invalidates-window-expected.txt:
+        * platform/win/plugins/window-geometry-initialized-before-set-window-expected.txt:
+        * platform/win/plugins/geturlnotify-during-document-teardown-expected.txt
+
+2012-06-01  Jessie Berlin  <[email protected]>
+
         Skip some plugin tests that crash/assert on Windows.
 
         * platform/win/Skipped:

Modified: trunk/LayoutTests/platform/win/Skipped (119252 => 119253)


--- trunk/LayoutTests/platform/win/Skipped	2012-06-01 17:26:01 UTC (rev 119252)
+++ trunk/LayoutTests/platform/win/Skipped	2012-06-01 17:31:44 UTC (rev 119253)
@@ -1825,3 +1825,11 @@
 # https://bugs.webkit.org/show_bug.cgi?id=84073
 plugins/npruntime/object-from-destroyed-plugin-in-subframe.html
 plugins/npruntime/object-from-destroyed-plugin.html
+
+# Time out
+# https://bugs.webkit.org/show_bug.cgi?id=88107
+platform/win/plugins/iframe-inside-overflow.html
+platform/win/plugins/window-region-is-set-to-clip-rect.html
+plugins/crash-restoring-plugin-page-from-page-cache.html
+plugins/fullscreen-plugins-dont-reload.html
+plugins/netscape-plugin-page-cache-works.html

Modified: trunk/LayoutTests/platform/win/plugins/get-value-netscape-window-expected.txt (119252 => 119253)


--- trunk/LayoutTests/platform/win/plugins/get-value-netscape-window-expected.txt	2012-06-01 17:26:01 UTC (rev 119252)
+++ trunk/LayoutTests/platform/win/plugins/get-value-netscape-window-expected.txt	2012-06-01 17:31:44 UTC (rev 119253)
@@ -1,3 +1,2 @@
-CONSOLE MESSAGE: PLUGIN: NPN_GetValue(NPNVnetscapeWindow) succeeded
 
 This tests that the browser supports NPN_GetValue(NPNVnetscapeWindow).

Added: trunk/LayoutTests/platform/win/plugins/geturlnotify-during-document-teardown-expected.txt (0 => 119253)


--- trunk/LayoutTests/platform/win/plugins/geturlnotify-during-document-teardown-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/plugins/geturlnotify-during-document-teardown-expected.txt	2012-06-01 17:31:44 UTC (rev 119253)
@@ -0,0 +1 @@
+This tests that performing a load during document teardown does not cause a crash. Bug #38797

Added: trunk/LayoutTests/platform/win/plugins/netscape-dom-access-and-reload-expected.txt (0 => 119253)


--- trunk/LayoutTests/platform/win/plugins/netscape-dom-access-and-reload-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/plugins/netscape-dom-access-and-reload-expected.txt	2012-06-01 17:31:44 UTC (rev 119253)
@@ -0,0 +1,3 @@
+This page tests reloading a Netscape plug-in that accesses its own DOM element. See https://bugs.webkit.org/show_bug.cgi?id=80428, "HTMLPluginElement is not destroyed on reload or navigation if getNPObject is called". If it succeeds, you should see SUCCESS below. 
+
+FAILURE

Modified: trunk/LayoutTests/platform/win/plugins/npn-invalidate-rect-invalidates-window-expected.txt (119252 => 119253)


--- trunk/LayoutTests/platform/win/plugins/npn-invalidate-rect-invalidates-window-expected.txt	2012-06-01 17:26:01 UTC (rev 119252)
+++ trunk/LayoutTests/platform/win/plugins/npn-invalidate-rect-invalidates-window-expected.txt	2012-06-01 17:31:44 UTC (rev 119253)
@@ -1,3 +1,2 @@
-CONSOLE MESSAGE: PLUGIN: Plugin's HWND has been invalidated as expected
 
 This tests that a plugin's HWND is invalidated by NPN_InvalidateRect.

Modified: trunk/LayoutTests/platform/win/plugins/window-geometry-initialized-before-set-window-expected.txt (119252 => 119253)


--- trunk/LayoutTests/platform/win/plugins/window-geometry-initialized-before-set-window-expected.txt	2012-06-01 17:26:01 UTC (rev 119252)
+++ trunk/LayoutTests/platform/win/plugins/window-geometry-initialized-before-set-window-expected.txt	2012-06-01 17:31:44 UTC (rev 119253)
@@ -1,3 +1,2 @@
-CONSOLE MESSAGE: PLUGIN: Plugin's HWND has been sized before NPP_SetWindow was called
 
 This tests that a plugin's HWND is already sized and positioned before NPP_SetWindow is called.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to