<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - Failed to run SunSpider 1.0.2 in Chrome"
   href="https://bugs.webkit.org/show_bug.cgi?id=137139#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - Failed to run SunSpider 1.0.2 in Chrome"
   href="https://bugs.webkit.org/show_bug.cgi?id=137139">bug 137139</a>
              from <span class="vcard"><a class="email" href="mailto:dewei_zhu&#64;apple.com" title="dewei_zhu&#64;apple.com">dewei_zhu&#64;apple.com</a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=238795&amp;action=diff" name="attach_238795" title="Patch">attachment 238795</a> <a href="attachment.cgi?id=238795&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=238795&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=238795&amp;action=review</a>

<span class="quote">&gt;&gt; PerformanceTests/SunSpider/ChangeLog:11
&gt;&gt; +        results.html.
&gt; 
&gt; I don't buy this.  To my understanding, Chrome doesn't do it this way.</span >

Correct me if I'm wrong. According to our observation, the problem is that we are loading sub-resources (&lt;link rel=&quot;stylesheet&quot; href=&quot;../sunspider.css&quot;&gt;)  in the tests. This will trigger a separate thread loading the resource. And next round could happen before resource loading is finished.
I submitted a related patch for benchmark automation. <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Update Sunspider to resume SunSpider coverage."
   href="show_bug.cgi?id=152938">https://bugs.webkit.org/show_bug.cgi?id=152938</a>
Solution proposed by this patch is one of the options when we tried to fix this. But since 'sunspider.css' is not used, and changing the the way runs the test sounds more risky, we decide to remove those resource in the tests.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>