Skip to content

Commit 2d8ec3c

Browse files
committed
[libcxx] [test] Narrow down XFAILs regarding a MSVC mode specific bug to "windows-dll && msvc"
These tests don't fail when only windows-dll is set in mingw mode, as the bug is specific to MSVC mode. Differential Revision: https://reviews.llvm.org/D112348
1 parent 7e30404 commit 2d8ec3c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/hash.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// REQUIRES: locale.en_US.UTF-8
1010

1111
// https://llvm.org/PR41018
12-
// XFAIL: windows-dll
12+
// XFAIL: windows-dll && msvc
1313

1414
// <locale>
1515

libcxx/test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.members/compare.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
// https://llvm.org/PR41018
10-
// XFAIL: windows-dll
10+
// XFAIL: windows-dll && msvc
1111

1212
// <locale>
1313

libcxx/test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.members/hash.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
// https://llvm.org/PR41018
10-
// XFAIL: windows-dll
10+
// XFAIL: windows-dll && msvc
1111

1212
// <locale>
1313

libcxx/test/std/localization/locales/locale/locale.operators/compare.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
// https://llvm.org/PR41018
10-
// XFAIL: windows-dll
10+
// XFAIL: windows-dll && msvc
1111

1212
// <locale>
1313

0 commit comments

Comments
 (0)