summaryrefslogtreecommitdiff
path: root/utils/libcxx/test/config.py
AgeCommit message (Expand)Author
2019-09-05Don't assume libcxx_gdb is always set.Sterling Augustine
2019-09-05[libcxx] Codesign test executables if necessaryVedant Kumar
2019-09-05Add testing infrastructure to check if gdb is available for testing.Sterling Augustine
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber
2019-08-20[libc++] Populate a lit feature including the compiler patch levelLouis Dionne
2019-08-08[pstl] Add a __pstl_config_site header to record the CMake configurationLouis Dionne
2019-08-05[libc++] Take 2: Integrate the PSTL into libc++Louis Dionne
2019-08-04Revert "Suppress -Wctad-maybe-unsupported on types w/o deduction guides."Eric Fiselier
2019-08-03Suppress -Wctad-maybe-unsupported on types w/o deduction guides.Eric Fiselier
2019-07-29Ensure __config_site definitions are passed to modules tests.Eric Fiselier
2019-07-22[libc++] Do not infer support for C++17 in GCC < 7Louis Dionne
2019-07-19Revert "[libc++] Integrate the PSTL into libc++"Louis Dionne
2019-07-19[libc++] Integrate the PSTL into libc++Louis Dionne
2019-07-03[libc++] Update availability markup for Filesystem on Apple platformsLouis Dionne
2019-04-18[libc++] Link against libc++abi in the libc++abi testsLouis Dionne
2019-03-27[libc++] Add proper XFAILs for shared_mutex testsLouis Dionne
2019-03-21Add dylib-has-no-filesystem when filesystem is disabledEric Fiselier
2019-03-21Allow disabling of filesystem library.Eric Fiselier
2019-03-20[libc++] Mark <filesystem> tests as failing when the dylib doesn't support fi...Louis Dionne
2019-03-19[libc++] Build <filesystem> support as part of the dylibLouis Dionne
2019-03-19Revert "[libc++] Build <filesystem> support as part of the dylib"Louis Dionne
2019-03-19[libc++] Build <filesystem> support as part of the dylibLouis Dionne
2019-03-05[libc++] Only add dylib-related features when using the system's libc++Louis Dionne
2019-03-05Fix -fsanitize=vptr badness in <__debug>Eric Fiselier
2019-02-09[libcxx] Support runtimes and monorepo locations for testsPetr Hosek
2019-02-06Revert "[libc++] Only add dylib-related features when using the system's libc++"Louis Dionne
2019-02-06[libc++] Only add dylib-related features when using the system's libc++Louis Dionne
2019-02-05[libcxx] Start defining lit features for tests depending on availabilityLouis Dionne
2019-02-05[CMake] Update lit test configurationPetr Hosek
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-11[libcxx] Only enable the availability LIT feature when we're testing libc++Louis Dionne
2018-12-11[libcxx] Remove the no_default_flags LIT configurationLouis Dionne
2018-12-11[NFC] Fix incorrect (but unreachable) LIT error messageLouis Dionne
2018-12-07[libcxx] Remove the availability_markup LIT featureLouis Dionne
2018-12-06[libcxx] Always convert 'use_system_cxx_lib' to an absolute pathLouis Dionne
2018-12-04[libcxx] Always enable availability in the lit test suite.Louis Dionne
2018-11-28[libcxx] Use clang-verify in the lit test suite even when availability is ena...Louis Dionne
2018-11-21[libcxx] Improve error message when an invalid directory is provided as use_s...Louis Dionne
2018-11-21[NFC] Rename lit feature to '-fsized-deallocation' for consistencyLouis Dionne
2018-11-15Get tests compiling with -Wunused-local-typedefEric Fiselier
2018-11-08Attempt to enable -WconversionEric Fiselier
2018-10-29XFAIL test on OS X availabilityEric Fiselier
2018-10-12[NFC][libc++] Fix broken link in commentLouis Dionne
2018-08-16[libcxx] By default, do not use internal_linkage to hide symbols from the ABILouis Dionne
2018-07-27Implement <filesystem>Eric Fiselier
2018-07-04Remove old workaround that is no longer neededEric Fiselier
2018-06-17Fix libcxx tests after clang r334677.Richard Smith
2018-03-22Avoid Clang error about throwing _LIBCPP_ASSERT in noexcept function.Eric Fiselier
2018-03-22commit temporary workaround for new Clang exception warningEric Fiselier
2018-02-23Allow passing additional compiler/linker flags for the testsAlexander Richardson