summaryrefslogtreecommitdiffstats
path: root/test/lit.cfg
Commit message (Expand)AuthorAgeFilesLines
* Merge to upstream r231255.Dan Albert2015-03-041-25/+16
* Update the test configs to match the new layout.Dan Albert2015-01-091-245/+0
* [libc++] Refactor test components into modules.Dan Albert2015-01-091-632/+15
* Make it easier to run test variants.Dan Albert2015-01-071-36/+99
* Update Android LIT code to match API changes.Dan Albert2015-01-061-27/+31
* Merge to upstream r225300.Dan Albert2015-01-061-133/+275
* Add Android LIT configurations.Dan Albert2014-11-241-0/+178
* Add better support for custom test runners.Dan Albert2014-11-241-27/+53
* Reset the test runner to match upstream.Dan Albert2014-11-221-362/+349
* Automatically generate build/link commands.Dan Albert2014-10-301-27/+59
* Add locales to available_features for tests.Dan Albert2014-08-041-0/+37
* Fix compiler accidentally being passed twice.Dan Albert2014-07-281-1/+1
* Up the default timeout.Dan Albert2014-07-251-1/+1
* Add support for Android targets to lit.cfg.Dan Albert2014-07-241-137/+284
* lit.site.cfg:cxx_under_test should take precedence over 'which clang++'David Fang2014-01-291-4/+5
* r192075 broke the buildbot atHoward Hinnant2013-10-141-1/+1
* Make it possible to link against libstdc++ as well as libsupc++ with CMake.Peter Collingbourne2013-10-061-8/+21
* [tests] Change with_system_lib feature to match what XFAIL lines expect.Daniel Dunbar2013-08-301-6/+10
* [tests] Update to use lit's now-integrated XFAIL handling.Daniel Dunbar2013-08-211-39/+3
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-091-17/+22
* [tests] Add support for a link_flags lit parameter.Daniel Dunbar2013-02-121-15/+31
* [tests] Add back stdc macros I accidentally refactored out.Daniel Dunbar2013-02-081-0/+1
* [tests] Infer the cxx_under_test (as clang++).Daniel Dunbar2013-02-061-4/+11
* [tests] Change test default to run against locally built library.Daniel Dunbar2013-02-061-3/+3
* [tests] Enable use_system_lib support on Linux.Daniel Dunbar2013-02-061-1/+2
* [tests] Accept XFAIL arguments that match any part of a feature.Daniel Dunbar2013-02-061-3/+4
* [tests] If no explicit target triple is given, try to infer it.Daniel Dunbar2013-02-051-2/+7
* [tests] Add an available feature that combines the triple and use_system_lib.Daniel Dunbar2013-02-051-0/+8
* [tests] Add support for REQUIRES and XFAIL lines in libc++ tests.Daniel Dunbar2013-02-051-1/+68
* [tests] Add a 'use_system_lib' parameter.Daniel Dunbar2013-02-051-11/+37
* Michael van der Westhuizen: Improve support for testing on Linux. Fixes http...Howard Hinnant2013-01-141-5/+24
* Michael van der Westhuizen: Patches for Linux. Fixes http://llvm.org/bugs/s...Howard Hinnant2013-01-141-1/+1
* tests/lit: Change test default parameters to assume local build.Daniel Dunbar2012-11-271-17/+29
* Andrew Morrow: The attached patch updates the lit.config for libc++ unit test...Howard Hinnant2012-08-021-0/+2
* Teach the Lit configuration to actually use the cxx0x setting whenChandler Carruth2011-01-231-2/+7
* Add CMake build and fix major Linux blockers.Michael J. Spencer2010-12-101-8/+35
* tests/lit: Split options into two groups, so we don't get driver warnings aboutDaniel Dunbar2010-09-151-9/+10
* tests: Remove some stray cleanup code.Daniel Dunbar2010-09-151-2/+0
* tests: Fixup lit config, which got garbled somehow...Daniel Dunbar2010-09-151-2/+3
* tests: Sketch a lit config for running libc++ tests; currently expects libc++...Daniel Dunbar2010-09-151-0/+122