Changeset 90175 in webkit


Ignore:
Timestamp:
Jun 30, 2011 4:05:33 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

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

Reviewed by Tony Chang.

Modify Skipped files so that future css exclusions LayoutTests are
skipped by default.

[CSSExclusions] Add test and skip entries
https://bugs.webkit.org/show_bug.cgi?id=63751

  • fast/exclusions/triangle-exclusion.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

    r90166 r90175  
     12011-06-30  Alan Stearns  <stearns@adobe.com>
     2
     3        Reviewed by Tony Chang.
     4
     5        Modify Skipped files so that future css exclusions LayoutTests are
     6        skipped by default.
     7
     8        [CSSExclusions] Add test and skip entries
     9        https://bugs.webkit.org/show_bug.cgi?id=63751
     10
     11        * fast/exclusions/triangle-exclusion.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-30  Julien Chaffraix  <jchaffraix@webkit.org>
    219
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r90158 r90175  
    39533953BUGWK57312 SKIP : fast/regions = PASS
    39543954
     3955// CSS Exclusions support not yet enabled.
     3956BUGWK57311 SKIP : fast/exclusions = PASS
     3957
    39553958BUGCR85755 : fast/js/exception-properties.html = TEXT
    39563959
  • trunk/LayoutTests/platform/gtk/Skipped

    r90104 r90175  
    15401540fast/regions
    15411541
     1542# CSS Exclusions support not yet enabled. http://webkit.org/b/57311
     1543fast/exclusions
     1544
    15421545# [GTK] DumpRenderTree doesn't block external requests
    15431546# https://bugs.webkit.org/show_bug.cgi?id=62585
  • trunk/LayoutTests/platform/mac/Skipped

    r90067 r90175  
    374374fast/regions
    375375
     376# CSS Exclusions support not yet enabled. http://webkit.org/b/57311
     377fast/exclusions
     378
    376379# JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540)
    377380http/tests/security/isolatedWorld/cross-origin-xhr.html
  • trunk/LayoutTests/platform/qt/Skipped

    r90067 r90175  
    139139# CSS Regions support not yet enabled. http://webkit.org/b/57312
    140140fast/regions
     141
     142# CSS Exclusions support not yet enabled. http://webkit.org/b/57311
     143fast/exclusions
    141144
    142145# USE(V8)
  • trunk/LayoutTests/platform/win/Skipped

    r90067 r90175  
    13381338fast/regions
    13391339
     1340# CSS Exclusions support not yet enabled. http://webkit.org/b/57311
     1341fast/exclusions
     1342
    13401343# Causes a SyntaxError (http://webkit.org/b/62595).
    13411344fast/workers/worker-crash-with-invalid-location.html
Note: See TracChangeset for help on using the changeset viewer.