aboutsummaryrefslogtreecommitdiff
path: root/lit.cfg
AgeCommit message (Expand)Author
2018-08-31lit.cfg: Initialize remote_host if missingMatthias Braun
2018-08-21cmake/lit: Add remote module in lit.cfgMatthias Braun
2018-08-21cmake/litsupport: Remove TEST_SUITE_REMOTE_USER + TEST_SUITE_REMOTE_PORTMatthias Braun
2017-09-26litsupport: Rework test module supportMatthias Braun
2017-05-12cmake/lit: Flip default for config.traditional_outputMatthias Braun
2017-04-21Make measured perf events configurable.Kristof Beyls
2016-04-19lit: Set test_exec_root and create the logfile thereMatthias Braun
2016-04-19lit: Dynamically load test modulesMatthias Braun
2016-03-28cmake/lit: Make lit aware of SingleSource tests.Matthias Braun
2016-03-26lit: Log all executed commands in test.logMatthias Braun
2016-03-15lit: Skip RunSafely.sh and invoke timeit directlyMatthias Braun
2016-03-01lit: Option to skip test if hash did not change.Matthias Braun
2016-02-04lit: Split lit.cfg into separate filesMatthias Braun
2016-01-28Add --param=profile=perf option to lit.Kristof Beyls
2016-01-20lit.cfg: Fix most violations reported by pep8 tool, NFCMatthias Braun
2016-01-12[test-suite] Add missed whitespace from previous commit.Chad Rosier
2016-01-12[test-suite] Address an exception due to the incorrect unpacking of arguments.Chad Rosier
2016-01-06[test-suite] This change causes lit to use the host-compiled timeit when notChad Rosier
2015-12-17RunSafely/lit: Allow separate stdout/stderr redirection.Matthias Braun
2015-12-15Revert "(HEAD -> master, origin/master, origin/HEAD) EXPRIMENTAL: Support sep...Matthias Braun
2015-12-15EXPRIMENTAL: Support separate stdout/stderr redirectMatthias Braun
2015-12-05RunSafely.sh: Allow the specification of a working directoryMatthias Braun
2015-12-05RunSafely: Add option to omit exit status from output.Matthias Braun
2015-12-04[test-suite] Add the TEST_SUITE_EXE_WRAPPER option for cross-compiling.Chad Rosier
2015-12-02lit: Support RunSafely remote executionMatthias Braun
2015-11-26lit: Parse stdout/stderr redirection in scriptMatthias Braun
2015-11-26lit: Refactoring: Introduce toplevel prepareRunSafely functionMatthias Braun
2015-11-26lit: Be robust against missing timing result filesMatthias Braun
2015-11-26lit.cfg: Cleanup config usageMatthias Braun
2015-11-03cmake/lit: Do not fail if there are no VERIFY: linesMatthias Braun
2015-11-03cmake/lit: Use external shellMatthias Braun
2015-11-03cmake/lit: Report all commandlines and only show outputs in error caseMatthias Braun
2015-11-03cmake/lit: Separate addMetric() calls from code collecting exectime and compi...Matthias Braun
2015-10-29Introduce RUN: and VERIFY: lines in .test filesMatthias Braun
2015-10-28Produce a lit.site.cfg in the build directoryMatthias Braun
2015-10-27[test-suite] Introduce a new CMake+LIT based harnessJames Molloy