[PATCH] D148163: [compiler-rt] [test] [ubsan] Mark failing tests as unsupported for mingw configs

Alvin Wong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 06:14:04 PDT 2023


alvinhochun added inline comments.


================
Comment at: compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-virtual-base.cpp:10
+// Itanium demangling isn't done for the type names.
+// UNSUPPORTED: target={{.*windows-gnu.*}}
 
----------------
Is this something that should be fixable? If so, maybe add a FIXME and use XFAIL instead?


================
Comment at: compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp:50
+// the shell.
+// UNSUPPORTED: target={{.*windows-gnu.*}}
 #include <new>
----------------
Same as above,


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148163/new/

https://reviews.llvm.org/D148163



More information about the llvm-commits mailing list