[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 13:01:29 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 0286f7e66a4aa6663f84d86e3a79dc190b3e2150
Author: steveblock at google.com <steveblock at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Sep 4 23:28:03 2010 +0000

    2010-09-04  Steve Block  <steveblock at google.com>
    
            Reviewed by Martin Robinson.
    
            GTK Skipped list should allow a directory to be listed when a feature is not supported
            https://bugs.webkit.org/show_bug.cgi?id=45229
    
            This change updates the comment in the GTK Skipped list to make this
            clear and applies the new policy for the DeviceOrientation and
            DeviceMotion tests.
    
            * platform/gtk/Skipped:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66798 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index adad9e8..ac58ce8 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,16 @@
+2010-09-04  Steve Block  <steveblock at google.com>
+
+        Reviewed by Martin Robinson.
+
+        GTK Skipped list should allow a directory to be listed when a feature is not supported
+        https://bugs.webkit.org/show_bug.cgi?id=45229
+
+        This change updates the comment in the GTK Skipped list to make this
+        clear and applies the new policy for the DeviceOrientation and
+        DeviceMotion tests.
+
+        * platform/gtk/Skipped:
+
 2010-09-04  Justin Schuh  <jschuh at chromium.org>
 
         Unreviewed. Build fix.
diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped
index 87efe2f..f08c60b 100644
--- a/LayoutTests/platform/gtk/Skipped
+++ b/LayoutTests/platform/gtk/Skipped
@@ -1,7 +1,9 @@
 # We should keep the tests listed in the same order as they appear in the output.
 # This makes it easier to look for differences on the actual output and
 # what the skip list contains.
-# Also, no grouping should occur. Every test for itself.
+# Also, no grouping should occur. Every test for itself. An exception is when
+# an entire directory of tests is to be skipped due to the feature being
+# unsupported.
 #
 # You can get a list of actual failed/timed out/crashed/new tests by piping
 # the output of running the tests to this command:
@@ -1085,13 +1087,8 @@ fast/dom/client-width-height-quirks.html
 fast/dom/client-width-height.html
 fast/dom/cssTarget-crash.html
 fast/dom/frame-loading-via-document-write.html
-fast/dom/DeviceMotion/create-event.html
-fast/dom/DeviceMotion/optional-event-properties.html
-fast/dom/DeviceMotion/window-property.html
-fast/dom/DeviceOrientation/basic-operation.html
-fast/dom/DeviceOrientation/create-event.html
-fast/dom/DeviceOrientation/optional-event-properties.html
-fast/dom/DeviceOrientation/window-property.html
+fast/dom/DeviceMotion
+fast/dom/DeviceOrientation
 fast/dom/Geolocation/callback-exception.html
 fast/dom/Geolocation/delayed-permission-allowed.html
 fast/dom/Geolocation/delayed-permission-denied.html

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list