<?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>222055</bug_id>
          
          <creation_ts>2021-02-17 11:04:09 -0800</creation_ts>
          <short_desc>REGRESSION (r272842?): Catalina Perf tests failing due to unexpected logging</short_desc>
          <delta_ts>2021-02-17 15:55:08 -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>Other</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>221996</dup_id>
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=221996</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="Ryan Haddad">ryanhaddad</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>cdumez</cc>
    
    <cc>peng.liu6</cc>
    
    <cc>pvollan</cc>
    
    <cc>simon.fraser</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>1730397</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2021-02-17 11:04:09 -0800</bug_when>
    <thetext>It looks like the Catalina Perf bot is failing tests due to unexpected logging

Running 204 tests
Running Animation/balls.html (1 of 204)
error: Animation/balls.html
2021-02-17 09:54:19.823 com.apple.WebKit.WebContent.Development[26061:790778] IORegisterForSystemPower failed
2021-02-17 09:54:19.823 com.apple.WebKit.WebContent.Development[26061:790778] IORegisterForSystemPower failed
FAILED
Finished: 9.835657 s


https://build.webkit.org/#/builders/20/builds/120/steps/9/logs/stdio</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1730506</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-02-17 13:51:48 -0800</bug_when>
    <thetext>&lt;rdar://problem/74448592&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1730511</commentid>
    <comment_count>2</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2021-02-17 13:53:25 -0800</bug_when>
    <thetext>This did not occur on a run with https://trac.webkit.org/changeset/272840/webkit, but it did with https://trac.webkit.org/changeset/272842/webkit

Probably related to
[GPUP] Move UseGPUProcessForMediaEnabled from WebPreferencesInternal to WebPreferencesExperimental
​https://bugs.webkit.org/show_bug.cgi?id=221310
https://trac.webkit.org/changeset/272842/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1730523</commentid>
    <comment_count>3</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2021-02-17 14:15:35 -0800</bug_when>
    <thetext>The only mention of IORegisterForSystemPower in source is https://trac.webkit.org/browser/webkit/trunk/Source/WebCore/platform/mac/PowerObserverMac.cpp?rev=218615#L40, unsure how that is related to moving GPUP for Media to WebPreferencesExperimental.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1730544</commentid>
    <comment_count>4</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2021-02-17 14:40:41 -0800</bug_when>
    <thetext>Last successful: https://build.webkit.org/#/builders/20/builds/64
First failing: https://build.webkit.org/#/builders/20/builds/65</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1730545</commentid>
    <comment_count>5</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2021-02-17 14:41:08 -0800</bug_when>
    <thetext>Peng, does this regression make any sense to you?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1730568</commentid>
    <comment_count>6</comment_count>
    <who name="Peng Liu">peng.liu6</who>
    <bug_when>2021-02-17 15:02:03 -0800</bug_when>
    <thetext>Moving &quot;GPUP for Media&quot; from WebPreferencesInternal to WebPreferencesExperimental is expected to only affect WKTR. It is not likely to affect the perf bot, I think.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1730571</commentid>
    <comment_count>7</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2021-02-17 15:04:30 -0800</bug_when>
    <thetext>Maybe this was triggered by a sandboxing change?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1730608</commentid>
    <comment_count>8</comment_count>
    <who name="Peng Liu">peng.liu6</who>
    <bug_when>2021-02-17 15:55:08 -0800</bug_when>
    <thetext>Got confirmation from Per. Let&apos;s mark it as a duplicate of bug 221996.

*** This bug has been marked as a duplicate of bug 221996 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>