llvm-project/libcxx/test/std/localization
Martin Storsjö 1a5388ca67 [libcxx] [Windows] Use the standard vsnprintf instead of _vsnprintf
In ancient Microsoft C runtimes, there might only have been
a nonstandard `_vsnprintf` instead of the standard `vsnprintf`, but
in modern versions (the only ones relevant for libc++), both
are available.

In MinGW configurations built with `__USE_MINGW_ANSI_STDIO=1` (as it
is built in CI), `vsnprintf` provides a more standards compliant
behaviour than what Microsoft's CRT provides, while `_vsnprintf` retains
the Microsoft C runtime specific quirks.

Differential Revision: https://reviews.llvm.org/D118187
2022-01-31 22:29:12 +02:00
..
c.locales [libc++] Remove support for CloudABI, which has been abandoned 2021-08-24 14:11:32 -04:00
locale.categories [libcxx] [Windows] Use the standard vsnprintf instead of _vsnprintf 2022-01-31 22:29:12 +02:00
locale.stdcvt [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
locale.syn Support tests in freestanding 2019-02-04 20:31:13 +00:00
locales [libcxx] [test] Narrow down XFAILs regarding a MSVC mode specific bug to "windows-dll && msvc" 2021-11-05 21:43:29 +02:00
localization.general Support tests in freestanding 2019-02-04 20:31:13 +00:00
lit.local.cfg [libc++] Add a libc++ configuration that does not support localization 2020-10-27 14:56:30 -04:00