[Bug 51227] urlmon:url breaks the wininet:http test on Windows 10 1709+
"WineHQ Bugzilla" <[email protected]>
| Newsgroups | gmane.comp.emulators.wine.bugs |
|---|---|
| Message-ID | <[email protected]/> |
https://bugs.winehq.org/show_bug.cgi?id=51227 --- Comment #1 from François Gouget <[email protected]> --- More specifically it is this call that breaks wininet:http: test_BindToStorage(HTTPS_TEST, 0, TYMED_ISTREAM); https://source.winehq.org/git/wine.git/blob/0807b09cfa7f2446f7a69f99ff1006e88c9de60b:/dlls/urlmon/tests/url.c#l4103 Everything else in urlmon:url can be run without impacting wininet:http, but the call above on its own is sufficient to break it. Unfortunately test_BindToStorage() is called many times with various parameter combinations. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.