Bug 179173

Summary: [GTK] http/tests/inspector/network/har/har-page.html is failing
Product: WebKit Reporter: Miguel Gomez <magomez>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: REOPENED    
Severity: Normal CC: bugs-noreply, joepeck, mcatanzaro, zimmermann
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Miguel Gomez
Reported 2017-11-02 08:56:05 PDT
http/tests/inspector/network/har/har-page.html [ Failure ] since it was added in r223856
Attachments
Joseph Pecoraro
Comment 1 2017-11-02 11:13:57 PDT
What was the expectation diff?
Michael Catanzaro
Comment 2 2017-11-02 12:43:18 PDT
httpVersion is missing: --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/inspector/network/har/har-page-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/inspector/network/har/har-page-actual.txt @@ -29,7 +29,7 @@ "request": { "method": "GET", "url": "http://127.0.0.1:8000/inspector/network/har/har-page.html", - "httpVersion": "HTTP/1.1", + "httpVersion": "", "cookies": [], "headers": "<filtered>", "queryString": [], @@ -39,7 +39,7 @@ "response": { "status": 200, "statusText": "OK", - "httpVersion": "HTTP/1.1", + "httpVersion": "", "cookies": [], "headers": "<filtered>", "content": {
Joseph Pecoraro
Comment 3 2017-11-02 13:12:47 PDT
Ahh interesting, thanks! So the `protocol` comes from WebCore::NetworkLoadMetrics, typically populated in the NetworkProcess where NetworkLoadMetrics is constructed. I guess the protocol isn't populated yet by linux, or if it is it has an unexpected value. For now you could check in a GTK expectation. I don't think this will be flakey.
Michael Catanzaro
Comment 4 2017-11-20 16:13:18 PST
*** This bug has been marked as a duplicate of bug 179781 ***
Nikolas Zimmermann
Comment 5 2019-11-27 04:30:50 PST
Note You need to log in before you can comment on or make changes to this bug.