Bug 149916
Summary: | REGRESSION(r188639): Several inspector tests timeout because they are slow after r188639 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | alex, bugs-noreply, clopez, dpino, fujii.hironori, magomez |
Priority: | P2 | ||
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=208000 |
Carlos Garcia Campos
I don'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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
I've marked them as slow for now in r190715
Carlos Alberto Lopez Perez
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.
Miguel Gomez
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
Miguel Gomez
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]
Alejandro G. Castro
Added more tests that are slow and causing time outs in debug for the inspector in r256915.
Diego Pino
Many other tests in inspector/unit-tests/objectStore/ are timing out. I'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,"foo",["bar"],{"a":1}]
-[]
+!! TIMEOUT: took longer than 10000ms
I'm marking the test as Fail too.
Changeset: https://trac.webkit.org/changeset/259928/webkit
Fujii Hironori
*** This bug has been marked as a duplicate of bug 208000 ***