summaryrefslogtreecommitdiff
path: root/libcxx/test/std/language.support/support.runtime
AgeCommit message (Expand)Author
2025-10-16[libc++][C++03] Don't run cstdalign.compile.pass.cpp (#163357)Nikolas Klauser
2025-01-16[libc++][Android] XFAIL some tests for mblen/towctrans/wctrans (#116147)Ryan Prichard
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-10-30[libc++] Deprecate and remove meaningless `<cxxx>` headers (#111615)A. Jiang
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne
2024-07-25[libcxx][test] Update picolibc version (#100348)David Spickett
2024-06-28[libc++] Clean up and update deployment target features (#96312)Louis Dionne
2024-06-21[libc++] Fix deployment target Lit features (#94791)Louis Dionne
2023-12-14[libc++][test] Enhance ADDITIONAL_COMPILE_FLAGS, use TEST_MEOW_DIAGNOSTIC_IGN...Stephan T. Lavavej
2023-11-29[libc++] Add initial support for picolibcMichael Platings
2023-11-09[libc++][AIX] Adjust support of timespec_get test (#71827)Jake Egan
2023-10-12[libc++] Remove libc++'s own <setjmp.h> header (#68806)Louis Dionne
2023-03-30[libc++] Use the stdlib=<LIB> Lit feature instead of use_system_cxx_libLouis Dionne
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2022-11-02[libc++][Android] XFAIL aligned_alloc and timespec_get testsRyan Prichard
2022-04-06[libcxx] [test] Remove UNSUPPORTED markings for mingw issues that no longer a...Martin Storsjö
2022-03-17[libc++] Add warning pragma macros in the test suiteNikolas Klauser
2022-01-13[libc++][NFC] Fix placement of some XFAILsLouis Dionne
2021-12-22[libcxx] [test] Prepare the ctime.timespec test for mingw CI env upgradesMartin Storsjö
2021-11-08[libc++][CI] Add AIX pipeline configDavid Tenty
2021-11-01[libc++] Add missing annotations for TEST_HAS_NO_WIDE_CHARACTERSLouis Dionne
2021-10-21[libcxx] [test] Add an XFAIL for the timespec test for MinGW targetsMartin Storsjö
2021-10-12[libcxx] [test] Make windows triples in XFAILs less specificMartin Storsjö
2021-10-05[libcxx] [test] Move a missed test to ctime.timespec.compile.pass.cppMartin Storsjö
2021-08-24[libc++] Remove support for CloudABI, which has been abandonedLouis Dionne
2021-08-18[libc++] Split off tests for aligned_alloc & friends into separate test filesLouis Dionne
2021-08-18[libc++] Convert test-suite workarounds for some C11 features to XFAILsLouis Dionne
2021-05-31[libcxx] [test] Remove an incorrect TEST_HAS_ALIGNED_ALLOC define from test_m...Martin Storsjö
2021-05-31[libcxx] Define LIBCPP_HAS_TIMESPEC_GET for MSVC configurationsMartin Storsjö
2021-03-22[libcxx] [test] Add XFAIL LIBCXX-WINDOWS-FIXME in 124 tests that fail in the ...Martin Storsjö
2020-10-30[libc++] NFC: Fix several GCC warnings in the test suiteLouis Dionne
2020-10-18[libc++] Fix aligned_alloc tests FreeBSDAlex Richardson
2019-11-18Fix _LIBCPP_HAS_ definitions for Android.Dan Albert
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-04-23Fix implementation of ::abs and std::abs LWG 2192.Eric Fiselier
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-20[libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XXBilly Robert O'Neal III
2018-08-15Selectively import timespec_get into namespace std, since some C libraries do...Marshall Clow
2018-07-31Final bit of P0063 - make sure that aligned_alloc is available when the under...Marshall Clow
2018-07-31import timespec and timespec_get into namespace std if we're under c++17 or l...Marshall Clow
2016-12-30Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions.Ed Schouten
2016-06-22Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/languag...Eric Fiselier
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2016-06-14Fix warnings in tests.Eric Fiselier
2016-05-02Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier
2015-10-01Manually suppress -Wnonnull when it occurs in an unevaluated contextEric Fiselier
2015-07-28Fix a handful of tests that fail in C++03Eric Fiselier
2015-07-18Fix warnings in test/std/language.supportEric Fiselier
2015-06-24Make support for thread-unsafe C functions optional.Ed Schouten