Bug 202241 - [GTK] http/tests/inspector/network/resource-timing.html is failing
Summary: [GTK] http/tests/inspector/network/resource-timing.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-25 14:23 PDT by Alicia Boya García
Modified: 2020-04-08 02:30 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alicia Boya García 2019-09-25 14:23:26 PDT
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
Comment 1 Yury Semikhatsky 2019-10-22 16:40:19 PDT
Interesting, 1000 iterations of the test pass locally with no issues. Perhaps it's a difference with the bot's environment.
Comment 2 Carlos Garcia Campos 2020-04-08 02:30:37 PDT
This is passing since r259705.