llvm-capstone/libcxx/test/std/localization
Martin Storsjö b48a256e9c [libcxx] [test] Don't look for the literal spelling __mbstate_t in warnings
While the code uses the type name `std::mbstate_t`, the warning message
mentions the original underlying type, which is a C library internal
type name.

On Windows this type is called `_Mbstatet` instead of `__mbstate_t`. Use
expect-warning-re to avoid spelling out the literal name of the type.

Due to issues with the detection of the clang-verify feature, these
tests have been skipped in the Windows CI configuration so far.

Differential Revision: https://reviews.llvm.org/D103309
2021-05-31 22:13:21 +03:00
..
c.locales Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
locale.categories [libcxx] [test] Don't look for the literal spelling __mbstate_t in warnings 2021-05-31 22:13:21 +03:00
locale.stdcvt Revert "Revert "Move more tests to globalMemCounter and reset."" 2020-03-13 17:07:58 -07:00
locale.syn Support tests in freestanding 2019-02-04 20:31:13 +00:00
locales [libc++] Move handling of the target triple to the DSL 2021-05-08 11:10:53 -04: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