Closed
Description
Several tests are currently disabled on Windows, due to Miri's lack of support for a number of Windows API functions:
GetProcAddress
GetModuleHandleW
AcquireSRWLockShared
Implementing GetProcAddress
and GetModuleHandleW
will require us to extend our current handling of dlsym
to support Windows. This is currently blocked on #1225 rust-lang/rust#66470 rust-lang/rust#69326, since we need the ability to read wide strings.