Changeset 90067 in webkit


Ignore:
Timestamp:
Jun 29, 2011 4:54:37 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-06-29 Alan Stearns <stearns@adobe.com>

Reviewed by Tony Chang.

Modify Skipped files so that future css regions layout tests are
skipped by default.

[CSS Regions] Add support for skipped tests
https://bugs.webkit.org/show_bug.cgi?id=63632

  • fast/regions/flow-content-basic.html: Added.
  • platform/chromium/test_expectations.txt:
  • platform/gtk/Skipped:
  • platform/mac/Skipped:
  • platform/qt/Skipped:
  • platform/win/Skipped:
Location:
trunk/LayoutTests
Files:
2 added
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r90059 r90067  
     12011-06-29  Alan Stearns  <stearns@adobe.com>
     2
     3        Reviewed by Tony Chang.
     4
     5        Modify Skipped files so that future css regions layout tests are
     6        skipped by default.
     7
     8        [CSS Regions] Add support for skipped tests
     9        https://bugs.webkit.org/show_bug.cgi?id=63632
     10
     11        * fast/regions/flow-content-basic.html: Added.
     12        * platform/chromium/test_expectations.txt:
     13        * platform/gtk/Skipped:
     14        * platform/mac/Skipped:
     15        * platform/qt/Skipped:
     16        * platform/win/Skipped:
     17
    1182011-06-29  Simon Fraser  <simon.fraser@apple.com>
    219
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r90044 r90067  
    39313931BUGWK62048 SKIP : css3/flexbox = PASS
    39323932
     3933// CSS Regions support not yet enabled.
     3934BUGWK57312 SKIP : fast/regions = PASS
     3935
    39333936BUGCR85755 : fast/js/exception-properties.html = TEXT
    39343937
  • trunk/LayoutTests/platform/gtk/Skipped

    r90012 r90067  
    15371537css3/flexbox
    15381538
     1539# CSS Regions support not yet enabled. http://webkit.org/b/57312
     1540fast/regions
     1541
    15391542# [GTK] DumpRenderTree doesn't block external requests
    15401543# https://bugs.webkit.org/show_bug.cgi?id=62585
  • trunk/LayoutTests/platform/mac/Skipped

    r89736 r90067  
    371371css3/flexbox
    372372
     373# CSS Regions support not yet enabled. http://webkit.org/b/57312
     374fast/regions
     375
    373376# JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540)
    374377http/tests/security/isolatedWorld/cross-origin-xhr.html
  • trunk/LayoutTests/platform/qt/Skipped

    r89972 r90067  
    136136# New flexbox is not yet enabled. http://webkit.org/b/62048
    137137css3/flexbox
     138
     139# CSS Regions support not yet enabled. http://webkit.org/b/57312
     140fast/regions
    138141
    139142# USE(V8)
  • trunk/LayoutTests/platform/win/Skipped

    r89919 r90067  
    13351335css3/flexbox
    13361336
     1337# CSS Regions support not yet enabled. http://webkit.org/b/57312
     1338fast/regions
     1339
    13371340# Causes a SyntaxError (http://webkit.org/b/62595).
    13381341fast/workers/worker-crash-with-invalid-location.html
Note: See TracChangeset for help on using the changeset viewer.