[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

tony at chromium.org tony at chromium.org
Wed Dec 22 16:27:43 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5dd717eaa995dbaa6a82d5b9fcd6e79daa14f936
Author: tony at chromium.org <tony at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 24 00:19:53 2010 +0000

    2010-11-23  Tony Chang  <tony at chromium.org>
    
            Unreviewed, [chromium] merge the plugin failures in test_expectations
            https://bugs.webkit.org/show_bug.cgi?id=49993
    
            * platform/chromium/drt_expectations.txt: Remove plugin failures
            * platform/chromium/test_expectations.txt: Move them into this file
                with expectations that are valid for either plugin.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72642 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 4976e25..3b60ec7 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-11-23  Tony Chang  <tony at chromium.org>
+
+        Unreviewed, [chromium] merge the plugin failures in test_expectations
+        https://bugs.webkit.org/show_bug.cgi?id=49993
+
+        * platform/chromium/drt_expectations.txt: Remove plugin failures
+        * platform/chromium/test_expectations.txt: Move them into this file
+            with expectations that are valid for either plugin.
+
 2010-11-23  Cris Neckar  <cdn at chromium.org>
 
         Reviewed by Dimitri Glazkov.
diff --git a/LayoutTests/platform/chromium/drt_expectations.txt b/LayoutTests/platform/chromium/drt_expectations.txt
index 87a5865..421e926 100644
--- a/LayoutTests/platform/chromium/drt_expectations.txt
+++ b/LayoutTests/platform/chromium/drt_expectations.txt
@@ -74,29 +74,6 @@ BUGWK49265 MAC LINUX : svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edg
 
 BUGWK49406 MAC : svg/animations/animVal-basics.html = TIMEOUT
 
-// Tests differences from switching to webkit.org's test netscape plugin rather
-// than chromium's old forked copy.
-BUG_DRT : plugins/document-open.html = PASS
-BUG_DRT WIN LINUX : plugins/reentrant-update-widget-positions.html = PASS
-BUG_DRT WIN : plugins/geturlnotify-during-document-teardown.html = CRASH
-BUG_DRT WIN : plugins/invalid-mime-with-valid-extension-shows-missing-plugin.html = PASS
-BUGWK48655 : plugins/js-from-destroy.html = CRASH
-BUG_DRT WIN : plugins/mouse-events.html = TEXT
-BUG_DRT WIN : plugins/mouse-events-fixedpos.html = PASS
-BUGWK49036 : plugins/npruntime/get-int-identifier-special-values.html = TEXT
-BUG_DRT : plugins/npruntime/round-trip-npobject.html = PASS
-BUG_DRT : plugins/override-node-method.html = PASS
-BUG_DRT WIN : plugins/plugin-initiate-popup-window.html = TIMEOUT
-BUG_DRT : plugins/reloadplugins-no-pages.html = PASS
-BUG_DRT : plugins/reloadplugins-and-pages.html = PASS
-BUG_DRT : plugins/update-widgets-crash.html = PASS
-
-// This test is failing because the plugin is currently named
-// WebKitTestNetscapePlugin because the fork in the Chromium repo is named
-// TestNetscapePlugin.  Once the internal plugin is removed, this will be
-// fixed.
-BUG_DRT : plugins/plugin-javascript-access.html = TEXT
-
 // Not investigated.
 BUG_DRT WIN MAC LINUX : fast/dynamic/window-resize-scrollbars-test.html = IMAGE+TEXT
 BUG_DRT WIN MAC LINUX : storage/domstorage/quota.html = TEXT
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index 754e896..692c481 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -710,40 +710,56 @@ BUG6139 : fast/forms/select-writing-direction-natural.html = FAIL
 // Plugin tests
 // -----------------------------------------------------------------
 BUG21841 MAC WIN DEBUG : plugins/destroy-during-npp-new.html = CRASH PASS
-// Webkit patch http://trac.webkit.org/changeset/64323 modify the test
-BUG50704 : plugins/document-open.html = TIMEOUT
 BUGJOHNNYG LINUX : plugins/embed-attributes-style.html = IMAGE
 BUG61799 : plugins/evaluate-js-after-removing-plugin-element.html = TEXT
 BUG37962 MAC : plugins/iframe-shims.html = TEXT PASS
 BUG10351 MAC : plugins/inner-html-display-none.html = FAIL
-BUGWK48164 : plugins/invalid-mime-with-valid-extension-shows-missing-plugin.html = TEXT
+BUGWK48164 MAC LINUX : plugins/invalid-mime-with-valid-extension-shows-missing-plugin.html = TEXT
 // Need to implement NPP_HandleEvent in the layout_test_plugin
 // WIN started failing during webkit roll 62670 -> 62844.
 BUG38353 : plugins/keyboard-events.html = TEXT
 BUG10351 MAC : plugins/mouse-events.html = FAIL
-BUG32864 : plugins/mouse-events-fixedpos.html = TEXT
+BUG32864 MAC LINUX : plugins/mouse-events-fixedpos.html = TEXT
 BUG35822 : plugins/npruntime/browser-object-identity.html = TEXT
 // Object.keys on an NPObject produces the wrong output.
 BUG21901 : plugins/npruntime/enumerate.html = TEXT
 BUG50787 : plugins/npruntime/plugin-scriptable-object-invoke-default.html = TEXT
 BUG50910 : plugins/npruntime/remove-property.html = TEXT
-BUG38375 : plugins/npruntime/round-trip-npobject.html = TEXT
-BUG38578 : plugins/override-node-method.html = TEXT
 BUGWK48034 : plugins/pass-different-npp-struct.html = TEXT
 // NPP_HandleEvent doesn't be implemented/work on mac/linux.
 BUG48033 LINUX MAC SKIP : plugins/plugin-initiate-popup-window.html = PASS TIMEOUT
-// Due to not building TestNetscapePlugin.cpp.
-BUG35387 : plugins/reentrant-update-widget-positions.html = TIMEOUT
-// Needs to implement NPN_reloadPlugins and add reloadPluginNoPages &
-// reloadPluginAndPages to plugin object.
-BUG29018 : plugins/reloadplugins-no-pages.html = TEXT
-BUG29018 : plugins/reloadplugins-and-pages.html = TIMEOUT
+BUG35387 MAC : plugins/reentrant-update-widget-positions.html = TIMEOUT
 BUG38392 : plugins/resize-from-plugin.html = TEXT
 // Times out after http://trac.webkit.org/changeset/62739/
 BUG48550 SKIP : plugins/return-negative-one-from-write.html = TIMEOUT
-BUG35387 : plugins/update-widgets-crash.html = TIMEOUT
 BUG38353 : http/tests/plugins/plugin-document-has-focus.html = TEXT TIMEOUT
 
+// Tests differences from switching to webkit.org's test netscape plugin rather
+// than chromium's old forked copy.  We can remove the PASS on these once we
+// switch.
+BUG_TONY WIN : plugins/geturlnotify-during-document-teardown.html = CRASH PASS
+BUGWK48655 : plugins/js-from-destroy.html = CRASH PASS
+BUG_TONY WIN : plugins/mouse-events.html = TEXT PASS
+BUGWK49036 : plugins/npruntime/get-int-identifier-special-values.html = TEXT PASS
+BUG_TONY WIN : plugins/plugin-initiate-popup-window.html = TIMEOUT PASS
+// This test is failing because the plugin is currently named
+// WebKitTestNetscapePlugin because the fork in the Chromium repo is named
+// TestNetscapePlugin.  Once the internal plugin is removed, we'll be able to
+// fix the plugin names.
+BUG_TONY : plugins/plugin-javascript-access.html = TEXT PASS
+
+// These are tests that will start passing once we switch to webkit.org's
+// test plugin.
+BUG50704 : plugins/document-open.html = TIMEOUT PASS
+BUG64260 WIN LINUX : plugins/reentrant-update-widget-positions.html = TIMEOUT PASS
+BUG64260 WIN : plugins/invalid-mime-with-valid-extension-shows-missing-plugin.html = TEXT PASS
+BUG64260 WIN : plugins/mouse-events-fixedpos.html = TEXT PASS
+BUG38375 : plugins/npruntime/round-trip-npobject.html = TEXT PASS
+BUG38578 : plugins/override-node-method.html = TEXT PASS
+BUG29018 : plugins/reloadplugins-no-pages.html = TEXT PASS
+BUG29018 : plugins/reloadplugins-and-pages.html = TIMEOUT PASS
+BUG35387 : plugins/update-widgets-crash.html = TIMEOUT PASS
+
 // Expectations for this test changed upstream. We should fix this test, but
 // it doesn't need to block the current release
 BUG10275 : http/tests/security/cross-frame-access-put.html = FAIL

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list