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

kent.hansen at nokia.com kent.hansen at nokia.com
Wed Dec 22 11:19:05 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c8683cb6726f11e8989e117df70a845c31b5d1eb
Author: kent.hansen at nokia.com <kent.hansen at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jul 19 10:54:48 2010 +0000

    2010-07-19  Kent Hansen  <kent.hansen at nokia.com>
    
            Unreviewed, fix failure introduced in r63645.
            Ignore jscprint property since it only appears in
            debug builds (as per window-property-descriptors test).
    
            * fast/dom/Window/window-properties.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63647 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 1ac681d..cc2c899 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,13 @@
 2010-07-19  Kent Hansen  <kent.hansen at nokia.com>
 
+        Unreviewed, fix failure introduced in r63645.
+        Ignore jscprint property since it only appears in
+        debug builds (as per window-property-descriptors test).
+
+        * fast/dom/Window/window-properties.html:
+
+2010-07-19  Kent Hansen  <kent.hansen at nokia.com>
+
         Reviewed by Sam Weinig.
 
         Improve coverage of fast/dom/Window/window-properties test
diff --git a/LayoutTests/fast/dom/Window/window-properties.html b/LayoutTests/fast/dom/Window/window-properties.html
index 11e4995..c135a9b 100644
--- a/LayoutTests/fast/dom/Window/window-properties.html
+++ b/LayoutTests/fast/dom/Window/window-properties.html
@@ -88,7 +88,9 @@ var __skip__ = {
     "window.webkitPerformance" : 1,
 
     // showModalDialog is not implemented on all platforms in DumpRenderTree.
-    "window.showModalDialog" : 1
+    "window.showModalDialog" : 1,
+    // Ignore this property because it only appears in debug builds.
+    "window.jscprint" : 1
 };
 
 function logValue(valueName)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list