Bug 212149

Summary: [WPE] http/tests/websocket/tests/hybi/send-after-close-on-unload.html is failing
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dpino
Priority: P2 Keywords: LayoutTestFailure
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.