Skip to content

Commit

Permalink
[libcxx] [test] Narrow down XFAILs regarding a MSVC mode specific bug…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
mstorsjo committed Nov 5, 2021
1 parent 7e30404 commit 2d8ec3c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -9,7 +9,7 @@
// REQUIRES: locale.en_US.UTF-8

// https://llvm.org/PR41018
// XFAIL: windows-dll
// XFAIL: windows-dll && msvc

// <locale>

Expand Down
Expand Up @@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//

// https://llvm.org/PR41018
// XFAIL: windows-dll
// XFAIL: windows-dll && msvc

// <locale>

Expand Down
Expand Up @@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//

// https://llvm.org/PR41018
// XFAIL: windows-dll
// XFAIL: windows-dll && msvc

// <locale>

Expand Down
Expand Up @@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//

// https://llvm.org/PR41018
// XFAIL: windows-dll
// XFAIL: windows-dll && msvc

// <locale>

Expand Down

0 comments on commit 2d8ec3c

Please sign in to comment.