Changeset 100319 in webkit


Ignore:
Timestamp:
Nov 15, 2011 2:17:16 PM (12 years ago)
Author:
pkasting@chromium.org
Message:

Fix expectations after r100276.
https://bugs.webkit.org/show_bug.cgi?id=72270

Some lines were commented out to avoid expectation conflicts but this
erroneously removed an expectation that some tests would fail on the
Leopard (CG) bots.

Unreviewed, gardening.

  • platform/chromium/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r100318 r100319  
     12011-11-15  Peter Kasting  <pkasting@google.com>
     2
     3        Fix expectations after r100276.
     4        https://bugs.webkit.org/show_bug.cgi?id=72270
     5       
     6        Some lines were commented out to avoid expectation conflicts but this
     7        erroneously removed an expectation that some tests would fail on the
     8        Leopard (CG) bots.
     9
     10        Unreviewed, gardening.
     11
     12        * platform/chromium/test_expectations.txt:
     13
    1142011-11-15  James Robinson  <jamesr@chromium.org>
    215
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r100317 r100319  
    14601460
    14611461// Thicker shadow than expected
    1462 //BUGCR23471 LEOPARD : fast/text/stroking.html = IMAGE
     1462BUGCR23471 LEOPARD : fast/text/stroking.html = IMAGE
    14631463
    14641464// -----------------------------------------------------------------
     
    14661466// -----------------------------------------------------------------
    14671467
    1468 // Rebaseline to take advantage of skia ColorFilter optimization
     1468// Rebaseline to take advantage of skia ColorFilter optimization.
     1469// Note that two of tests below are broken on Leopard for other reasons (search
     1470// elsewhere within this file) and thus should not be blindly rebaselined there.
    14691471BUGCR104128 CPU : fast/box-shadow/box-shadow-radius.html = IMAGE
    14701472BUGCR104128 CPU : fast/box-shadow/inset-box-shadow-radius.html = IMAGE
     
    14801482BUGCR104128 CPU : fast/repaint/text-shadow.html = IMAGE
    14811483BUGCR104128 CPU : fast/text/shadow-no-blur.html = IMAGE
    1482 BUGCR104128 CPU : fast/text/shadow-translucent-fill.html = IMAGE
     1484BUGCR104128 WIN LINUX SNOWLEOPARD CPU : fast/text/shadow-translucent-fill.html = IMAGE
    14831485BUGCR104128 CPU : fast/text/stroking-decorations.html = IMAGE
    1484 BUGCR104128 CPU : fast/text/stroking.html = IMAGE
     1486BUGCR104128 WIN LINUX SNOWLEOPARD CPU : fast/text/stroking.html = IMAGE
    14851487BUGCR104128 CPU : fast/writing-mode/english-lr-text.html = IMAGE
    14861488BUGCR104128 CPU : svg/css/group-with-shadow.svg = IMAGE
     
    30663068
    30673069BUGWK60115 LINUX WIN : fast/multicol/shadow-breaking.html = IMAGE
    3068 //BUGWK60115 LEOPARD : fast/text/shadow-translucent-fill.html = IMAGE
     3070BUGWK60115 LEOPARD : fast/text/shadow-translucent-fill.html = IMAGE
    30693071BUGWK60115 MAC CPU-CG : fast/transforms/shadows.html = PASS IMAGE
    30703072BUGWK60115 WIN : svg/css/composite-shadow-text.svg = IMAGE
Note: See TracChangeset for help on using the changeset viewer.