Bug 208287 - [GTK] http/tests/eventsource/eventsource-page-cache-connected.html flaky timeouts
Summary: [GTK] http/tests/eventsource/eventsource-page-cache-connected.html flaky time...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-27 00:31 PST by Diego Pino
Modified: 2020-02-27 00:31 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Pino 2020-02-27 00:31:53 PST
* http/tests/eventsource/eventsource-page-cache-connected.html [ Pass Timeout ]

Diff:

--- /layout-test-results/http/tests/eventsource/eventsource-page-cache-connected-expected.txt
+++ /layout-test-results/http/tests/eventsource/eventsource-page-cache-connected-actual.txt
@@ -1,22 +1,2 @@
-Tests that a page with an EventSource that is connected can enter the PageCache.
+FAIL: Timed out waiting for notifyDone to be called

-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-pageshow - not from cache
-PASS Received open event
-PASS Received message before entering page cache
-pagehide - entering cache
-pageshow - from cache
-PASS Page did enter and was restored from the page cache
-PASS Received error event
-PASS restoredFromPageCache is true
-PASS openEventCount is 1
-PASS Received open event
-PASS Received message after restoring from page cache
-PASS openEventCount is 2
-PASS errorEventCount is 1
-PASS successfullyParsed is true
-
-TEST COMPLETE