[libcxx-commits] [PATCH] D112210: [libcxx] [test] Convert an XFAIL: LIBCXX-WINDOWS-FIXME into XFAIL: msvc with explanation

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 21 06:56:46 PDT 2021


ldionne added inline comments.


================
Comment at: libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.merged.sh.cpp:11
 
-// XFAIL: LIBCXX-WINDOWS-FIXME
+// In MSVC mode, the two anonymous types have identical type index in both object files.
+// XFAIL: msvc
----------------
Isn't that a bug we need to fix?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112210



More information about the libcxx-commits mailing list