Skip to content

Commit f5ee1ac

Browse files
committed
[libcxx] [test] Convert an XFAIL: LIBCXX-WINDOWS-FIXME into XFAIL: msvc with explanation
This test doesn't fail in mingw mode (which uses the same Itanium name mangling and ABI as other platforms). Differential Revision: https://reviews.llvm.org/D112210
1 parent 8c13680 commit f5ee1ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.merged.sh.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
// UNSUPPORTED: no-rtti
1010

11-
// XFAIL: LIBCXX-WINDOWS-FIXME
11+
// In MSVC mode, the two anonymous types have identical type index in both object files.
12+
// XFAIL: msvc
1213

1314
// RUN: %{cxx} %s %{flags} %{compile_flags} -c -o %t.tu1.o -DTU1 -D_LIBCPP_TYPEINFO_COMPARISON_IMPLEMENTATION=1
1415
// RUN: %{cxx} %s %{flags} %{compile_flags} -c -o %t.tu2.o -DTU2 -D_LIBCPP_TYPEINFO_COMPARISON_IMPLEMENTATION=1

0 commit comments

Comments
 (0)