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

caseq at chromium.org caseq at chromium.org
Wed Dec 22 16:30:26 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 2382d8c1af339b9a2b83090b6e84d4150ed43426
Author: caseq at chromium.org <caseq at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 24 19:23:48 2010 +0000

    2010-11-24  Andrey Kosyakov  <caseq at chromium.org>
    
            Unreviewed, update platform expectations following expectations change in r72683.
    
            * platform/mac-leopard/inspector/extensions-resources-expected.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72693 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 5ccead7..f9493e1 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-24  Andrey Kosyakov  <caseq at chromium.org>
+
+        Unreviewed, update platform expectations following expectations change in r72683.
+
+        * platform/mac-leopard/inspector/extensions-resources-expected.txt:
+
 2010-11-24  Alexander Pavlov  <apavlov at chromium.org>
 
         Reviewed by Pavel Feldman.
diff --git a/LayoutTests/platform/mac-leopard/inspector/extensions-resources-expected.txt b/LayoutTests/platform/mac-leopard/inspector/extensions-resources-expected.txt
index 1456e59..dd1c74d 100755
--- a/LayoutTests/platform/mac-leopard/inspector/extensions-resources-expected.txt
+++ b/LayoutTests/platform/mac-leopard/inspector/extensions-resources-expected.txt
@@ -4,50 +4,26 @@ Tests WebInspector extension API
 Page reloaded.
 Started extension.
 Running tests...
-RUNNING TEST: extension_testGetAllResources
-resource: .../tests/inspector/inspector-test2.js, type: script
-resource: .../LayoutTests/inspector/extensions-resources.html, type: document
-resource: .../LayoutTests/inspector/extensions-resources.html, type: xhr
-resource: .../LayoutTests/inspector/extensions-test.js, type: script
-resource: .../inspector/resources/abe.png, type: image
-resource: .../inspector/resources/Ahem.ttf, type: font
-resource: .../inspector/resources/audits-style1.css, type: stylesheet
-resource: .../inspector/resources/missing-image.png, type: other
-RUNNING TEST: extension_testGetInvalidResource
-Attempted to retrieve invalid resource: {"code":"E_NOTFOUND","description":"Object not found: %s","details":[2128506],"isError":true}
-RUNNING TEST: extension_testGetPageTimings
-Got callback from getPageTimings, pageTimings dump follows
-{
-    onContentLoad : <number>
-    onLoad : <number>
-}
+RUNNING TEST: extension_testGetHAR
+resource: .../tests/inspector/inspector-test2.js
+resource: .../LayoutTests/inspector/extensions-resources.html
+resource: .../LayoutTests/inspector/extensions-resources.html
+resource: .../LayoutTests/inspector/extensions-test.js
+resource: .../inspector/resources/abe.png
+resource: .../inspector/resources/Ahem.ttf
+resource: .../inspector/resources/audits-style1.css
+resource: .../inspector/resources/missing-image.png
 RUNNING TEST: extension_testGetResourceContent
 {
-    0 : {
-        code : "E_NOTFOUND"
-        description : "Object not found: %s"
-        details : {
-            0 : 2126506
-        }
-        isError : true
-    }
-    1 : {
-        id : <number>
-        encoding : ""
-        content : ".some-style {
+    0 : ".some-style {
     vertical-align: middle;
 }"
-    }
-    2 : {
-        id : <number>
-        encoding : "base64"
-        content : ""
-    }
-    3 : {
-        id : <number>
-        encoding : "base64"
-        content : ""
-    }
+    1 : ""
+}
+RUNNING TEST: extension_testGetResourceContentEncoded
+{
+    0 : ""
+    1 : "base64"
 }
 RUNNING TEST: extension_testResourceNotification
 Resource finished: .../LayoutTests/inspector/extensions-resources.html

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list