Changeset 66798 in webkit


Ignore:
Timestamp:
Sep 4, 2010 4:28:03 PM (14 years ago)
Author:
steveblock@google.com
Message:

2010-09-04 Steve Block <steveblock@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:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r66796 r66798  
     12010-09-04  Steve Block  <steveblock@google.com>
     2
     3        Reviewed by Martin Robinson.
     4
     5        GTK Skipped list should allow a directory to be listed when a feature is not supported
     6        https://bugs.webkit.org/show_bug.cgi?id=45229
     7
     8        This change updates the comment in the GTK Skipped list to make this
     9        clear and applies the new policy for the DeviceOrientation and
     10        DeviceMotion tests.
     11
     12        * platform/gtk/Skipped:
     13
    1142010-09-04  Justin Schuh  <jschuh@chromium.org>
    215
  • trunk/LayoutTests/platform/gtk/Skipped

    r66721 r66798  
    22# This makes it easier to look for differences on the actual output and
    33# what the skip list contains.
    4 # Also, no grouping should occur. Every test for itself.
     4# Also, no grouping should occur. Every test for itself. An exception is when
     5# an entire directory of tests is to be skipped due to the feature being
     6# unsupported.
    57#
    68# You can get a list of actual failed/timed out/crashed/new tests by piping
     
    10861088fast/dom/cssTarget-crash.html
    10871089fast/dom/frame-loading-via-document-write.html
    1088 fast/dom/DeviceMotion/create-event.html
    1089 fast/dom/DeviceMotion/optional-event-properties.html
    1090 fast/dom/DeviceMotion/window-property.html
    1091 fast/dom/DeviceOrientation/basic-operation.html
    1092 fast/dom/DeviceOrientation/create-event.html
    1093 fast/dom/DeviceOrientation/optional-event-properties.html
    1094 fast/dom/DeviceOrientation/window-property.html
     1090fast/dom/DeviceMotion
     1091fast/dom/DeviceOrientation
    10951092fast/dom/Geolocation/callback-exception.html
    10961093fast/dom/Geolocation/delayed-permission-allowed.html
Note: See TracChangeset for help on using the changeset viewer.