Bug 212149 - [WPE] http/tests/websocket/tests/hybi/send-after-close-on-unload.html is failing
Summary: [WPE] http/tests/websocket/tests/hybi/send-after-close-on-unload.html is failing
Status: RESOLVED FIXED
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: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2020-05-20 09:55 PDT by Zan Dobersek
Modified: 2020-10-06 03:11 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2020-05-20 09:55:28 PDT
The http/tests/websocket/tests/hybi/send-after-close-on-unload.html layout test is failing on WPE since being enabled:

--- /app/webkit/WebKitBuild/Release/layout-test-results/http/tests/websocket/tests/hybi/send-after-close-on-unload-expected.txt
+++ /app/webkit/WebKitBuild/Release/layout-test-results/http/tests/websocket/tests/hybi/send-after-close-on-unload-actual.txt
@@ -7,7 +7,7 @@
 PASS document.childWebSocket is non-null.
 PASS 'socket1' is sent to the server. unload the iframe. expect receiving 'socket1' on ws...
 PASS document.childWebSocket.send('send to closed socket') is undefined.
-PASS closedSocket is "socket1"
+FAIL closedSocket should be socket1. Was socket1: receive next message.
 PASS document.childWebSocket.readyState is 3
 PASS successfullyParsed is true
Comment 1 Diego Pino 2020-10-06 03:11:18 PDT
Test is passing since r266059.