[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

bweinstein at apple.com bweinstein at apple.com
Thu Oct 29 20:46:40 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 5f5d180cccd2e52d6c9cbbebdf600cc353273307
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Oct 17 03:35:44 2009 +0000

    Updated expected results of tests that give CONSOLE messages for
    new verbose output.
    
    * fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt:
    * fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt:
    * platform/mac/fast/dynamic/015-expected.txt:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49728 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index fbc9b86..a85671d 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2009-10-16  Brian Weinstein  <bweinstein at apple.com>
+
+        Updated expected results of tests that give CONSOLE messages for
+        new verbose output.
+
+        * fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt:
+        * fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt:
+        * platform/mac/fast/dynamic/015-expected.txt:
+
 2009-10-16  Adam Barth  <abarth at webkit.org>
 
         Reviewed by Alexey Proskuryakov.
diff --git a/LayoutTests/fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt b/LayoutTests/fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt
index b7c020c..f6c0fe3 100644
--- a/LayoutTests/fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt
+++ b/LayoutTests/fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt
@@ -1,2 +1,2 @@
-CONSOLE MESSAGE: line 7: Error: NOT_FOUND_ERR: DOM Exception 8
+CONSOLE MESSAGE: line 7: NOT_FOUND_ERR: DOM Exception 8: An attempt was made to reference a Node in a context where it does not exist.
 This passes if it does not crash. (see https://bugs.webkit.org/show_bug.cgi?id=18958)
diff --git a/LayoutTests/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt b/LayoutTests/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt
index c380917..f4dad26 100644
--- a/LayoutTests/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt
+++ b/LayoutTests/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt
@@ -1,2 +1,2 @@
-CONSOLE MESSAGE: line 10: Error: NOT_FOUND_ERR: DOM Exception 8
+CONSOLE MESSAGE: line 10: NOT_FOUND_ERR: DOM Exception 8: An attempt was made to reference a Node in a context where it does not exist.
 
diff --git a/LayoutTests/platform/mac/fast/dynamic/015-expected.txt b/LayoutTests/platform/mac/fast/dynamic/015-expected.txt
index 7286400..f552a53 100644
--- a/LayoutTests/platform/mac/fast/dynamic/015-expected.txt
+++ b/LayoutTests/platform/mac/fast/dynamic/015-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: line 16: Error: INDEX_SIZE_ERR: DOM Exception 1
+CONSOLE MESSAGE: line 16: INDEX_SIZE_ERR: DOM Exception 1: Index or size was negative, or greater than the allowed value.
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x600

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list