Bug 177872

Summary: [WPE] http/wpt/fetch/response-status-text.html is failing
Product: WebKit Reporter: Zan Dobersek <zan>
Component: WPE WebKitAssignee: Ms2ger (he/him; ⌚ UTC+1/+2) <Ms2ger>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, commit-queue, Ms2ger
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Zan Dobersek 2017-10-04 08:00:13 PDT
The http/wpt/fetch/response-status-text.html layout test is failing on WPE:

--- /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/http/wpt/fetch/response-status-text-expected.txt
+++ /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/http/wpt/fetch/response-status-text-actual.txt
@@ -1,6 +1,6 @@
 
 PASS Normal status text. 
-PASS Abnormal status text. 
-PASS Empty status text. 
+FAIL Abnormal status text. promise_test: Unhandled rejection with value: object "TypeError: Message Corrupt"
+FAIL Empty status text. promise_test: Unhandled rejection with value: object "TypeError: Message Corrupt"
 PASS Garbage status line. 
 

Probably this is libsoup ignoring unrecognized status texts.
Comment 1 Ms2ger (he/him; ⌚ UTC+1/+2) 2018-02-07 08:28:39 PST
Created attachment 333288 [details]
Patch
Comment 2 WebKit Commit Bot 2018-02-07 09:18:45 PST
Comment on attachment 333288 [details]
Patch

Clearing flags on attachment: 333288

Committed r228228: <https://trac.webkit.org/changeset/228228>
Comment 3 WebKit Commit Bot 2018-02-07 09:18:47 PST
All reviewed patches have been landed.  Closing bug.