<?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>149916</bug_id>
          
          <creation_ts>2015-10-08 00:21:15 -0700</creation_ts>
          <short_desc>REGRESSION(r188639): Several inspector tests timeout because they are slow after r188639</short_desc>
          <delta_ts>2021-03-01 23:01:10 -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>WebKitGTK</component>
          <version>WebKit Local Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>208000</dup_id>
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=208000</see_also>
          <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="Carlos Garcia Campos">cgarcia</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>alex</cc>
    
    <cc>bugs-noreply</cc>
    
    <cc>clopez</cc>
    
    <cc>dpino</cc>
    
    <cc>fujii</cc>
    
    <cc>magomez</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1131561</commentid>
    <comment_count>0</comment_count>
    <who name="Carlos Garcia Campos">cgarcia</who>
    <bug_when>2015-10-08 00:21:15 -0700</bug_when>
    <thetext>I don&apos;t know why they are so slow in GTK+ port, but they are timing out in the bots, and they all pass when running them with no timeouts.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1131570</commentid>
    <comment_count>1</comment_count>
    <who name="Carlos Garcia Campos">cgarcia</who>
    <bug_when>2015-10-08 00:34:56 -0700</bug_when>
    <thetext>I&apos;ve marked them as slow for now in r190715</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1161093</commentid>
    <comment_count>2</comment_count>
    <who name="Carlos Alberto Lopez Perez">clopez</who>
    <bug_when>2016-02-01 16:03:33 -0800</bug_when>
    <thetext>I have added a bunch more of inspector tests on http://trac.webkit.org/changeset/195986 that only pass if marked as slow. Specially on the debug build.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1482939</commentid>
    <comment_count>3</comment_count>
    <who name="Miguel Gomez">magomez</who>
    <bug_when>2018-11-29 07:28:29 -0800</bug_when>
    <thetext>inspector/css/getAllStyleSheets.html [ Failure Pass ]

This test is now flaky. The first fail was detected on r238372, which is not related to the webinspector, so the problem must come from a close revision.

When it fails, this is the diff:
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/inspector/css/getAllStyleSheets-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/inspector/css/getAllStyleSheets-actual.txt
@@ -1,5 +1,9 @@
 Test CSS.getAllStyleSheets returns expected information for different style sheet sources.
 
+ERROR: Received a command response without a corresponding callback or promise. [object Object] 
+ERROR: Received a command response without a corresponding callback or promise. [object Object] 
+ERROR: Received a command response without a corresponding callback or promise. [object Object] 
+ERROR: Received a command response without a corresponding callback or promise. [object Object] 
 PASS: There should be four stylesheets.
 
 URL: inspector/css/resources/external.css</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1493280</commentid>
    <comment_count>4</comment_count>
    <who name="Miguel Gomez">magomez</who>
    <bug_when>2019-01-10 06:58:29 -0800</bug_when>
    <thetext>inspector/css/createStyleSheet.html is now flaky failure/pass.

When it fails, this can be seen on stderr

resource:///org/webkit/inspector/UserInterface/TestCombined.js:6656:23: CONSOLE ERROR 121 multi [object Map]
resource:///org/webkit/inspector/UserInterface/TestCombined.js:6656:23: CONSOLE ERROR 120 page-1 [object Map]


Also, inspector/css/css-property.html is flaky failure/pass as well, with a similar stderr output

resource:///org/webkit/inspector/UserInterface/TestCombined.js:6656:23: CONSOLE ERROR 107 multi [object Map]
resource:///org/webkit/inspector/UserInterface/TestCombined.js:6656:23: CONSOLE ERROR 106 page-1 [object Map]
resource:///org/webkit/inspector/UserInterface/TestCombined.js:6656:23: CONSOLE ERROR 109 multi [object Map]
resource:///org/webkit/inspector/UserInterface/TestCombined.js:6656:23: CONSOLE ERROR 108 page-1 [object Map]</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1620590</commentid>
    <comment_count>5</comment_count>
    <who name="Alejandro G. Castro">alex</who>
    <bug_when>2020-02-19 02:33:58 -0800</bug_when>
    <thetext>Added more tests that are slow and causing time outs in debug for the inspector in r256915.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1640532</commentid>
    <comment_count>6</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2020-04-11 07:08:48 -0700</bug_when>
    <thetext>Many other tests in inspector/unit-tests/objectStore/ are timing out. I&apos;m marking them as Slow too. In addition, some times the inspector/unit-tests/objectStore/clear.html times out but produces a text failure (See: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r259779%20(13258)/inspector/unit-tests/objectStore/clear-diff.txt)

Diff:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/inspector/unit-tests/objectStore/clear-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/inspector/unit-tests/objectStore/clear-actual.txt
@@ -7,6 +7,5 @@
 []
 
 -- Running test case: WI.ObjectStore.prototype.clear.NotEmpty
-[true,1,&quot;foo&quot;,[&quot;bar&quot;],{&quot;a&quot;:1}]
-[]
+!! TIMEOUT: took longer than 10000ms

I&apos;m marking the test as Fail too.

Changeset: https://trac.webkit.org/changeset/259928/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1734769</commentid>
    <comment_count>7</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2021-03-01 23:01:10 -0800</bug_when>
    <thetext>

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

    </bug>

</bugzilla>