summaryrefslogtreecommitdiff
path: root/utils
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-09-13Use CMAKE_AR instead of the system default 'ar' for merging static librariesMartin Storsjo
2017-09-12libcxx: fix merge_archives error variable nameMartell Malone
2017-09-12Handle object files named *.obj in merge_archives.pyMartin Storsjo
2017-09-08XFAIL tests on SLES11Brian Cain
2017-07-10Fix issues with UBSAN test configuration.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-29[lit/libcxx] Fix a remaining reference to lit.util.capture() in custom libcxx...David L. Jones
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-10Clean up LIT failure output by not showing the entire environmentEric 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 misspelling of environment throughout libc++Eric 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-08Fix Windows locale detectionEric Fiselier
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-18Update google benchmarkEric Fiselier
2017-04-06Fix remote test execution in litMehdi Amini
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