Changeset 92483 in webkit


Ignore:
Timestamp:
Aug 5, 2011 9:56:48 AM (13 years ago)
Author:
rniwa@webkit.org
Message:

compositing/video/video-background-color.html test does not produce correct output
https://bugs.webkit.org/show_bug.cgi?id=55519

Unreviewed.

Chromium doesn't support video codecs that support alpha, so stop
running (and failing) a test that depends on codecs supporting alpha.

Patch by Ami Fischman <fischman@chromium.org> on 2011-08-05

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r92480 r92483  
     12011-08-05  Ami Fischman  <fischman@chromium.org>
     2
     3        compositing/video/video-background-color.html test does not produce correct output
     4        https://bugs.webkit.org/show_bug.cgi?id=55519
     5
     6        Unreviewed.
     7       
     8        Chromium doesn't support video codecs that support alpha, so stop
     9        running (and failing) a test that depends on codecs supporting alpha.
     10
     11        * platform/chromium/test_expectations.txt:
     12
    1132011-08-05  Yael Aharon  <yael.aharon@nokia.com>
    214
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r92466 r92483  
    455455// Pre-HTML5 parser quirks only apply to the mac port for now.
    456456WONTFIX SKIP : fast/parser/pre-html5-parser-quirks.html = FAIL
     457
     458// Chromium's video codecs don't support alpha information encoded in the video
     459// data, so this test is not applicable.
     460BUGWK55519 WONTFIX SKIP : compositing/video/video-background-color.html = FAIL
    457461
    458462// -----------------------------------------------------------------
     
    26482652// Will need windows and linux baselines
    26492653BUGWK58182 GPU : compositing/images/content-image-change.html = PASS FAIL
    2650 
    2651 // The picture does not match the video in the test.
    2652 BUGWK55519 LINUX WIN GPU : compositing/video/video-background-color.html = IMAGE+TEXT
    2653 BUGWK55519 MAC GPU : compositing/video/video-background-color.html = IMAGE
    26542654
    26552655BUGWK47923 GPU : compositing/geometry/limit-layer-bounds-opacity-transition.html = TIMEOUT
Note: See TracChangeset for help on using the changeset viewer.