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

joepeck at webkit.org joepeck at webkit.org
Wed Dec 22 12:55:20 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 09404daa9af25b4fd221fea707c8d1bf66b93389
Author: joepeck at webkit.org <joepeck at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 1 23:26:39 2010 +0000

    2010-09-01  Matthew Willis  <lilmatt at flock.com>
    
            Reviewed by Joseph Pecoraro.
    
            Fix failing test: inspector/console-format.html (regression from r66616)
            https://bugs.webkit.org/show_bug.cgi?id=45067
    
            * inspector/console-format-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66625 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index edd8d02..494da44 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-01  Matthew Willis  <lilmatt at flock.com>
+
+        Reviewed by Joseph Pecoraro.
+
+        Fix failing test: inspector/console-format.html (regression from r66616)
+        https://bugs.webkit.org/show_bug.cgi?id=45067
+
+        * inspector/console-format-expected.txt:
+
 2010-09-01  Ryosuke Niwa  <rniwa at webkit.org>
 
         Reviewed by Dimitri Glazkov.
diff --git a/LayoutTests/inspector/console-format-expected.txt b/LayoutTests/inspector/console-format-expected.txt
index 648134c..5ba56f2 100644
--- a/LayoutTests/inspector/console-format-expected.txt
+++ b/LayoutTests/inspector/console-format-expected.txt
@@ -12,8 +12,8 @@ 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: Unknown error
-CONSOLE MESSAGE: line 61: Error: Unknown error
+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; }
@@ -58,9 +58,9 @@ console-format.html:61["test"]
 console-format.html:60test named "test"
 console-format.html:61["test named "test""]
 "test named "test""
-console-format.html:60Error: Unknown error
-console-format.html:61[Error: Unknown error]
-Error: Unknown error
+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>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list