From: Marek Kurdej Date: Fri, 4 Dec 2020 18:58:48 +0000 (+0100) Subject: [libc++] [test] Mark path.charconv.pass.cpp as requiring localization enabled. X-Git-Tag: llvmorg-13-init~4345 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b04a5e752f53d0ab5bda957a9a188221ed72a6ad;p=platform%2Fupstream%2Fllvm.git [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" --- 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