[libcxx-commits] [PATCH] D112210: [libcxx] [test] Convert an XFAIL: LIBCXX-WINDOWS-FIXME into XFAIL: msvc with explanation
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 21 15:02:55 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf5ee1acc62d5: [libcxx] [test] Convert an XFAIL: LIBCXX-WINDOWS-FIXME into XFAIL: msvc with… (authored by mstorsjo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112210/new/
https://reviews.llvm.org/D112210
Files:
libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.merged.sh.cpp
Index: libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.merged.sh.cpp
===================================================================
--- libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.merged.sh.cpp
+++ libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.merged.sh.cpp
@@ -8,7 +8,8 @@
// UNSUPPORTED: no-rtti
-// XFAIL: LIBCXX-WINDOWS-FIXME
+// In MSVC mode, the two anonymous types have identical type index in both object files.
+// XFAIL: msvc
// RUN: %{cxx} %s %{flags} %{compile_flags} -c -o %t.tu1.o -DTU1 -D_LIBCPP_TYPEINFO_COMPARISON_IMPLEMENTATION=1
// RUN: %{cxx} %s %{flags} %{compile_flags} -c -o %t.tu2.o -DTU2 -D_LIBCPP_TYPEINFO_COMPARISON_IMPLEMENTATION=1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112210.381404.patch
Type: text/x-patch
Size: 776 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211021/66a27e48/attachment.bin>
More information about the libcxx-commits
mailing list