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

andreip at google.com andreip at google.com
Wed Dec 22 11:32:09 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a533be8badb1399bdc9824d49d82a0233855ad49
Author: andreip at google.com <andreip at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 28 16:34:25 2010 +0000

    2010-07-28  Andrei Popescu  <andreip at google.com>
    
            Reviewed by Jeremy Orlow.
    
            Skip IDBKeyRange from the prototype-inheritance layout test.
            IDBKeyRange is a DOM object and, with V8, it seems that such objects
            do not respect the prototype inheritance.
    
            Once IndexedDatabase is done, we should remove indexedDB and IDBKeyRange
            from the list of skipped window properties and we should update the
            Chromium and Android test expectations.
    
            fast/dom/prototype-inheritance.html fails from r64141
            https://bugs.webkit.org/show_bug.cgi?id=43067
    
            * fast/dom/script-tests/prototype-inheritance.js:
            * platform/chromium/test_expectations.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64210 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index b5186b9..351bdc6 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -2,6 +2,24 @@
 
         Reviewed by Jeremy Orlow.
 
+        Skip IDBKeyRange from the prototype-inheritance layout test.
+        IDBKeyRange is a DOM object and, with V8, it seems that such objects
+        do not respect the prototype inheritance.
+
+        Once IndexedDatabase is done, we should remove indexedDB and IDBKeyRange
+        from the list of skipped window properties and we should update the
+        Chromium and Android test expectations.
+
+        fast/dom/prototype-inheritance.html fails from r64141
+        https://bugs.webkit.org/show_bug.cgi?id=43067
+
+        * fast/dom/script-tests/prototype-inheritance.js:
+        * platform/chromium/test_expectations.txt:
+
+2010-07-28  Andrei Popescu  <andreip at google.com>
+
+        Reviewed by Jeremy Orlow.
+
         [IndexedDB] WebDOMStringList default ctor does not initialize its m_private member
         variable so any attempt to append strings to a WebDOMStringList instance results in a crash.
         https://bugs.webkit.org/show_bug.cgi?id=43120
diff --git a/LayoutTests/fast/dom/script-tests/prototype-inheritance.js b/LayoutTests/fast/dom/script-tests/prototype-inheritance.js
index 41a4ec8..ebf9438 100644
--- a/LayoutTests/fast/dom/script-tests/prototype-inheritance.js
+++ b/LayoutTests/fast/dom/script-tests/prototype-inheritance.js
@@ -20,7 +20,8 @@ var skippedProperties = [
     "ArrayBuffer",
     "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", "Uint32Array", "Float32Array",
     "FileError", "FileReader",
-    "indexedDB", "showModalDialog",
+    "indexedDB", "IDBKeyRange",
+    "showModalDialog",
     // Ignore this property because it only appears in debug builds.
     "jscprint"
 ];
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index 98837f3..3ef4a68 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -3131,9 +3131,6 @@ BUGWK42964 SLOW : tables/mozilla/other/slashlogo.html = FAIL
 // Flaky since WebKit r63994
 BUGWK42964 WIN LINUX : tables/mozilla_expected_failures/bugs/bug89315.html = PASS FAIL
 
-// Fails since WebKit r64141
-BUGWK43067 : fast/dom/prototype-inheritance.html = TEXT
-
 // Fails since WebKit r64156
 BUGWK43086 : fast/canvas/canvas-ImageData-behaviour.html = TEXT
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list