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

japhet at chromium.org japhet at chromium.org
Wed Dec 22 14:35:41 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 3bdcf186d8d03a8e13b568fd90c127dbc2c5cee1
Author: japhet at chromium.org <japhet at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 13 21:19:08 2010 +0000

    2010-10-13  Nate Chapin  <japhet at chromium.org>
    
            Unreviewed, Chromium expectations update.
    
            Fix line endings in a couple of inspector test expectations.
    
            * platform/chromium/inspector/console-trace-in-eval-expected.txt:
            * platform/chromium/inspector/console-uncaught-exception-in-eval-expected.txt:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69697 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index bf618ee..d15fb4f 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-13  Nate Chapin  <japhet at chromium.org>
+
+        Unreviewed, Chromium expectations update.
+
+        Fix line endings in a couple of inspector test expectations.
+
+        * platform/chromium/inspector/console-trace-in-eval-expected.txt:
+        * platform/chromium/inspector/console-uncaught-exception-in-eval-expected.txt:
+
 2010-10-13  Robert Hogan  <robert at webkit.org>
 
         Rubber-stamped by Csaba Osztrogonac.
diff --git a/LayoutTests/platform/chromium/inspector/console-trace-in-eval-expected.txt b/LayoutTests/platform/chromium/inspector/console-trace-in-eval-expected.txt
index f771b51..6326157 100755
--- a/LayoutTests/platform/chromium/inspector/console-trace-in-eval-expected.txt
+++ b/LayoutTests/platform/chromium/inspector/console-trace-in-eval-expected.txt
@@ -1,4 +1,3 @@
-Tests that when console.trace is called in eval'ed script ending with //@ sourceURL=url it will dump a stack trace that will have the url as the script source. Bug 47252.

-

-evalURL.js:5console.trace()bevalURL.js:5aevalURL.js:10evalSourceevalURL.js:13(anonymous function)evalURL.js:15(anonymous function)console-trace-in-eval.html:27

-

+Tests that when console.trace is called in eval'ed script ending with //@ sourceURL=url it will dump a stack trace that will have the url as the script source. Bug 47252.
+
+evalURL.js:5console.trace()bevalURL.js:5aevalURL.js:10evalSourceevalURL.js:13(anonymous function)evalURL.js:15(anonymous function)console-trace-in-eval.html:27
diff --git a/LayoutTests/platform/chromium/inspector/console-uncaught-exception-in-eval-expected.txt b/LayoutTests/platform/chromium/inspector/console-uncaught-exception-in-eval-expected.txt
index dae1b4f..3546929 100755
--- a/LayoutTests/platform/chromium/inspector/console-uncaught-exception-in-eval-expected.txt
+++ b/LayoutTests/platform/chromium/inspector/console-uncaught-exception-in-eval-expected.txt
@@ -1,7 +1,6 @@
-CONSOLE MESSAGE: line 5: Uncaught Error: Exception in eval.

-CONSOLE MESSAGE: line 5: Uncaught Error: Exception in eval.

-Tests that when uncaught exception in eval'ed script ending with //@ sourceURL=url is logged into console, its stack trace will have the url as the script source. Bug 47252.

-

-Page reloaded.

-evalURL.js:5Uncaught Error: Exception in eval.bevalURL.js:5aevalURL.js:10evalSourceevalURL.js:13(anonymous function)evalURL.js:15(anonymous function)console-uncaught-exception-in-eval.html:33

-

+CONSOLE MESSAGE: line 5: Uncaught Error: Exception in eval.
+CONSOLE MESSAGE: line 5: Uncaught Error: Exception in eval.
+Tests that when uncaught exception in eval'ed script ending with //@ sourceURL=url is logged into console, its stack trace will have the url as the script source. Bug 47252.
+
+Page reloaded.
+evalURL.js:5Uncaught Error: Exception in eval.bevalURL.js:5aevalURL.js:10evalSourceevalURL.js:13(anonymous function)evalURL.js:15(anonymous function)console-uncaught-exception-in-eval.html:33

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list