forked from OSchip/llvm-project
[libcxx] [test] Convert a couple of LIBCXX-WINDOWS-FIXME into XFAIL: windows-dll for known bugs
These are caused due to inconsistencies regarding always inline in combination with dllimport. A bug report reference is added next to each XFAIL line. Differential Revision: https://reviews.llvm.org/D100789
This commit is contained in:
parent
53b3c1c5e7
commit
4ebb01cbcb
|
@ -8,7 +8,8 @@
|
|||
|
||||
// REQUIRES: locale.en_US.UTF-8
|
||||
|
||||
// XFAIL: LIBCXX-WINDOWS-FIXME
|
||||
// https://llvm.org/PR41018
|
||||
// XFAIL: windows-dll
|
||||
|
||||
// <locale>
|
||||
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// https://llvm.org/PR41018
|
||||
// XFAIL: windows-dll
|
||||
|
||||
// <locale>
|
||||
|
||||
// template <class charT> class collate;
|
||||
|
@ -13,8 +16,6 @@
|
|||
// int compare(const charT* low1, const charT* high1,
|
||||
// const charT* low2, const charT* high2) const;
|
||||
|
||||
// XFAIL: LIBCXX-WINDOWS-FIXME
|
||||
|
||||
#include <locale>
|
||||
#include <cassert>
|
||||
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// https://llvm.org/PR41018
|
||||
// XFAIL: windows-dll
|
||||
|
||||
// <locale>
|
||||
|
||||
// template <class charT> class collate;
|
||||
|
@ -14,8 +17,6 @@
|
|||
|
||||
// This test is not portable
|
||||
|
||||
// XFAIL: LIBCXX-WINDOWS-FIXME
|
||||
|
||||
#include <locale>
|
||||
#include <string>
|
||||
#include <cassert>
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// XFAIL: LIBCXX-WINDOWS-FIXME
|
||||
// https://llvm.org/PR41018
|
||||
// XFAIL: windows-dll
|
||||
|
||||
// <locale>
|
||||
|
||||
|
|
Loading…
Reference in New Issue