Skip to content

Commit c4a01e7

Browse files
author
git apple-llvm automerger
committed
Merge commit '6ba493d81b07' from llvm.org/main into apple/main
2 parents c1c910f + 6ba493d commit c4a01e7

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_in.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// This test runs in C++20, but we have deprecated codecvt<char(16|32), char, mbstate_t> in C++20.
1818
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS
1919

20+
// Test is intended to convert between UTF8 and UTF16/32, it will fail on
21+
// z/OS since at default char type on z/OS is EBCDIC character which has
22+
// value different from ASCII character.
2023
// UNSUPPORTED: target={{.+}}-zos{{.*}}
2124

2225
#include <locale>

libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_length.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
// This test runs in C++20, but we have deprecated codecvt<char(16|32), char, mbstate_t> in C++20.
1616
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS
1717

18+
// Test is intended to convert between UTF8 and UTF16/32, it will fail on
19+
// z/OS since at default char type on z/OS is EBCDIC character which has
20+
// value different from ASCII character.
1821
// UNSUPPORTED: target={{.+}}-zos{{.*}}
1922

2023
#include <locale>

libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_out.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// This test runs in C++20, but we have deprecated codecvt<char(16|32), char, mbstate_t> in C++20.
1818
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS
1919

20+
// Test is intended to convert between UTF8 and UTF16/32, it will fail on
21+
// z/OS since at default char type on z/OS is EBCDIC character which has
22+
// value different from ASCII character.
2023
// UNSUPPORTED: target={{.+}}-zos{{.*}}
2124

2225
#include <locale>

libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_in.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// This test runs in C++20, but we have deprecated codecvt<char(16|32), char, mbstate_t> in C++20.
1818
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS
1919

20+
// Test is intended to convert between UTF8 and UTF16/32, it will fail on
21+
// z/OS since at default char type on z/OS is EBCDIC character which has
22+
// value different from ASCII character.
2023
// UNSUPPORTED: target={{.+}}-zos{{.*}}
2124

2225
#include <locale>

libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_length.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
// This test runs in C++20, but we have deprecated codecvt<char(16|32), char, mbstate_t> in C++20.
1616
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS
1717

18+
// Test is intended to convert between UTF8 and UTF16/32, it will fail on
19+
// z/OS since at default char type on z/OS is EBCDIC character which has
20+
// value different from ASCII character.
1821
// UNSUPPORTED: target={{.+}}-zos{{.*}}
1922

2023
#include <locale>

libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_out.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// This test runs in C++20, but we have deprecated codecvt<char(16|32), char, mbstate_t> in C++20.
1818
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS
1919

20+
// Test is intended to convert between UTF8 and UTF16/32, it will fail on
21+
// z/OS since at default char type on z/OS is EBCDIC character which has
22+
// value different from ASCII character.
2023
// UNSUPPORTED: target={{.+}}-zos{{.*}}
2124

2225
#include <locale>

0 commit comments

Comments
 (0)