<?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>174991</bug_id>
          
          <creation_ts>2017-07-31 13:27:20 -0700</creation_ts>
          <short_desc>REGRESSION (r219992-219998): Speedometer fails</short_desc>
          <delta_ts>2017-08-01 10:29:12 -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>WebKit Misc.</component>
          <version>Other</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</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>
          <dependson>175004</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Alexey Proskuryakov">ap</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>addyo</cc>
    
    <cc>jlewis3</cc>
    
    <cc>mathias</cc>
    
    <cc>rniwa</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1333516</commentid>
    <comment_count>0</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2017-07-31 13:27:20 -0700</bug_when>
    <thetext>Speedometer has started to fail every time on the perf bot:

Running Speedometer (181 of 181)
timeout: Speedometer
FAILED
Finished: 605.017019 s</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1333523</commentid>
    <comment_count>1</comment_count>
    <who name="Mathias Bynens">mathias</who>
    <bug_when>2017-07-31 13:53:10 -0700</bug_when>
    <thetext>Do we have any more information on what’s going wrong exactly, or on how the perf bot runs Speedometer exactly?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1333552</commentid>
    <comment_count>2</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2017-07-31 14:54:41 -0700</bug_when>
    <thetext>I do not. Ryosuke likely knows more.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1333598</commentid>
    <comment_count>3</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2017-07-31 16:35:07 -0700</bug_when>
    <thetext>Probably https://trac.webkit.org/changeset/219993.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1333600</commentid>
    <comment_count>4</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2017-07-31 16:35:40 -0700</bug_when>
    <thetext>Tools/Scripts/run-perf-tests PerformanceTests/Speedometer/ to run the test.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1333602</commentid>
    <comment_count>5</comment_count>
    <who name="Mathias Bynens">mathias</who>
    <bug_when>2017-07-31 16:38:40 -0700</bug_when>
    <thetext>One thing I noticed is that https://trac.webkit.org/changeset/219993/webkit#file2 added &lt;base href=&quot;/&quot;&gt; to PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/dist/index.html.

That line wasn’t there before, despite it being part of the corresponding src/index.html file (https://trac.webkit.org/changeset/219993/webkit#file15).

Was this line manually removed after building previously? If so, we should just remove it from src/index.html.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1333603</commentid>
    <comment_count>6</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2017-07-31 16:40:04 -0700</bug_when>
    <thetext>(In reply to Mathias Bynens from comment #5)
&gt; One thing I noticed is that
&gt; https://trac.webkit.org/changeset/219993/webkit#file2 added &lt;base href=&quot;/&quot;&gt;
&gt; to
&gt; PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/
&gt; dist/index.html.
&gt; 
&gt; That line wasn’t there before, despite it being part of the corresponding
&gt; src/index.html file (https://trac.webkit.org/changeset/219993/webkit#file15).
&gt; 
&gt; Was this line manually removed after building previously? If so, we should
&gt; just remove it from src/index.html.

We should do that although I&apos;m not certain it would completely fix it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1333611</commentid>
    <comment_count>7</comment_count>
    <who name="Mathias Bynens">mathias</who>
    <bug_when>2017-07-31 17:02:23 -0700</bug_when>
    <thetext>(In reply to Ryosuke Niwa from comment #6)
&gt; (In reply to Mathias Bynens from comment #5)
&gt; &gt; One thing I noticed is that
&gt; &gt; https://trac.webkit.org/changeset/219993/webkit#file2 added &lt;base href=&quot;/&quot;&gt;
&gt; &gt; to
&gt; &gt; PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/
&gt; &gt; dist/index.html.
&gt; &gt; 
&gt; &gt; That line wasn’t there before, despite it being part of the corresponding
&gt; &gt; src/index.html file (https://trac.webkit.org/changeset/219993/webkit#file15).
&gt; &gt; 
&gt; &gt; Was this line manually removed after building previously? If so, we should
&gt; &gt; just remove it from src/index.html.
&gt; 
&gt; We should do that although I&apos;m not certain it would completely fix it.

Patch: https://bugs.webkit.org/show_bug.cgi?id=175004</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1333838</commentid>
    <comment_count>8</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2017-08-01 10:28:13 -0700</bug_when>
    <thetext>That fixed it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1333840</commentid>
    <comment_count>9</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2017-08-01 10:29:12 -0700</bug_when>
    <thetext>&lt;rdar://problem/33656691&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>