Bug 177872 - [WPE] http/wpt/fetch/response-status-text.html is failing
Summary: [WPE] http/wpt/fetch/response-status-text.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ms2ger (he/him; ⌚ UTC+1/+2)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-04 08:00 PDT by Zan Dobersek
Modified: 2018-02-07 09:18 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.46 KB, patch)
2018-02-07 08:28 PST, Ms2ger (he/him; ⌚ UTC+1/+2)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.