summaryrefslogtreecommitdiff
path: root/libcxx/test/std/language.support/support.runtime/cstdlib.pass.cpp
AgeCommit message (Expand)Author
2025-01-16[libc++][Android] XFAIL some tests for mblen/towctrans/wctrans (#116147)Ryan Prichard
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2022-03-17[libc++] Add warning pragma macros in the test suiteNikolas Klauser
2021-11-01[libc++] Add missing annotations for TEST_HAS_NO_WIDE_CHARACTERSLouis 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-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-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-07-31Final bit of P0063 - make sure that aligned_alloc is available when the under...Marshall Clow
2016-12-30Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions.Ed Schouten
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
2014-12-20Move test into test/std subdirectory.Eric Fiselier