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

mihaip at chromium.org mihaip at chromium.org
Wed Dec 22 13:42:59 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 39c19ecf8e10e32b7fedef67aa495797e457a110
Author: mihaip at chromium.org <mihaip at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 23 22:26:42 2010 +0000

    2010-09-23  Mihai Parparita  <mihaip at chromium.org>
    
            Reviewed by Tony Chang.
    
            [Chromium] traversal/node-iterator-prototype.html has incorrect baselines
            https://bugs.webkit.org/show_bug.cgi?id=46413
    
            Chromium/V8 actually gets this test right (unlike JSC), but had
            incorrect baselines for it checked in by r58524.
    
            * platform/chromium-mac/traversal/node-iterator-prototype-expected.txt: Removed.
            * platform/chromium-win/traversal/node-iterator-prototype-expected.txt: Removed.
            * platform/chromium/test_expectations.txt:
            * platform/chromium/traversal/node-iterator-prototype-expected.txt: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68208 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index bfa12d3..ae4d105 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,18 @@
+2010-09-23  Mihai Parparita  <mihaip at chromium.org>
+
+        Reviewed by Tony Chang.
+
+        [Chromium] traversal/node-iterator-prototype.html has incorrect baselines
+        https://bugs.webkit.org/show_bug.cgi?id=46413
+        
+        Chromium/V8 actually gets this test right (unlike JSC), but had 
+        incorrect baselines for it checked in by r58524.
+
+        * platform/chromium-mac/traversal/node-iterator-prototype-expected.txt: Removed.
+        * platform/chromium-win/traversal/node-iterator-prototype-expected.txt: Removed.
+        * platform/chromium/test_expectations.txt:
+        * platform/chromium/traversal/node-iterator-prototype-expected.txt: Added.
+
 2010-09-23  Andrew Wilson  <atwilson at chromium.org>
 
         Unreviewed, rolling out r68197.
diff --git a/LayoutTests/platform/chromium-mac/traversal/node-iterator-prototype-expected.txt b/LayoutTests/platform/chromium-mac/traversal/node-iterator-prototype-expected.txt
deleted file mode 100644
index 7ecf628..0000000
--- a/LayoutTests/platform/chromium-mac/traversal/node-iterator-prototype-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-This test checks whether DOM wrappers created by NodeIterator have their prototypes attached to the correct objects. These nodes are from the child frame, so that's where their prototypes should be attached.
-
-Unfortunately, our implementation is buggy and we get wrappers from the parent frame here. This test documents the bug so we'll know when we fix it.
-
-test: child PASS
-A: child PASS
-B: child PASS
-C: child PASS
-D: child PASS
-D: child PASS
-This test checks whether DOM wrappers created by NodeIterator have their prototypes attached to the correct objects. These nodes are from the child frame, so that's where their prototypes should be attached.
-
-Unfortunately, our implementation is buggy and we get wrappers from the parent frame here. This test documents the bug so we'll know when we fix it.
-
-test: child PASS
-A: child PASS
-B: child PASS
-C: child PASS
-D: child PASS
-D: child PASS
diff --git a/LayoutTests/platform/chromium-win/traversal/node-iterator-prototype-expected.txt b/LayoutTests/platform/chromium-win/traversal/node-iterator-prototype-expected.txt
deleted file mode 100644
index d40fcb7..0000000
--- a/LayoutTests/platform/chromium-win/traversal/node-iterator-prototype-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-This test checks whether DOM wrappers created by NodeIterator have their prototypes attached to the correct objects. These nodes are from the child frame, so that's where their prototypes should be attached.
-
-Unfortunately, our implementation is buggy and we get wrappers from the parent frame here. This test documents the bug so we'll know when we fix it.
-
-test: child PASS
-A: child PASS
-B: child PASS
-C: child PASS
-D: child PASS
-D: child PASS
-This test checks whether DOM wrappers created by NodeIterator have their prototypes attached to the correct objects. These nodes are from the child frame, so that's where their prototypes should be attached.
-
-Unfortunately, our implementation is buggy and we get wrappers from the parent frame here. This test documents the bug so we'll know when we fix it.
-
-test: child PASS
-A: child PASS
-B: child PASS
-C: child PASS
-D: child PASS
-D: child PASS
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index f345902..435947a 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -2446,9 +2446,6 @@ BUG42875 SKIP DEFER : fast/js/sputnik = TEXT
 BUGWK38360 WIN LINUX SKIP : fast/images/svg-background-partial-redraw.html = TEXT
 BUGWK38360 WIN LINUX SKIP : svg/carto.net/tabgroup.svg = TEXT
 
-// Needs updated Chromium baselines
-BUGMIHAIP : traversal/node-iterator-prototype.html = TEXT
-
 BUG42895 : media/audio-only-video-intrinsic-size.html = TIMEOUT
 BUG42895 : media/media-document-audio-size.html = TIMEOUT
 BUGYAAR MAC : svg/custom/dominant-baseline-hanging.svg = MISSING
diff --git a/LayoutTests/platform/chromium/traversal/node-iterator-prototype-expected.txt b/LayoutTests/platform/chromium/traversal/node-iterator-prototype-expected.txt
new file mode 100644
index 0000000..2b8e7e6
--- /dev/null
+++ b/LayoutTests/platform/chromium/traversal/node-iterator-prototype-expected.txt
@@ -0,0 +1,10 @@
+This test checks whether DOM wrappers created by NodeIterator have their prototypes attached to the correct objects. These nodes are from the child frame, so that's where their prototypes should be attached.
+
+Unfortunately, our implementation is buggy and we get wrappers from the parent frame here. This test documents the bug so we'll know when we fix it.
+
+test: child PASS
+A: child PASS
+B: child PASS
+C: child PASS
+D: child PASS
+D: child PASS

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list