From b04a5e752f53d0ab5bda957a9a188221ed72a6ad Mon Sep 17 00:00:00 2001 From: Marek Kurdej Date: Fri, 4 Dec 2020 19:58:48 +0100 Subject: [PATCH] [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" --- .../filesystems/class.path/path.member/path.charconv.pass.cpp | 1 + 1 file changed, 1 insertion(+) 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 f36b6e2..4f9dc26 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 -- 2.7.4