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

steveblock at google.com steveblock at google.com
Wed Dec 22 12:42:12 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit bb7c0a953e675fb864092db6c85201c702cbf80e
Author: steveblock at google.com <steveblock at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 27 12:34:04 2010 +0000

    Not reviewed
    
    Fix GTK, Qt and Win expected results after modifying js-test-pre.js and js-test-post.js
    https://bugs.webkit.org/show_bug.cgi?id=44642
    
    These platform-specific expected results were missed in the original patch.
    
    * 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@66212 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 4934a40..536b6bb 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,16 @@
+2010-08-27  Steve Block  <steveblock at google.com>
+
+        Not reviewed
+
+        Fix GTK, Qt and Win expected results after modifying js-test-pre.js and js-test-post.js
+        https://bugs.webkit.org/show_bug.cgi?id=44642
+
+        These platform-specific expected results were missed in the original patch.
+
+        * 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-08-27  Nikolas Zimmermann  <nzimmermann at rim.com>
 
         Not reviewed. Skip two flakey xssAuditor tests that are being worked on. Hopefully we finally have somewhat green tree again.
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 ae88da8..65b6048 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
@@ -345,6 +345,7 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'escapeHTML') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'eval') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'evalAndLog') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'event') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'finishJSTest') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'frameElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'frames') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'gc') 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 d212352..624ba4d 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
@@ -331,6 +331,7 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'escapeHTML') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'eval') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'evalAndLog') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'event') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'finishJSTest') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'frameElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'frames') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'gc') 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 3018448..52b3699 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
@@ -344,6 +344,7 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'escapeHTML') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'eval') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'evalAndLog') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'event') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'finishJSTest') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'frameElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'frames') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'gc') is 'object'

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list