19 Aug
2024
19 Aug
'24
12:56 p.m.
On Mon Aug 19 17:56:38 2024 +0000, Elizabeth Figura wrote:
Is this testable? If you're asking about adding wine tests - it's possible to write tests that will fail on Wine (the easiest way of doing it is to use default administrative shares like e.g. `\\127.0.0.1\c$\...`). We can't really add tests that will work with wine without implementing additional features.
If you're asking about an easy way of testing Wine manually - setup the share by creating $WINEPREFIX/dosdevices/unc/SHARE directory, put sample.dll there and call `LoadLibraryW(L"\\\\SHARE\\sample.dll")`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6308#note_79174