Changeset 100292 in webkit


Ignore:
Timestamp:
Nov 15, 2011 10:25:08 AM (12 years ago)
Author:
tony@chromium.org
Message:

enable new flexbox tests everywhere
https://bugs.webkit.org/show_bug.cgi?id=72325

Reviewed by Ojan Vafai.

  • platform/chromium/test_expectations.txt:
  • platform/efl/Skipped:
  • platform/gtk/Skipped:
  • platform/mac/Skipped:
  • platform/qt/Skipped:
  • platform/win/Skipped:
  • platform/wincairo/Skipped:
Location:
trunk/LayoutTests
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r100291 r100292  
     12011-11-15  Tony Chang  <tony@chromium.org>
     2
     3        enable new flexbox tests everywhere
     4        https://bugs.webkit.org/show_bug.cgi?id=72325
     5
     6        Reviewed by Ojan Vafai.
     7
     8        * platform/chromium/test_expectations.txt:
     9        * platform/efl/Skipped:
     10        * platform/gtk/Skipped:
     11        * platform/mac/Skipped:
     12        * platform/qt/Skipped:
     13        * platform/win/Skipped:
     14        * platform/wincairo/Skipped:
     15
    1162011-11-15  Stephen Chenney  <schenney@chromium.org>
    217
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r100285 r100292  
    32693269BUGCR85293 LINUX : svg/text/foreignObject-text-clipping-bug.xml = PASS IMAGE
    32703270
    3271 // New flexbox is not yet enabled.
    3272 BUGWK62048 SKIP : css3/flexbox = PASS
    3273 
    32743271// CSS Regions support not yet enabled.
    32753272BUGWK57312 SKIP : fast/regions = PASS
     
    38773874
    38783875BUG_SENORBLANCO GPU : fast/canvas/canvas-transforms-fillRect-shadow.html = TEXT
     3876
     3877// Need to rebaseline on win and mac.
     3878BUG_TONY WIN MAC : css3/flexbox/repaint.html = PASS FAIL
     3879BUG_TONY WIN MAC : css3/flexbox/repaint-rtl-column.html = PASS FAIL
    38793880
    38803881BUGWK72149 : media/track/tracklist-is-reachable.html = TEXT
  • trunk/LayoutTests/platform/efl/Skipped

    r99517 r100292  
    18901890# ------------------------------------
    18911891
    1892 # New flexbox is not yet enabled. http://webkit.org/b/62048
    1893 css3/flexbox
    1894 
    18951892# CSS Filters support not yet enabled (needs ENABLE_CSS_FILTERS).
    18961893# https://bugs.webkit.org/show_bug.cgi?id=68469
  • trunk/LayoutTests/platform/gtk/Skipped

    r100285 r100292  
    343343http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html
    344344http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html
    345 
    346 # New flexbox is not yet enabled. http://webkit.org/b/62048
    347 css3/flexbox
    348345
    349346# CSS Regions support not yet enabled. http://webkit.org/b/57312
  • trunk/LayoutTests/platform/mac/Skipped

    r100015 r100292  
    401401webarchive/loading/mainresource-null-mimetype-crash.html
    402402
    403 # New flexbox is not yet enabled. http://webkit.org/b/62048
    404 css3/flexbox
    405 
    406403# JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540)
    407404http/tests/security/isolatedWorld/cross-origin-xhr.html
  • trunk/LayoutTests/platform/qt/Skipped

    r100285 r100292  
    155155svg/custom/manually-parsed-svg-disallowed-in-dashboard.html
    156156svg/custom/svg-disallowed-in-dashboard-object.html
    157 
    158 # New flexbox is not yet enabled. http://webkit.org/b/62048
    159 css3/flexbox
    160157
    161158# CSS Regions support not yet enabled. http://webkit.org/b/57312
  • trunk/LayoutTests/platform/win/Skipped

    r99814 r100292  
    13851385fast/dom/HTMLAnchorElement/anchor-download-unset.html
    13861386
    1387 # New flexbox is not yet enabled. http://webkit.org/b/62048
    1388 css3/flexbox
    1389 
    13901387# CSS Regions support not yet enabled. http://webkit.org/b/57312
    13911388fast/regions
  • trunk/LayoutTests/platform/wincairo/Skipped

    r99795 r100292  
    19021902fast/dom/HTMLAnchorElement/anchor-download-unset.html
    19031903
    1904 # New flexbox is not yet enabled. http://webkit.org/b/62048
    1905 css3/flexbox
    1906 
    19071904# CSS Regions support not yet enabled. http://webkit.org/b/57312
    19081905fast/regions
Note: See TracChangeset for help on using the changeset viewer.