<?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>263447</bug_id>
          
          <creation_ts>2023-10-20 09:23:16 -0700</creation_ts>
          <short_desc>REGRESSION ( Sonoma?): [ Sonoma release ] TestWebKitAPI.WKInspectorExtension.EvaluateScriptOnPage is a consistent failure</short_desc>
          <delta_ts>2023-12-12 05:58:09 -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>Web Inspector</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <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="Karl Rackler">rackler</reporter>
          <assigned_to name="Razvan Caliman">rcaliman</assigned_to>
          <cc>ggaren</cc>
    
    <cc>inspector-bugzilla-changes</cc>
    
    <cc>rcaliman</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>1986438</commentid>
    <comment_count>0</comment_count>
    <who name="Karl Rackler">rackler</who>
    <bug_when>2023-10-20 09:23:16 -0700</bug_when>
    <thetext>Description:
TestWebKitAPI.WKInspectorExtension.EvaluateScriptOnPage

Is a consistent failure on Sonoma release ToT and since bring-up.

This issue can be reproduced using the command: 
run-api-tests --release --no-build --iterations=1 TestWebKitAPI.WKInspectorExtension.EvaluateScriptOnPage

History:
https://results.webkit.org/?suite=api-tests&amp;test=TestWebKitAPI.WKInspectorExtension.EvaluateScriptOnPage

Results:
  Failed

    TestWebKitAPI.WKInspectorExtension.EvaluateScriptOnPage
        RemoteLayerTreeDrawingAreaProxyMac::scheduleDisplayLink(): page has no displayID
        RemoteLayerTreeDrawingAreaProxyMac::scheduleDisplayLink(): page has no displayID
        
        /Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtension.mm:455
        Value of: !(error)
          Actual: false
        Expected: true
        
        
        /Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtension.mm:456
        Value of: result
          Actual: false
        Expected: true
        
        
        /Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtension.mm:457
        Expected equality of these values:
          result
            Which is: 
          mainFrameSecretString
            Which is: 42-mainFrame
        
        
        /Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtension.mm:478
        Value of: !(error)
          Actual: false
        Expected: true
        
        
        /Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtension.mm:479
        Value of: result
          Actual: false
        Expected: true
        
        
        /Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtension.mm:480
        Expected equality of these values:
          result
            Which is: 
          innerFrameSecretString
            Which is: 42-innerFrame
        
        
        /Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtension.mm:491
        Value of: !(error)
          Actual: false
        Expected: true
        
        
        /Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtension.mm:492
        Value of: result
          Actual: false
        Expected: true
        
        
        /Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtension.mm:493
        Expected equality of these values:
          result
            Which is: 
          innerFrameSecretString
            Which is: 42-innerFrame</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1986439</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2023-10-20 09:23:39 -0700</bug_when>
    <thetext>&lt;rdar://problem/117265270&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1990852</commentid>
    <comment_count>2</comment_count>
    <who name="Razvan Caliman">rcaliman</who>
    <bug_when>2023-11-08 08:35:52 -0800</bug_when>
    <thetext>It was a race condition within Web Inspector frontend. I have a fix coming up.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1990869</commentid>
    <comment_count>3</comment_count>
    <who name="Razvan Caliman">rcaliman</who>
    <bug_when>2023-11-08 09:24:04 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/20173</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1998945</commentid>
    <comment_count>4</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-12-12 05:58:07 -0800</bug_when>
    <thetext>Committed 271925@main (3583b2ac96f1): &lt;https://commits.webkit.org/271925@main&gt;

Reviewed commits have been landed. Closing PR #20173 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>