Bug 202241
Summary: | [GTK] http/tests/inspector/network/resource-timing.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alicia Boya García <aboya> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, cgarcia, yurys |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=210106 |
Alicia Boya García
http/tests/inspector/network/resource-timing.html
Failing since r249530:r249620
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/inspector/network/resource-timing-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/inspector/network/resource-timing-actual.txt
@@ -1,3 +1,6 @@
+CONSOLE MESSAGE: Response served by service worker has redirections
+CONSOLE MESSAGE: Cannot load http://127.0.0.1:8000/inspector/network/resources/redirect.php.
+CONSOLE MESSAGE: Response served by service worker has redirections
Tests that a resource has timing information.
@@ -19,8 +22,5 @@
PASS: responseEnd should come after responseStart.
-- Running test case: Resource.TimingData.Redirect
-PASS: Start time should be before redirect start time.
-PASS: Redirect start time should be before redirect end time.
-PASS: Redirect duration should be at least a few milliseconds.
-PASS: Redirect end time should be before fetch start time.
+!! TIMEOUT: took longer than 10000ms
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yury Semikhatsky
Interesting, 1000 iterations of the test pass locally with no issues. Perhaps it's a difference with the bot's environment.
Carlos Garcia Campos
This is passing since r259705.