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

tonyg at chromium.org tonyg at chromium.org
Wed Dec 22 11:10:54 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 752097660113792d3ec31bb464baeab44969c5fb
Author: tonyg at chromium.org <tonyg at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 14 17:37:43 2010 +0000

    2010-07-14  Tony Gentilcore  <tonyg at chromium.org>
    
            Unreviewed, build fix for r63326.
    
            Update platform expectations for r63326
            https://bugs.webkit.org/show_bug.cgi?id=42269
    
            r63326 added shouldBeGreaterThanOrEqual and updated the root expectations. This patch makes the same change to the platform-specific expectations.
    
            * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
            * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
            * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63328 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index cfc609c..3f8f6da 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,18 @@
 2010-07-14  Tony Gentilcore  <tonyg at chromium.org>
 
+        Unreviewed, build fix for r63326.
+
+        Update platform expectations for r63326
+        https://bugs.webkit.org/show_bug.cgi?id=42269
+
+        r63326 added shouldBeGreaterThanOrEqual and updated the root expectations. This patch makes the same change to the platform-specific expectations.
+
+        * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
+
+2010-07-14  Tony Gentilcore  <tonyg at chromium.org>
+
         Reviewed by Darin Fisher.
 
         Implement Web Timing redirectStart, redirectEnd, redirectCount
diff --git a/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt b/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt
index 009468a..7c7c734 100644
--- a/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt
+++ b/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt
@@ -457,6 +457,7 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'sessionStorage') is 'object
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBe') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeEqualToString') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeFalse') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeGreaterThanOrEqual') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeNaN') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeNonNull') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeNonZero') is 'object'
diff --git a/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt b/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt
index 0c44959..62e5afc 100644
--- a/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt
+++ b/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt
@@ -447,6 +447,7 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'sessionStorage') is 'object
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBe') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeEqualToString') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeFalse') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeGreaterThanOrEqual') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeNaN') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeNonNull') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeNonZero') is 'object'
diff --git a/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt b/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt
index 243ec73..9bc86bb 100644
--- a/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt
+++ b/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt
@@ -456,6 +456,7 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'sessionStorage') is 'object
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBe') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeEqualToString') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeFalse') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeGreaterThanOrEqual') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeNaN') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeNonNull') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeNonZero') is 'object'

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list