[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

dglazkov at chromium.org dglazkov at chromium.org
Mon Feb 21 00:13:15 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 6eac3bbef76982e2ac31536fbf8ef10cb3ad9b55
Author: dglazkov at chromium.org <dglazkov at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 28 22:08:41 2011 +0000

    2011-01-28  Dimitri Glazkov  <dglazkov at chromium.org>
    
            Skip webkitAudioPannerNode from the test. It's not yet implemented across
            all ports/platforms.
    
            * fast/dom/script-tests/prototype-inheritance.js: Skipped webkitAudioPannerNode.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76986 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index e71cc2c..7fd0e5a 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,12 @@
 2011-01-28  Dimitri Glazkov  <dglazkov at chromium.org>
 
+        Skip webkitAudioPannerNode from the test. It's not yet implemented across
+        all ports/platforms.
+
+        * fast/dom/script-tests/prototype-inheritance.js: Skipped webkitAudioPannerNode.
+
+2011-01-28  Dimitri Glazkov  <dglazkov at chromium.org>
+
         [Chromium] Added expectations for a passing test.
 
         * platform/chromium-mac/fast/dom/isindex-002-expected.checksum: Added.
diff --git a/LayoutTests/fast/dom/script-tests/prototype-inheritance.js b/LayoutTests/fast/dom/script-tests/prototype-inheritance.js
index c8681c6..d0d8f05 100644
--- a/LayoutTests/fast/dom/script-tests/prototype-inheritance.js
+++ b/LayoutTests/fast/dom/script-tests/prototype-inheritance.js
@@ -14,6 +14,7 @@ var skippedProperties = [
     "appleScriptController", "plainText", "accessibilityController",
     // Ignore these properties because they do not exist in all implementations. They will be tested separately
     "webkitNotifications",
+    "webkitAudioPannerNode",
     "performance",
     "WebGLRenderingContext", "WebGLActiveInfo", "WebGLBuffer", "WebGLFramebuffer", "WebGLProgram", "WebGLRenderbuffer", "WebGLShader", "WebGLTexture", "WebGLUniformLocation",
     "ArrayBuffer",

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list