Bug 206895 - REGRESSION: ( r255217 ) [ Catalina wk2 ] platform/mac/media/mediacapabilities/hevc-decodingInfo-hdr.html is failing
Summary: REGRESSION: ( r255217 ) [ Catalina wk2 ] platform/mac/media/mediacapabilities...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
: 206892 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-01-28 11:14 PST by Truitt Savell
Modified: 2020-01-28 15:22 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Truitt Savell 2020-01-28 11:14:37 PST
platform/mac/media/mediacapabilities/hevc-decodingInfo-hdr.html

this test started failing after the changes in https://trac.webkit.org/changeset/255217/webkit

History:
https://results.webkit.org/?suite=layout-tests&test=platform%2Fmac%2Fmedia%2Fmediacapabilities%2Fhevc-decodingInfo-hdr.html

Diff:
--- /Volumes/Data/slave/catalina-debug-tests-wk2/build/layout-test-results/platform/mac/media/mediacapabilities/hevc-decodingInfo-hdr-expected.txt
+++ /Volumes/Data/slave/catalina-debug-tests-wk2/build/layout-test-results/platform/mac/media/mediacapabilities/hevc-decodingInfo-hdr-actual.txt
@@ -2,11 +2,11 @@
 RUN(internals.settings.setHDRMediaCapabilitiesEnabled(true))
 RUN(promise = navigator.mediaCapabilities.decodingInfo({ type: 'media-source', video: { contentType: 'video/mp4; codecs="hvc1.2.4.H153.B0"', height: 720, bitrate: 800000, width: 1280, framerate: 24.5 }});)
 Promise resolved OK
-EXPECTED (info.supported == 'true') OK
+EXPECTED (info.supported == 'true'), OBSERVED 'false' FAIL
 EXPECTED (info.supportedConfiguration.video.hdrMetadataType == 'null') OK
 RUN(promise = navigator.mediaCapabilities.decodingInfo({ type: 'media-source', video: { contentType: 'video/mp4; codecs="hvc1.2.4.H153.B0"', height: 720, bitrate: 1000, width: 1280, framerate: 24.5, hdrMetadataType: 'smpteSt2086', transferFunction: 'pq' }});)
 Promise resolved OK
-EXPECTED (info.supported == 'true') OK
+EXPECTED (info.supported == 'true'), OBSERVED 'false' FAIL
 EXPECTED (info.supportedConfiguration.video.hdrMetadataType == 'smpteSt2086') OK
 RUN(promise = navigator.mediaCapabilities.decodingInfo({ type: 'media-source', video: { contentType: 'video/mp4; codecs="avc1.640028"', height: 720, bitrate: 1000, width: 1280, framerate: 24.5, hdrMetadataType: 'smpteSt2086', transferFunction: 'pq' }});)
 Promise resolved OK
Comment 1 Radar WebKit Bug Importer 2020-01-28 11:15:08 PST
<rdar://problem/58962320>
Comment 2 Ryan Haddad 2020-01-28 11:27:33 PST
*** Bug 206892 has been marked as a duplicate of this bug. ***
Comment 3 Brent Fulgham 2020-01-28 12:04:33 PST
It looks like our Catalina bots still need this access. I'll upload a fix shortly.
Comment 4 Brent Fulgham 2020-01-28 14:13:33 PST
Committed r255310: <https://trac.webkit.org/changeset/255310/webkit>