<?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>90488</bug_id>
          
          <creation_ts>2012-07-03 12:05:01 -0700</creation_ts>
          <short_desc>Inspector tests are slow</short_desc>
          <delta_ts>2014-12-17 16:30:58 -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>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Tony Chang">tony</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>achicu</cc>
    
    <cc>adamk</cc>
    
    <cc>burg</cc>
    
    <cc>dominicc</cc>
    
    <cc>kbr</cc>
    
    <cc>loislo</cc>
    
    <cc>pfeldman</cc>
    
    <cc>toyoshim</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>662419</commentid>
    <comment_count>0</comment_count>
    <who name="Tony Chang">tony</who>
    <bug_when>2012-07-03 12:05:01 -0700</bug_when>
    <thetext>This was noticed when we switched from test shell to DRT in chromium. There might be an unnecessary slowness in DRT (maybe we can cache the inspector?) or some other low hanging fruit.

All inspector tests are currently marked as slow in LayoutTests/platform/chromium/TestExpectations.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>667248</commentid>
    <comment_count>1</comment_count>
    <who name="Alexandru Chiculita">achicu</who>
    <bug_when>2012-07-11 17:40:20 -0700</bug_when>
    <thetext>It&apos;s not slow, it&apos;s just not loading at all because it tries to load the devtools.html from the wrong place.

On my machine it tries the following url, but the inspector is not there. Copying it from src/out/Release/resources seems to fix the issue.

src/out/Release/DumpRenderTree.app/Contents/MacOS/resources/inspector/devtools.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>667896</commentid>
    <comment_count>2</comment_count>
    <who name="Tony Chang">tony</who>
    <bug_when>2012-07-12 09:53:04 -0700</bug_when>
    <thetext>(In reply to comment #1)

&gt; src/out/Release/DumpRenderTree.app/Contents/MacOS/resources/inspector/devtools.html

We don&apos;t currently run inspector tests on Chromium Mac.  Search for BUGCR89357 in TestExpectations.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>687763</commentid>
    <comment_count>3</comment_count>
    <who name="Takashi Toyoshima">toyoshim</who>
    <bug_when>2012-08-05 22:19:03 -0700</bug_when>
    <thetext>FYI, database-structure.html starts to crash recently.
I filed another bug; https://bugs.webkit.org/show_bug.cgi?id=93225</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>699727</commentid>
    <comment_count>4</comment_count>
    <who name="Kenneth Russell">kbr</who>
    <bug_when>2012-08-20 11:25:13 -0700</bug_when>
    <thetext>Seeing http/tests/inspector/network-preflight-options.html start to time out on Windows Release as well. See:

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&amp;tests=http%2Ftests%2Finspector%2Fnetwork-preflight-options.html
http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Win/builds/16909

Marking this test slow in Release mode in TestExpectations as well.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>699757</commentid>
    <comment_count>5</comment_count>
    <who name="Kenneth Russell">kbr</who>
    <bug_when>2012-08-20 11:56:23 -0700</bug_when>
    <thetext>Committed r126049: &lt;http://trac.webkit.org/changeset/126049&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>787441</commentid>
    <comment_count>6</comment_count>
    <who name="Adam Klein">adamk</who>
    <bug_when>2012-12-10 10:01:51 -0800</bug_when>
    <thetext>Another single test that always times out in Win/Mac debug: inspector/styles/styles-computed-trace.html.

http://trac.webkit.org/changeset/137156 tried to remove the expectations entirely, and succeeded on Linux (test now passes in about 30s on Linux debug), but it still always times out on Win/Mac, so I re-added those expectations in http://trac.webkit.org/changeset/137174.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>807914</commentid>
    <comment_count>7</comment_count>
    <who name="Dominic Cooney">dominicc</who>
    <bug_when>2013-01-15 18:39:58 -0800</bug_when>
    <thetext>Also inspector/extensions/extensions-reload.html is flakily slow on Win Release:

&lt;http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=inspector%2Fextensions%2Fextensions-reload.html&gt;

Added expectations in r139820.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>807921</commentid>
    <comment_count>8</comment_count>
    <who name="Dominic Cooney">dominicc</who>
    <bug_when>2013-01-15 18:47:30 -0800</bug_when>
    <thetext>Retitling this because a couple of Win release tests are discussed here.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>