Changeset 107452 in webkit


Ignore:
Timestamp:
Feb 10, 2012 3:53:54 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Add keyframes to LayoutTests/media/content/test.ogv to hasten test completion & avoid timeouts.
https://bugs.webkit.org/show_bug.cgi?id=78058

Patch by Ami Fischman <fischman@chromium.org> on 2012-02-10
Reviewed by Eric Carlson.
File was created with ffmpeg2theora v0.24, command-line:
ffmpeg2theora --no-upscaling --no-skeleton -e 6.02 -K 21 test.mp4 -o test.ogv
The important bit was the addition of "-K 21" to force keyframe creation.
The other flags are important to minimize breakage of tests that hardcode
expectations like "the first 100k will contain the metadata" etc.

Before this, seeking to 5.6s would use the (only) keyframe at 2.4s and
have to decode all the way forward from there, which would be sometimes
timeout (presumably on overloaded bots).

  • media/content/test.ogv:
  • platform/chromium/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r107450 r107452  
     12012-02-10  Ami Fischman  <fischman@chromium.org>
     2
     3        Add keyframes to LayoutTests/media/content/test.ogv to hasten test completion & avoid timeouts.
     4        https://bugs.webkit.org/show_bug.cgi?id=78058
     5
     6        Reviewed by Eric Carlson.
     7        File was created with ffmpeg2theora v0.24, command-line:
     8        ffmpeg2theora --no-upscaling --no-skeleton -e 6.02 -K 21 test.mp4 -o test.ogv
     9        The important bit was the addition of "-K 21" to force keyframe creation.
     10        The other flags are important to minimize breakage of tests that hardcode
     11        expectations like "the first 100k will contain the metadata" etc.
     12
     13        Before this, seeking to 5.6s would use the (only) keyframe at 2.4s and
     14        have to decode all the way forward from there, which would be sometimes
     15        timeout (presumably on overloaded bots).
     16
     17        * media/content/test.ogv:
     18        * platform/chromium/test_expectations.txt:
     19
    1202012-02-10  Adam Langley  <agl@chromium.org>
    221
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r107448 r107452  
    24562456BUG_DRT : http/tests/misc/slow-loading-image-in-pattern.html = IMAGE
    24572457
    2458 // BUGCR59415 : cannot repro the flakiness
    2459 BUGCR59415 WIN : media/video-loop.html = PASS TIMEOUT TEXT
    2460 
    24612458// This test needs enhanced eventSender.contextMenu() return value.
    24622459// See https://bugs.webkit.org/show_bug.cgi?id=45021 for more info.
     
    26752672
    26762673// Accelerated 2d for mac isn't supported yet, so SKIP this test for now.
    2677 BUGCR74979 SKIP MAC GPU : media/video-canvas-alpha.html = IMAGE
     2674// Uncomment when rebaselining for BUGWK78367.
     2675// BUGCR74979 SKIP MAC GPU : media/video-canvas-alpha.html = IMAGE
    26782676
    26792677BUGWK55968 MAC : compositing/webgl/webgl-nonpremultiplied-blend.html = IMAGE IMAGE+TEXT
     
    40174015// Started to fail after r107349.
    40184016BUGWK78331 : editing/spelling/spelling-marker-description.html = TEXT
     4017
     4018// Need rebaselining.
     4019BUGWK78367 : media/controls-after-reload.html = IMAGE
     4020BUGWK78367 : media/controls-strict.html = IMAGE
     4021BUGWK78367 : media/controls-styling.html = IMAGE
     4022BUGWK78367 : media/controls-without-preload.html = IMAGE
     4023BUGWK78367 : media/video-aspect-ratio.html = IMAGE
     4024// Uncomment BUGCR74979 entry above when rebaselining removes the next expectation.
     4025BUGWK78367 : media/video-canvas-alpha.html = IMAGE
     4026BUGWK78367 : media/video-display-toggle.html = IMAGE
     4027BUGWK78367 : media/video-layer-crash.html = IMAGE
     4028BUGWK78367 : media/video-playing-and-pause.html = IMAGE
     4029BUGWK78367 : media/video-transformed.html = IMAGE
     4030BUGWK78367 : media/video-volume-slider.html = IMAGE
     4031BUGWK78367 : media/video-zoom-controls.html = IMAGE
     4032BUGWK78367 : media/video-zoom.html = IMAGE
Note: See TracChangeset for help on using the changeset viewer.