[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 14:17:29 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b65b8b5c0a7108ecb8f6df43d0a73e92a1b95b1f
Author: caseq at chromium.org <caseq at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 6 13:33:07 2010 +0000

    2010-10-06  Andrey Kosyakov  <caseq at chromium.org>
    
            Unreviewed. Rebased test expectations after r69185.
    
            * inspector/report-protocol-errors-expected.txt:
            * platform/mac-leopard/inspector/extensions-resources-expected.txt: Added.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69189 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 6bd913f..b8f4785 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,10 @@
+2010-10-06  Andrey Kosyakov  <caseq at chromium.org>
+
+        Unreviewed. Rebased test expectations after r69185.
+
+        * inspector/report-protocol-errors-expected.txt:
+        * platform/mac-leopard/inspector/extensions-resources-expected.txt: Added.
+
 2010-10-06  Nikolas Zimmermann  <nzimmermann at rim.com>
 
         Rubber stamped by Dirk Schulze.
diff --git a/LayoutTests/inspector/report-protocol-errors-expected.txt b/LayoutTests/inspector/report-protocol-errors-expected.txt
index 00da032..8a3cbfd 100644
--- a/LayoutTests/inspector/report-protocol-errors-expected.txt
+++ b/LayoutTests/inspector/report-protocol-errors-expected.txt
@@ -61,6 +61,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
     success : false
     errors : {
         0 : "Protocol Error: Argument 'identifier' with type 'Number' was not found."
+        1 : "Protocol Error: Argument 'encode' with type 'Boolean' was not found."
     }
 }
 {
@@ -68,6 +69,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
     success : false
     errors : {
         0 : "Protocol Error: Argument 'identifier' has wrong type. It should be 'Number'."
+        1 : "Protocol Error: Argument 'encode' with type 'Boolean' was not found."
     }
 }
 {
diff --git a/LayoutTests/platform/mac-leopard/inspector/extensions-resources-expected.txt b/LayoutTests/platform/mac-leopard/inspector/extensions-resources-expected.txt
new file mode 100755
index 0000000..3e8d83c
--- /dev/null
+++ b/LayoutTests/platform/mac-leopard/inspector/extensions-resources-expected.txt
@@ -0,0 +1,55 @@
+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_testGetResourceContent
+{
+    0 : {
+        code : "E_NOTFOUND"
+        description : "Object not found: %s"
+        details : {
+            0 : 2126506
+        }
+        isError : true
+    }
+    1 : {
+        id : <number>
+        encoding : ""
+        content : ".some-style {
+    vertical-align: middle;
+}"
+    }
+    2 : {
+        id : <number>
+        encoding : "base64"
+        content : ""
+    }
+    3 : {
+        id : <number>
+        encoding : "base64"
+        content : ""
+    }
+}
+RUNNING TEST: extension_testResourceNotification
+Resource finished: .../LayoutTests/inspector/extensions-resources.html
+All tests done.
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list