<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>206895</bug_id>
          
          <creation_ts>2020-01-28 11:14:37 -0800</creation_ts>
          <short_desc>REGRESSION: ( r255217 ) [ Catalina wk2 ] platform/mac/media/mediacapabilities/hevc-decodingInfo-hdr.html is failing</short_desc>
          <delta_ts>2020-01-28 15:22:02 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit2</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=206906</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Truitt Savell">tsavell</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bfulgham</cc>
    
    <cc>pvollan</cc>
    
    <cc>ryanhaddad</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1612076</commentid>
    <comment_count>0</comment_count>
    <who name="Truitt Savell">tsavell</who>
    <bug_when>2020-01-28 11:14:37 -0800</bug_when>
    <thetext>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&amp;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: &apos;media-source&apos;, video: { contentType: &apos;video/mp4; codecs=&quot;hvc1.2.4.H153.B0&quot;&apos;, height: 720, bitrate: 800000, width: 1280, framerate: 24.5 }});)
 Promise resolved OK
-EXPECTED (info.supported == &apos;true&apos;) OK
+EXPECTED (info.supported == &apos;true&apos;), OBSERVED &apos;false&apos; FAIL
 EXPECTED (info.supportedConfiguration.video.hdrMetadataType == &apos;null&apos;) OK
 RUN(promise = navigator.mediaCapabilities.decodingInfo({ type: &apos;media-source&apos;, video: { contentType: &apos;video/mp4; codecs=&quot;hvc1.2.4.H153.B0&quot;&apos;, height: 720, bitrate: 1000, width: 1280, framerate: 24.5, hdrMetadataType: &apos;smpteSt2086&apos;, transferFunction: &apos;pq&apos; }});)
 Promise resolved OK
-EXPECTED (info.supported == &apos;true&apos;) OK
+EXPECTED (info.supported == &apos;true&apos;), OBSERVED &apos;false&apos; FAIL
 EXPECTED (info.supportedConfiguration.video.hdrMetadataType == &apos;smpteSt2086&apos;) OK
 RUN(promise = navigator.mediaCapabilities.decodingInfo({ type: &apos;media-source&apos;, video: { contentType: &apos;video/mp4; codecs=&quot;avc1.640028&quot;&apos;, height: 720, bitrate: 1000, width: 1280, framerate: 24.5, hdrMetadataType: &apos;smpteSt2086&apos;, transferFunction: &apos;pq&apos; }});)
 Promise resolved OK</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1612077</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2020-01-28 11:15:08 -0800</bug_when>
    <thetext>&lt;rdar://problem/58962320&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1612085</commentid>
    <comment_count>2</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2020-01-28 11:27:33 -0800</bug_when>
    <thetext>*** Bug 206892 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1612101</commentid>
    <comment_count>3</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2020-01-28 12:04:33 -0800</bug_when>
    <thetext>It looks like our Catalina bots still need this access. I&apos;ll upload a fix shortly.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1612162</commentid>
    <comment_count>4</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2020-01-28 14:13:33 -0800</bug_when>
    <thetext>Committed r255310: &lt;https://trac.webkit.org/changeset/255310/webkit&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>