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

yuzo at google.com yuzo at google.com
Wed Dec 22 12:46:54 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 7829f9f4f1344806c39b4ba12c24285a48adff20
Author: yuzo at google.com <yuzo at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 30 04:55:04 2010 +0000

    2010-08-29  Yuzo Fujishima  <yuzo at google.com>
    
            Unreviewed Chromium test expectation change for r66282.
    
            * platform/chromium-win/inspector/console-format-expected.txt: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66356 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index a02acf9..1856766 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-29  Yuzo Fujishima  <yuzo at google.com>
+
+        Unreviewed Chromium test expectation change for r66282.
+
+        * platform/chromium-win/inspector/console-format-expected.txt: Added.
+
 2010-08-29  Kent Tamura  <tkent at chromium.org>
 
         Reviewed by Darin Adler.
diff --git a/LayoutTests/platform/chromium-win/inspector/console-format-expected.txt b/LayoutTests/platform/chromium-win/inspector/console-format-expected.txt
new file mode 100644
index 0000000..964b66e
--- /dev/null
+++ b/LayoutTests/platform/chromium-win/inspector/console-format-expected.txt
@@ -0,0 +1,99 @@
+CONSOLE MESSAGE: line 12: Message format number %i, %d and %f
+CONSOLE MESSAGE: line 13: Message %s for %s
+CONSOLE MESSAGE: line 14: Object %o
+CONSOLE MESSAGE: line 20: test,test2,,,test4
+CONSOLE MESSAGE: line 21: %o
+CONSOLE MESSAGE: line 22: %O
+CONSOLE MESSAGE: line 60: /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i
+CONSOLE MESSAGE: line 61: /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i
+CONSOLE MESSAGE: line 60: /foo\\bar\sbaz/i
+CONSOLE MESSAGE: line 61: /foo\\bar\sbaz/i
+CONSOLE MESSAGE: line 60: test
+CONSOLE MESSAGE: line 61: test
+CONSOLE MESSAGE: line 60: test named "test"
+CONSOLE MESSAGE: line 61: test named "test"
+CONSOLE MESSAGE: line 60: Error
+CONSOLE MESSAGE: line 61: Error
+CONSOLE MESSAGE: line 60: [object HTMLBodyElement]
+CONSOLE MESSAGE: line 61: [object HTMLBodyElement]
+CONSOLE MESSAGE: line 60: function () { return 1; }
+CONSOLE MESSAGE: line 61: function () { return 1; }
+CONSOLE MESSAGE: line 60: function () {
+        return 2;
+    }
+CONSOLE MESSAGE: line 61: function () {
+        return 2;
+    }
+CONSOLE MESSAGE: line 60: 0.12
+CONSOLE MESSAGE: line 61: 0.12
+CONSOLE MESSAGE: line 60: http://webkit.org/
+CONSOLE MESSAGE: line 61: http://webkit.org/
+CONSOLE MESSAGE: line 60: null
+CONSOLE MESSAGE: line 61: 
+CONSOLE MESSAGE: line 60: undefined
+CONSOLE MESSAGE: line 61: 
+CONSOLE MESSAGE: line 60: [object Attr]
+CONSOLE MESSAGE: line 61: [object Attr]
+CONSOLE MESSAGE: line 60: [object Attr]
+CONSOLE MESSAGE: line 61: [object Attr]
+CONSOLE MESSAGE: line 60: [object Attr]
+CONSOLE MESSAGE: line 61: [object Attr]
+Tests that console logging dumps proper messages.
+
+console-format.html:12Message format number 1, 2 and 3.5
+console-format.html:13Message format for string
+console-format.html:14Object Object
+console-format.html:20["test", "test2", undefined, undefined, "test4"]
+console-format.html:21["test", "test2", undefined, undefined, "test4"]
+console-format.html:22Array[5]
+console-format.html:60/^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i
+console-format.html:61[/^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i]
+/^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i
+console-format.html:60/foo\\bar\sbaz/i
+console-format.html:61[/foo\\bar\sbaz/i]
+/foo\\bar\sbaz/i
+console-format.html:60test
+console-format.html:61["test"]
+"test"
+console-format.html:60test named "test"
+console-format.html:61["test named "test""]
+"test named "test""
+console-format.html:60Error
+console-format.html:61[Error]
+Error
+console-format.html:60<body onload="onload()">…</body>
+console-format.html:61[<body onload="onload()">…</body>]
+<body onload="onload()">…</body>
+console-format.html:60function () { return 1; }
+console-format.html:61[function () { return 1; }]
+function () { return 1; }
+console-format.html:60function () {
+        return 2;
+    }
+console-format.html:61[function () {
+        return 2;
+    }]
+function () {
+        return 2;
+    }
+console-format.html:600.12
+console-format.html:61[0.12]
+0.12
+console-format.html:60http://webkit.org/
+console-format.html:61["http://webkit.org/"]
+"http://webkit.org/"
+console-format.html:60null
+console-format.html:61[null]
+null
+console-format.html:60undefined
+console-format.html:61[undefined]
+undefined
+console-format.html:60attr=""
+console-format.html:61[attr=""]
+attr=""
+console-format.html:60attr="value"
+console-format.html:61[attr="value"]
+attr="value"
+console-format.html:60id="x"
+console-format.html:61[id="x"]
+id="x"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list