All of these are already unsupported for MSVC style configs. For
some cases, simplify the regex to match any windows triple, while
for others, mention windows-msvc and windows-gnu specifically,
if they are separate cases that happen to fail for different reasons.
-fsanitize=function is unsupported both in mingw and MSVC modes.
The vptr tests expect to get demangled C++ type info names, but
Itanium C++ typenames don't get demangled by ubsan on Windows.
The test that tries to build a .so doesn't work as such on
Windows.
While mingw toolchains do support weak symbols, the relevant
sanitizer symbols aren't made weak on Windows.
Is this something that should be fixable? If so, maybe add a FIXME and use XFAIL instead?