[Webkit-unassigned] [Bug 246719] New: DumpRenderTree does not seem to support PingLoad to HTTPS
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 18 16:02:09 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=246719
Bug ID: 246719
Summary: DumpRenderTree does not seem to support PingLoad to
HTTPS
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bfulgham at webkit.org
While debugging failing Reporting API tests, I found that test cases that attempted to PingLoad to an HTTPS endpoint always fail. It seems like DRT is not properly connecting the authentication/certificate logic we use for other types of loads.
Example failure: imported/w3c/web-platform-tests/reporting/generateTestReport-honors-endpoint.https.sub.html.
I believe this is also the cause of the failure for imported/w3c/web-platform-tests/reporting/reporting-api-honors-limits.https.sub.html.
Error: "m_localizedDescription WTF::String { length = 27, contents = 'Not allowed to authenticate' } "
It looks like this change didn't update DRT: https://github.com/WebKit/WebKit/pull/3715
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221018/9469d447/attachment-0001.htm>
More information about the webkit-unassigned
mailing list