[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

dimich at chromium.org dimich at chromium.org
Thu Feb 4 21:25:36 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 412986577717fd11d739ead2ee574f730cdf83e7
Author: dimich at chromium.org <dimich at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 23 00:46:01 2010 +0000

    Not reviewed, fixes one issue with window-property-descriptors test.
    
    * fast/dom/Window/script-tests/window-property-descriptors.js: Don't dump the property that only appears in debug build, it will fail tests in debug.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53738 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 4ba279a..22a44aa 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-22  Dmitry Titov  <dimich at chromium.org>
+
+        Not reviewed, fixes one issue with window-property-descriptors test.
+
+        * fast/dom/Window/script-tests/window-property-descriptors.js: Don't dump the property that only appears in debug build, it will fail tests in debug.
+
 2010-01-22  Jian Li  <jianli at chromium.org>
 
         No review. Updated Qt layout tests due to r53722.
diff --git a/LayoutTests/fast/dom/Window/script-tests/window-property-descriptors.js b/LayoutTests/fast/dom/Window/script-tests/window-property-descriptors.js
index ef61351..86c2b9e 100644
--- a/LayoutTests/fast/dom/Window/script-tests/window-property-descriptors.js
+++ b/LayoutTests/fast/dom/Window/script-tests/window-property-descriptors.js
@@ -26,7 +26,9 @@ var __skip__ = {
     "WebGLShortArray" : 1,
     "WebGLUnsignedByteArray" : 1,
     "WebGLUnsignedIntArray" : 1,
-    "WebGLUnsignedShortArray" : 1
+    "WebGLUnsignedShortArray" : 1,
+    // Ignore this property because it only appears in debug builds and not in release.
+    "jscprint" : 1
 };
 
 var windowPropertyNames = Object.getOwnPropertyNames(window)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list