<?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>221510</bug_id>
          
          <creation_ts>2021-02-05 17:36:30 -0800</creation_ts>
          <short_desc>REGRESSION (r272445): TestWebKitAPI.GPUProcess.CrashWhilePlayingVideo and TestWebKitAPI.GPUProcess.CrashWhilePlayingAudioViaCreateMediaElementSource are failing</short_desc>
          <delta_ts>2021-02-10 21:11:15 -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>New Bugs</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=221514</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="Robert Jenner">jenner</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>eric.carlson</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>1726337</commentid>
    <comment_count>0</comment_count>
    <who name="Robert Jenner">jenner</who>
    <bug_when>2021-02-05 17:36:30 -0800</bug_when>
    <thetext>TestWebKitAPI.GPUProcess.CrashWhilePlayingVideo
TestWebKitAPI.GPUProcess.CrashWhilePlayingAudioViaCreateMediaElementSource
TestWebKitAPI.MediaSessionTest.RemoteCommands

Are consistently failing APIs in MacOS. 

Failures started after changes were landed in r272445 and a new test: TestWebKitAPI.MediaSessionTest.RemoteCommands was added.

HISTORY URL:
https://results.webkit.org/?suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;test=TestWebKitAPI.GPUProcess.CrashWhilePlayingVideo&amp;test=TestWebKitAPI.GPUProcess.CrashWhilePlayingAudioViaCreateMediaElementSource&amp;test=TestWebKitAPI.MediaSessionTest.RemoteCommands

r272445 STDIO URL:
https://build.webkit.org/builders/Apple-BigSur-Release-WK1-Tests/builds/1470/steps/run-api-tests/logs/stdio

r272445 STDIO TEXT:
TestWebKitAPI.GPUProcess.CrashWhilePlayingVideo
        
        /Volumes/Data/slave/bigsur-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm:276
        Expected equality of these values:
          webViewPID
            Which is: 2563
          [webView _webProcessIdentifier]
            Which is: 2568
        
        
        /Volumes/Data/slave/bigsur-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm:282
        Value of: [webView _isPlayingAudio]
          Actual: false
        Expected: true
        
        
        /Volumes/Data/slave/bigsur-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm:285
        Expected equality of these values:
          webViewPID
            Which is: 2563
          [webView _webProcessIdentifier]
            Which is: 2568
        

    TestWebKitAPI.WebKit.GlobalPreferenceChangesUsingDefaultsWrite
        
        /Volumes/Data/slave/bigsur-release/build/Tools/TestWebKitAPI/Tests/WebKit/PreferenceChanges.mm:186
        Expected equality of these values:
          preferenceValue()
            Which is: 1
          2
        

    TestWebKitAPI.GPUProcess.CrashWhilePlayingAudioViaCreateMediaElementSource
        
        /Volumes/Data/slave/bigsur-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm:339
        Expected equality of these values:
          webViewPID
            Which is: 2553
          [webView _webProcessIdentifier]
            Which is: 2558
        
        
        /Volumes/Data/slave/bigsur-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm:347
        Value of: [webView _isPlayingAudio]
          Actual: false
        Expected: true
        
        
        /Volumes/Data/slave/bigsur-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm:351
        Expected equality of these values:
          webViewPID
            Which is: 2553
          [webView _webProcessIdentifier]
            Which is: 2558


r272448 STDIO URL:
https://build.webkit.org/builders/Apple-Catalina-Release-WK1-Tests/builds/12340/steps/run-api-tests/logs/stdio

r272448 STDIO TEXT:
TestWebKitAPI.MediaSessionTest.OnlyOneHandler
        2021-02-05 16:22:22.133 TestWebKitAPI[28351:34603705] -[__NSCFType isEnabled]: unrecognized selector sent to instance 0x7f9ab9408250
        
        File name unavailable
        Unknown C++ exception thrown in the test body.
        

    TestWebKitAPI.GPUProcess.CrashWhilePlayingVideo
        
        /Volumes/Data/slave/catalina-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm:276
        Expected equality of these values:
          webViewPID
            Which is: 34103
          [webView _webProcessIdentifier]
            Which is: 34107
        
        
        /Volumes/Data/slave/catalina-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm:282
        Value of: [webView _isPlayingAudio]
          Actual: false
        Expected: true
        
        
        /Volumes/Data/slave/catalina-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm:285
        Expected equality of these values:
          webViewPID
            Which is: 34103
          [webView _webProcessIdentifier]
            Which is: 34107
        

    TestWebKitAPI.GPUProcess.CrashWhilePlayingAudioViaCreateMediaElementSource
        
        /Volumes/Data/slave/catalina-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm:339
        Expected equality of these values:
          webViewPID
            Which is: 34093
          [webView _webProcessIdentifier]
            Which is: 34097
        
        
        /Volumes/Data/slave/catalina-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm:347
        Value of: [webView _isPlayingAudio]
          Actual: false
        Expected: true
        
        
        /Volumes/Data/slave/catalina-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm:351
        Expected equality of these values:
          webViewPID
            Which is: 34093
          [webView _webProcessIdentifier]
            Which is: 34097
        

    TestWebKitAPI.MediaSessionTest.RemoteCommands
        2021-02-05 16:22:22.596 TestWebKitAPI[28356:34603894] -[__NSCFType isEnabled]: unrecognized selector sent to instance 0x7fa73f7edd10
        
        File name unavailable
        Unknown C++ exception thrown in the test body.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1726338</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-02-05 17:38:23 -0800</bug_when>
    <thetext>&lt;rdar://problem/74048912&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1726685</commentid>
    <comment_count>2</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2021-02-08 10:02:51 -0800</bug_when>
    <thetext>It looks like https://trac.webkit.org/changeset/272456 disabled the MediaSessionTest API tests, but we&apos;re still seeing the GPUProcess tests fail on the bots.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1726871</commentid>
    <comment_count>3</comment_count>
    <who name="Eric Carlson">eric.carlson</who>
    <bug_when>2021-02-08 16:09:47 -0800</bug_when>
    <thetext>This should be fixed by r272547.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1727164</commentid>
    <comment_count>4</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2021-02-09 11:59:36 -0800</bug_when>
    <thetext>Can we confirm if this got fixed?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1727264</commentid>
    <comment_count>5</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2021-02-09 14:35:06 -0800</bug_when>
    <thetext>TestWebKitAPI.GPUProcess.CrashWhilePlayingAudioViaCreateMediaElementSource appears to be consistently passing now.

TestWebKitAPI.GPUProcess.CrashWhilePlayingVideo appears to be a flaky failure, but that may have started shortly before r272445 landed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1727948</commentid>
    <comment_count>6</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2021-02-10 21:11:15 -0800</bug_when>
    <thetext>I confirmed the TestWebKitAPI.GPUProcess.CrashWhilePlayingVideo flakiness started before. This bug can be resolved.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>