aboutsummaryrefslogtreecommitdiff
path: root/libcxx/utils
AgeCommit message (Expand)AuthorFilesLines
2017-07-10Fix issues with UBSAN test configuration.Eric Fiselier1-4/+0
2017-07-08Fix filesystem build on platforms with weird time_t types.Eric Fiselier1-0/+1
2017-07-07cmath: Support clang's -fdelayed-template-parsingDuncan P. N. Exon Smith1-0/+3
2017-07-05Suppress -Waligned-allocation-unavailable warning in libc++ test suiteEric Fiselier1-0/+1
2017-06-29[lit/libcxx] Fix a remaining reference to lit.util.capture() in custom libcxx...David L. Jones1-5/+6
2017-06-15remove incorrectly committed assertionEric Fiselier1-1/+0
2017-06-15Add hack to get --param=enable_modules=true working with a __config_site headerEric Fiselier1-3/+17
2017-05-31Define -DNOMINMAX when running the tests on WindowsEric Fiselier1-1/+5
2017-05-25Disable the coroutines tests until Clang bumps __cpp_coroutines to reflect re...Eric Fiselier1-1/+9
2017-05-25Add <experimental/coroutine>Eric Fiselier1-0/+5
2017-05-19[test] Add support for Objective-C++ testsErik Pilkington3-4/+27
2017-05-10Workaround -W#warnings on Windows until the correct fixes can landEric Fiselier1-0/+3
2017-05-10Clean up LIT failure output by not showing the entire environmentEric Fiselier1-28/+3
2017-05-10Attempt to speculatively unbreak Apple build botsEric Fiselier1-11/+1
2017-05-10Improve how LIT reports the added environment variablesEric Fiselier1-1/+5
2017-05-10Attempt to unbreak Libc++ test configurationEric Fiselier1-4/+1
2017-05-09Fix test runtime environment on WindowsEric Fiselier1-1/+4
2017-05-09Fix misspelling of environment throughout libc++Eric Fiselier1-1/+1
2017-05-09Fix Windows tests when __config_site is present.Ben Craig1-1/+1
2017-05-09Revert "Fix Windows tests when __config_site is present."Ben Craig1-1113/+1113
2017-05-08Fix Windows tests when __config_site is present.Ben Craig1-1113/+1113
2017-05-08Fix Windows locale detectionEric Fiselier1-12/+14
2017-05-07Revert "Actually remove the MSVC STL when linking and testing libc++ on Windows"Eric Fiselier1-5/+1
2017-05-07Actually remove the MSVC STL when linking and testing libc++ on WindowsEric Fiselier1-1/+5
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini1-7/+43
2017-04-21XFAIL Windows test failures under test/libcxxEric Fiselier1-1/+1
2017-04-21Fix 'verify-support' available featureEric Fiselier1-2/+2
2017-04-20Fix comment and remove incorrect linker flags in test configurationEric Fiselier1-3/+5
2017-04-20Rename the static version of libc++ on Windows.Eric Fiselier1-1/+5
2017-04-20Make linker errors verbose on WindowsEric Fiselier1-0/+2
2017-04-19Fix typo in Windows test configuration codeEric Fiselier1-1/+1
2017-04-18Update google benchmarkEric Fiselier41-159/+1227
2017-04-06Fix remote test execution in litMehdi Amini1-2/+3
2017-04-03suppress GCC warning about noexcept functions changing manglingEric Fiselier1-0/+1
2017-03-30libc++ testing: fix invalid python syntaxMehdi Amini1-1/+1
2017-03-30libc++ testing: fix assertion around `use_system_cxx_lib`Mehdi Amini1-2/+2
2017-03-30libc++ config testing: `use_system_cxx_lib` can be a boolMehdi Amini1-1/+1
2017-03-30libc++ testing: allow to provide a path for `use_system_cxx_lib`Mehdi Amini2-5/+18
2017-03-15Add deployment knobs to tests (for Apple platforms)Mehdi Amini2-4/+122
2017-03-04Fix nonsense commentEric Fiselier1-1/+2
2017-03-04teach LIT how to detect the glibc versionEric Fiselier1-0/+8
2017-03-02Fix python 3 syntax error in sym_diffEric Fiselier1-1/+1
2017-02-17test: prevent incorrect quoting of pathsSaleem Abdulrasool1-13/+11
2017-02-17Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier1-1/+1
2017-02-17update revision in CHANGELOG.TXT and fix python errorEric Fiselier1-1/+1
2017-02-17[libc++] Fix PR 31938 - std::basic_string constructors use non-deductible par...Eric Fiselier1-0/+3
2017-02-10Properly escape ShellTest subsitutions on Windows. Try 2Eric Fiselier1-5/+6
2017-02-10properly escape compiler path in .sh.cpp testsEric Fiselier1-1/+1
2017-02-10test: allow -target usage on WindowsSaleem Abdulrasool1-2/+6
2017-02-10Attempt to fix finding clang++ on WindowsEric Fiselier1-2/+4