[compiler-rt] [test] [ubsan] Mark failing tests as unsupported for mingw configs
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. Differential Revision: https://reviews.llvm.org/D148163
Loading
Please sign in to comment