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

abarth at webkit.org abarth at webkit.org
Wed Dec 22 12:27:58 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit cfa2c58d61115704fea56cfa2d56377f288dabc8
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 24 08:16:44 2010 +0000

    2010-08-24  Adam Barth  <abarth at webkit.org>
    
            Update baselines for Tiger bot.  I'm not sure why these didn't turn up
            when running the tests locally.  The limits are slightly different in
            the new parser, so we'll need to adjust these tests.
    
            * fast/parser/block-nesting-cap-expected.txt:
            * fast/parser/block-nesting-cap-table-expected.txt:
            * fast/parser/element-nesting-cap-expected.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65875 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 33a8937..707ff00 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-08-24  Adam Barth  <abarth at webkit.org>
+
+        Update baselines for Tiger bot.  I'm not sure why these didn't turn up
+        when running the tests locally.  The limits are slightly different in
+        the new parser, so we'll need to adjust these tests.
+
+        * fast/parser/block-nesting-cap-expected.txt:
+        * fast/parser/block-nesting-cap-table-expected.txt:
+        * fast/parser/element-nesting-cap-expected.txt:
+
 2010-08-24  Andreas Kling  <andreas.kling at nokia.com>
 
         Reviewed by Tor Arne Vestbø and Nikolas Zimmermann.
diff --git a/LayoutTests/fast/parser/block-nesting-cap-expected.txt b/LayoutTests/fast/parser/block-nesting-cap-expected.txt
index 05c5b55..5ad9839 100644
--- a/LayoutTests/fast/parser/block-nesting-cap-expected.txt
+++ b/LayoutTests/fast/parser/block-nesting-cap-expected.txt
@@ -3,9 +3,9 @@ Test that the HTML parser does not allow the nesting depth of "block-level" elem
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS d4096.parentNode === d4094 is true
+FAIL d4096.parentNode === d4094 should be true. Was false.
 PASS d4095.parentNode === d4094 is true
-PASS d4096.previousSibling === d4095 is true
+FAIL d4096.previousSibling === d4095 should be true. Was false.
 PASS successfullyParsed is true
 
 TEST COMPLETE
diff --git a/LayoutTests/fast/parser/block-nesting-cap-table-expected.txt b/LayoutTests/fast/parser/block-nesting-cap-table-expected.txt
index 2dffc16..33b9779 100644
--- a/LayoutTests/fast/parser/block-nesting-cap-table-expected.txt
+++ b/LayoutTests/fast/parser/block-nesting-cap-table-expected.txt
@@ -3,9 +3,9 @@ Test that the HTML parser does not allow the nesting depth of "block-level" elem
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS t1024.parentNode === td1022 is true
+FAIL t1024.parentNode === td1022 should be true. Was false.
 PASS t1023.parentNode === td1022 is true
-PASS t1024.previousSibling === t1023 is true
+FAIL t1024.previousSibling === t1023 should be true. Was false.
 PASS successfullyParsed is true
 
 TEST COMPLETE
diff --git a/LayoutTests/fast/parser/element-nesting-cap-expected.txt b/LayoutTests/fast/parser/element-nesting-cap-expected.txt
index 3fd94a1..c5c6910 100644
--- a/LayoutTests/fast/parser/element-nesting-cap-expected.txt
+++ b/LayoutTests/fast/parser/element-nesting-cap-expected.txt
@@ -3,9 +3,9 @@ Test that the HTML parser does not allow the nesting depth of any elements to ex
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS s3.parentNode === s1 is true
+FAIL s3.parentNode === s1 should be true. Was false.
 PASS s2.parentNode === s1 is true
-PASS s3.previousSibling === s2 is true
+FAIL s3.previousSibling === s2 should be true. Was false.
 PASS successfullyParsed is true
 
 TEST COMPLETE

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list