| Summary: | [GTK] Several resourceLoadStatistics tests are failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | cgarcia, lmoura |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=210184 https://bugs.webkit.org/show_bug.cgi?id=194629 |
||
|
Description
Diego Pino
2020-04-21 07:55:35 PDT
These are not regressions, since they were skipped before. I'll check them, I think they all passed for me locally. (In reply to Diego Pino from comment #0) > The following tests started failing after r260356: > > http/tests/websocket/connection-refusal-in-frame-resource-load-statistics. > html [ Failure ] snip. > See: > https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/ > r260356%20(13404)/http/tests/websocket/connection-refusal-in-frame-resource- > load-statistics-diff.txt > > --- > /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/ > http/tests/websocket/connection-refusal-in-frame-resource-load-statistics- > expected.txt > +++ > /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/ > http/tests/websocket/connection-refusal-in-frame-resource-load-statistics- > actual.txt > @@ -1,4 +1,4 @@ > -CONSOLE MESSAGE: WebSocket connection to 'ws://localhost/' failed: > Unexpected response code: 200 > +CONSOLE MESSAGE: The server did not accept the WebSocket handshake. > Construct a cross-site WebSocket in a frame with server-side refusal. The > test passes if Resource Load Statistics logs it properly. > > On success, you will see a series of "PASS" messages, followed by "TEST > COMPLETE". This one was due to an obsolete console message. Rebaselined in bug194629 / r260495 |