summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2018-08-22Merging r340406:Hans Wennborg
2018-08-16Merging r339874:Hans Wennborg
2018-07-27Implement <filesystem>Eric Fiselier
2018-07-10Remove BUILD file from google-benchmarkEric Fiselier
2018-07-10Update google-benchark to trunkEric 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
2018-02-15Fix test failure on compilers w/o deduction guidesEric Fiselier
2018-01-18Update Google Benchmark libraryEric Fiselier
2018-01-17Fix nodiscard failure tests on compilers w/o -verify.Eric Fiselier
2018-01-08[libcxx] Support the use of compiler-rt in lit testsPetr Hosek
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