Changeset 76356 in webkit


Ignore:
Timestamp:
Jan 21, 2011 10:09:38 AM (13 years ago)
Author:
mihaip@chromium.org
Message:

2011-01-20 Mihai Parparita <mihaip@chromium.org>

Reviewed by Eric Seidel.

[Chromium] Update expectations for compositing/geometry/limit-layer-bounds-overflow-repaint.html
https://bugs.webkit.org/show_bug.cgi?id=52860

The test hasn't had a timeout in a while, remove that expectation so
that we can more easily see if this re-occurs.

Also rebaseline for chromium-gpu-mac (it has the green as 0,128,0, just
like chromium-gpu-win and -linux, for some reason the mac expectation
has it as 17,128,4).

  • platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum: Removed.
  • platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Removed.
  • platform/chromium-gpu/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum: Renamed from LayoutTests/platform/chromium-gpu-linux/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum.
  • platform/chromium-gpu/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Renamed from LayoutTests/platform/chromium-gpu-linux/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png.
  • platform/chromium-gpu/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
2 added
2 deleted
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r76355 r76356  
     12011-01-20  Mihai Parparita  <mihaip@chromium.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        [Chromium] Update expectations for compositing/geometry/limit-layer-bounds-overflow-repaint.html
     6        https://bugs.webkit.org/show_bug.cgi?id=52860
     7       
     8        The test hasn't had a timeout in a while, remove that expectation so
     9        that we can more easily see if this re-occurs.
     10       
     11        Also rebaseline for chromium-gpu-mac (it has the green as 0,128,0, just
     12        like chromium-gpu-win and -linux, for some reason the mac expectation
     13        has it as 17,128,4).
     14
     15        * platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum: Removed.
     16        * platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Removed.
     17        * platform/chromium-gpu/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum: Renamed from LayoutTests/platform/chromium-gpu-linux/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum.
     18        * platform/chromium-gpu/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Renamed from LayoutTests/platform/chromium-gpu-linux/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png.
     19        * platform/chromium-gpu/test_expectations.txt:
     20
    1212011-01-21  Ryosuke Niwa  <rniwa@webkit.org>
    222
  • trunk/LayoutTests/platform/chromium-gpu/test_expectations.txt

    r76304 r76356  
    11// This file indicates the expectations for running Chromium under
    22// the GPU-accelerated codepaths as defined in
    3 // WebKitTools/Scripts/webkitpy/layout_tests/port/chromium_gpu.py
     3// Tools/Scripts/webkitpy/layout_tests/port/chromium_gpu.py
    44//
    55// We skip most of the tests in the repository because they don't trigger
     
    268268BUGWK47927 WIN LINUX : compositing/geometry/limit-layer-bounds-clipping-ancestor.html = TEXT
    269269
    270 BUGCR60962 WIN : compositing/geometry/limit-layer-bounds-overflow-repaint.html = TIMEOUT PASS
    271 BUGCR60962 MAC : compositing/geometry/limit-layer-bounds-overflow-repaint.html = TIMEOUT IMAGE
    272 BUGCR60962 LINUX : compositing/geometry/limit-layer-bounds-overflow-repaint.html = TIMEOUT IMAGE PASS
    273 
    274270// The following failure seems suspicious because it does not contain
    275271// any text; it seems that the layer tree should precisely match
Note: See TracChangeset for help on using the changeset viewer.