Changeset 265005 in webkit


Ignore:
Timestamp:
Jul 28, 2020 2:04:58 PM (4 years ago)
Author:
youenn@apple.com
Message:

Add WebRTC tests exercising H264 with various resolutions and bitrates.
https://bugs.webkit.org/show_bug.cgi?id=214867

Reviewed by Eric Carlson.

Add additional tests to better cover underlying H264 codecs.

  • TestExpectations: Mark tests as slow.
  • webrtc/h264-baseline-expected.txt: Added.
  • webrtc/h264-baseline.html: Added.
  • webrtc/h264-high-expected.txt: Added.
  • webrtc/h264-high.html: Added.
Location:
trunk/LayoutTests
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r265004 r265005  
     12020-07-28  Youenn Fablet  <youenn@apple.com>
     2
     3        Add WebRTC tests exercising H264 with various resolutions and bitrates.
     4        https://bugs.webkit.org/show_bug.cgi?id=214867
     5
     6        Reviewed by Eric Carlson.
     7
     8        Add additional tests to better cover underlying H264 codecs.
     9
     10        * TestExpectations: Mark tests as slow.
     11        * webrtc/h264-baseline-expected.txt: Added.
     12        * webrtc/h264-baseline.html: Added.
     13        * webrtc/h264-high-expected.txt: Added.
     14        * webrtc/h264-high.html: Added.
     15
    1162020-07-28  Kenneth Russell  <kbr@chromium.org>
    217
  • trunk/LayoutTests/TestExpectations

    r265004 r265005  
    19061906
    19071907webrtc/simulcast-h264.html [ Slow ]
     1908webrtc/h264-baseline.html [ Slow ]
     1909webrtc/h264-high.html [ Slow ]
    19081910
    19091911imported/w3c/web-platform-tests/webrtc/RTCRtpReceiver-getSynchronizationSources.https.html [ Slow ]
Note: See TracChangeset for help on using the changeset viewer.