[libcxx-commits] [libcxx] b04a5e7 - [libc++] [test] Mark path.charconv.pass.cpp as requiring localization enabled.
Marek Kurdej via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Dec 4 10:59:22 PST 2020
Author: Marek Kurdej
Date: 2020-12-04T19:58:48+01:00
New Revision: b04a5e752f53d0ab5bda957a9a188221ed72a6ad
URL: https://github.com/llvm/llvm-project/commit/b04a5e752f53d0ab5bda957a9a188221ed72a6ad
DIFF: https://github.com/llvm/llvm-project/commit/b04a5e752f53d0ab5bda957a9a188221ed72a6ad.diff
LOG: [libc++] [test] Mark path.charconv.pass.cpp as requiring localization enabled.
It was added in commit 0b71bf793924301d53cf01eeb0a27e96fea17791, "[libcxx] [test] Add a test for conversions between wchar_t, utf8, char16_t, char32_t and windows native narrow code pages"
Added:
Modified:
libcxx/test/std/input.output/filesystems/class.path/path.member/path.charconv.pass.cpp
Removed:
################################################################################
diff --git a/libcxx/test/std/input.output/filesystems/class.path/path.member/path.charconv.pass.cpp b/libcxx/test/std/input.output/filesystems/class.path/path.member/path.charconv.pass.cpp
index f36b6e2dc87e..4f9dc265d0d3 100644
--- a/libcxx/test/std/input.output/filesystems/class.path/path.member/path.charconv.pass.cpp
+++ b/libcxx/test/std/input.output/filesystems/class.path/path.member/path.charconv.pass.cpp
@@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//
+// UNSUPPORTED: libcpp-has-no-localization
// UNSUPPORTED: c++03
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS
More information about the libcxx-commits
mailing list