<?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>177880</bug_id>
          
          <creation_ts>2017-10-04 10:09:15 -0700</creation_ts>
          <short_desc>3 poly-proto JSC tests timing out on debug after r222827</short_desc>
          <delta_ts>2017-10-09 11:37:33 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</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="Ryan Haddad">ryanhaddad</reporter>
          <assigned_to name="Saam Barati">saam</assigned_to>
          <cc>fpizlo</cc>
    
    <cc>jlewis3</cc>
    
    <cc>saam</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1356478</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2017-10-04 10:09:15 -0700</bug_when>
    <thetext>The following tests are timing out on Debug JSC bots after http://trac.webkit.org/changeset/222827

microbenchmarks/poly-proto-access.js.ftl-no-cjit-small-pool
typeProfiler.yaml/typeProfiler/deltablue-for-of.js.ftl-type-profiler-force-poly-proto-ftl-eager
typeProfiler.yaml/typeProfiler/getter-richards.js.ftl-type-profiler-force-poly-proto-ftl-eager

https://build.webkit.org/builders/Apple%20High%20Sierra%20Debug%20JSC%20%28Tests%29/builds/36</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1356549</commentid>
    <comment_count>1</comment_count>
    <who name="Saam Barati">saam</who>
    <bug_when>2017-10-04 11:44:44 -0700</bug_when>
    <thetext>I&apos;ll look into this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1356560</commentid>
    <comment_count>2</comment_count>
    <who name="Saam Barati">saam</who>
    <bug_when>2017-10-04 11:57:02 -0700</bug_when>
    <thetext>landed a change to make the tests run for less time in:
https://trac.webkit.org/changeset/222866/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1356563</commentid>
    <comment_count>3</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2017-10-04 11:58:57 -0700</bug_when>
    <thetext>&lt;rdar://problem/34817122&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1357051</commentid>
    <comment_count>4</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2017-10-05 09:43:50 -0700</bug_when>
    <thetext>(In reply to Saam Barati from comment #2)
&gt; landed a change to make the tests run for less time in:
&gt; https://trac.webkit.org/changeset/222866/webkit

These two tests are still timing out after this change:
typeProfiler.yaml/typeProfiler/deltablue-for-of.js.ftl-type-profiler-force-poly-proto-ftl-eager
typeProfiler.yaml/typeProfiler/getter-richards.js.ftl-type-profiler-force-poly-proto-ftl-eager

https://build.webkit.org/builders/Apple%20High%20Sierra%20Debug%20JSC%20%28Tests%29/builds/42</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1357056</commentid>
    <comment_count>5</comment_count>
    <who name="Saam Barati">saam</who>
    <bug_when>2017-10-05 10:00:07 -0700</bug_when>
    <thetext>Looking into it</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1357060</commentid>
    <comment_count>6</comment_count>
    <who name="Saam Barati">saam</who>
    <bug_when>2017-10-05 10:18:56 -0700</bug_when>
    <thetext>second attempt at fix landed in:
https://trac.webkit.org/changeset/222914/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1357597</commentid>
    <comment_count>7</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2017-10-06 09:07:17 -0700</bug_when>
    <thetext>These tests are still timing out:
https://build.webkit.org/builders/Apple%20High%20Sierra%20Debug%20JSC%20%28Tests%29/builds/45</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1358152</commentid>
    <comment_count>8</comment_count>
    <who name="Saam Barati">saam</who>
    <bug_when>2017-10-08 17:41:29 -0700</bug_when>
    <thetext>Let me try to make them run for even less time.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1358153</commentid>
    <comment_count>9</comment_count>
    <who name="Saam Barati">saam</who>
    <bug_when>2017-10-08 17:45:15 -0700</bug_when>
    <thetext>(In reply to Saam Barati from comment #8)
&gt; Let me try to make them run for even less time.

ok, hopefully third time is the charm:
https://trac.webkit.org/changeset/223037/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1358250</commentid>
    <comment_count>10</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2017-10-09 09:42:32 -0700</bug_when>
    <thetext>(In reply to Saam Barati from comment #9)
&gt; (In reply to Saam Barati from comment #8)
&gt; &gt; Let me try to make them run for even less time.
&gt; 
&gt; ok, hopefully third time is the charm:
&gt; https://trac.webkit.org/changeset/223037/webkit
No luck :(

https://build.webkit.org/builders/Apple%20El%20Capitan%20Debug%20JSC%20%28Tests%29/builds/1338

https://build.webkit.org/builders/Apple%20High%20Sierra%2032-bit%20JSC%20%28BuildAndTest%29/builds/122</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1358309</commentid>
    <comment_count>11</comment_count>
    <who name="Saam Barati">saam</who>
    <bug_when>2017-10-09 11:31:43 -0700</bug_when>
    <thetext>(In reply to Ryan Haddad from comment #10)
&gt; (In reply to Saam Barati from comment #9)
&gt; &gt; (In reply to Saam Barati from comment #8)
&gt; &gt; &gt; Let me try to make them run for even less time.
&gt; &gt; 
&gt; &gt; ok, hopefully third time is the charm:
&gt; &gt; https://trac.webkit.org/changeset/223037/webkit
&gt; No luck :(
&gt; 
&gt; https://build.webkit.org/builders/
&gt; Apple%20El%20Capitan%20Debug%20JSC%20%28Tests%29/builds/1338
&gt; 
&gt; https://build.webkit.org/builders/Apple%20High%20Sierra%2032-
&gt; bit%20JSC%20%28BuildAndTest%29/builds/122

Ok. I&apos;m going to skip these tests on debug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1358314</commentid>
    <comment_count>12</comment_count>
    <who name="Saam Barati">saam</who>
    <bug_when>2017-10-09 11:37:33 -0700</bug_when>
    <thetext>skipped in:
https://trac.webkit.org/changeset/223056/webkit</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>