Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P2286R8_text_formatting_tuple fails on non-English locale #4635

Closed
AlexGuteniev opened this issue Apr 27, 2024 · 1 comment · Fixed by #4631
Closed

P2286R8_text_formatting_tuple fails on non-English locale #4635

AlexGuteniev opened this issue Apr 27, 2024 · 1 comment · Fixed by #4631
Labels
bug Something isn't working fixed Something works now, yay! format C++20/23 format

Comments

@AlexGuteniev
Copy link
Contributor

FAIL: std :: tests/P2286R8_text_formatting_tuple:22 (1448 of 1578)
******************** TEST 'std :: tests/P2286R8_text_formatting_tuple:22' FAILED ********************
Build setup steps:
Build steps:
Build step failed unexpectedly.
Command: "C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\bin\HostX64\x64\cl.EXE" "C:\Project\STL\tests\std\tests\P2286R8_text_formatting_tuple\test.cpp" "-IC:\Project\STL\out\x64\out\inc" "-IC:\Project\STL\llvm-project\libcxx\test\support" "-IC:\Project\STL\tests\std\include" "/nologo" "/Od" "/W4" "/w14061" "/w14242" "/w14265" "/w14582" "/w14583" "/w14587" "/w14588" "/w14749" "/w14841" "/w14842" "/w15038" "/w15214" "/w15215" "/w15216" "/w15217" "/w15262" "/sdl" "/WX" "/D_ENABLE_STL_INTERNAL_CHECK" "/bigobj" "/FIforce_include.hpp" "/w14365" "/w14668" "/w15267" "/D_ENFORCE_FACET_SPECIALIZATIONS=1" "/D_STL_CALL_ABORT_INSTEAD_OF_INVALID_PARAMETER" "/w14640" "/Zc:threadSafeInit-" "/EHsc" "/std:c++latest" "/MTd" "/permissive" "-fsanitize=address" "/Zi" "-FeC:\Project\STL\out\x64\tests\std\tests\P2286R8_text_formatting_tuple\Output\22\P2286R8_text_formatting_tuple.exe" "-link" "-LIBPATH:C:\Project\STL\out\x64\out\lib\amd64" "-LIBPATH:C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\lib\x64" "/MANIFEST:EMBED" "/debug"
Exit Code: 2 (0x2)
Standard Output:
--
test.cpp
C:\Project\STL\tests\std\tests\P2286R8_text_formatting_tuple\test.cpp(161): error C2220: the following warning is treated as an error
C:\Project\STL\tests\std\tests\P2286R8_text_formatting_tuple\test.cpp(161): warning C4566: character represented by universal-character-name '\u00D6' cannot be represented in the current code page (1251)
C:\Project\STL\tests\std\tests\P2286R8_text_formatting_tuple\test.cpp(162): warning C4566: character represented by universal-character-name '\u00D6' cannot be represented in the current code page (1251)
--
@cpplearner
Copy link
Contributor

#4631 fixes this

@StephanTLavavej StephanTLavavej added bug Something isn't working format C++20/23 format labels May 10, 2024
@StephanTLavavej StephanTLavavej added the fixed Something works now, yay! label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed Something works now, yay! format C++20/23 format
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants