summaryrefslogtreecommitdiff
path: root/utils/libcxx/test/config.py
AgeCommit message (Expand)Author
2017-11-19Attempt to fix template depth test failures on older Clang versionsEric Fiselier
2017-11-07Teach test suite about C++2a dialect flag.Eric Fiselier
2017-11-07Change test suite to support c++17 dialect flag instead of c++1z.Eric Fiselier
2017-10-09[libc++] Support Microsoft ABI without vcruntime headersShoaib Meenai
2017-10-04[libc++] Add site config option for ABI macrosShoaib Meenai
2017-10-03Fix test suite misconfiguration on OS XEric Fiselier
2017-10-02Improve test runner output for broken configurations.Eric Fiselier
2017-07-08Fix filesystem build on platforms with weird time_t types.Eric Fiselier
2017-07-07cmath: Support clang's -fdelayed-template-parsingDuncan P. N. Exon Smith
2017-07-05Suppress -Waligned-allocation-unavailable warning in libc++ test suiteEric Fiselier
2017-06-15remove incorrectly committed assertionEric Fiselier
2017-06-15Add hack to get --param=enable_modules=true working with a __config_site headerEric Fiselier
2017-05-31Define -DNOMINMAX when running the tests on WindowsEric Fiselier
2017-05-25Disable the coroutines tests until Clang bumps __cpp_coroutines to reflect re...Eric Fiselier
2017-05-25Add <experimental/coroutine>Eric Fiselier
2017-05-19[test] Add support for Objective-C++ testsErik Pilkington
2017-05-10Workaround -W#warnings on Windows until the correct fixes can landEric Fiselier
2017-05-10Attempt to speculatively unbreak Apple build botsEric Fiselier
2017-05-10Improve how LIT reports the added environment variablesEric Fiselier
2017-05-10Attempt to unbreak Libc++ test configurationEric Fiselier
2017-05-09Fix test runtime environment on WindowsEric Fiselier
2017-05-09Fix Windows tests when __config_site is present.Ben Craig
2017-05-09Revert "Fix Windows tests when __config_site is present."Ben Craig
2017-05-08Fix Windows tests when __config_site is present.Ben Craig
2017-05-07Revert "Actually remove the MSVC STL when linking and testing libc++ on Windows"Eric Fiselier
2017-05-07Actually remove the MSVC STL when linking and testing libc++ on WindowsEric Fiselier
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2017-04-21XFAIL Windows test failures under test/libcxxEric Fiselier
2017-04-21Fix 'verify-support' available featureEric Fiselier
2017-04-20Fix comment and remove incorrect linker flags in test configurationEric Fiselier
2017-04-20Rename the static version of libc++ on Windows.Eric Fiselier
2017-04-20Make linker errors verbose on WindowsEric Fiselier
2017-04-19Fix typo in Windows test configuration codeEric Fiselier
2017-04-03suppress GCC warning about noexcept functions changing manglingEric Fiselier
2017-03-30libc++ testing: fix invalid python syntaxMehdi Amini
2017-03-30libc++ testing: fix assertion around `use_system_cxx_lib`Mehdi Amini
2017-03-30libc++ config testing: `use_system_cxx_lib` can be a boolMehdi Amini
2017-03-30libc++ testing: allow to provide a path for `use_system_cxx_lib`Mehdi Amini
2017-03-15Add deployment knobs to tests (for Apple platforms)Mehdi Amini
2017-03-04Fix nonsense commentEric Fiselier
2017-03-04teach LIT how to detect the glibc versionEric Fiselier
2017-02-17test: prevent incorrect quoting of pathsSaleem Abdulrasool
2017-02-17Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier
2017-02-17[libc++] Fix PR 31938 - std::basic_string constructors use non-deductible par...Eric Fiselier
2017-02-10Properly escape ShellTest subsitutions on Windows. Try 2Eric Fiselier
2017-02-10properly escape compiler path in .sh.cpp testsEric Fiselier
2017-02-10test: allow -target usage on WindowsSaleem Abdulrasool
2017-02-10Attempt to fix finding clang++ on WindowsEric Fiselier
2017-02-10Add missing libc++ importEric Fiselier
2017-02-09Move libcxx/test/libcxx python package into libcxx/utils/libcxx.Eric Fiselier