Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [lit] Change --show-{tests,suites} to exit after printing. | Daniel Dunbar | 2013-08-08 | 1 | -1/+5 |
| | | | | | | - This is a more sensible behavior than printing and also running tests. llvm-svn: 188009 | ||||
* | [lit] Remove --repeat option, which wasn't that useful. | Daniel Dunbar | 2013-08-08 | 1 | -5/+0 |
| | | | | llvm-svn: 188008 | ||||
* | Use pipefail when available. | Rafael Espindola | 2013-07-26 | 1 | -0/+4 |
| | | | | | | | | | | | | | | This change makes test with RUN lines like RUN: opt ... | FileCheck fail if opt fails, even if it prints what FileCheck wants. Enabling this found some interesting cases of broken tests that were not being noticed because opt (or some other tool) was crashing late. Pipefail is used when the shell supports it or when using the internal python based tester. llvm-svn: 187261 | ||||
* | Fix incorrect parameter name in LIT docs. | Sergey Matveev | 2013-05-30 | 1 | -2/+2 |
| | | | | llvm-svn: 182926 | ||||
* | Documentation: remove more mentions of Tcl | Dmitri Gribenko | 2013-01-19 | 1 | -8/+3 |
| | | | | | | Followup for r172836 llvm-svn: 172918 | ||||
* | Documentation for lit: more formatting: use 'option' and 'program' directives. | Dmitri Gribenko | 2012-11-29 | 1 | -139/+144 |
| | | | | | | This enables cross-referencing and now '--' in option names are no more turned into en dashes. llvm-svn: 168906 | ||||
* | Documentation for lit: formatting improvements. | Dmitri Gribenko | 2012-11-29 | 1 | -117/+41 |
| | | | | llvm-svn: 168902 | ||||
* | ReST-ify some markup in the LIT document | Eli Bendersky | 2012-11-20 | 1 | -10/+10 |
| | | | | llvm-svn: 168345 | ||||
* | lit: Rename the valgrind leaks feature to match what is currently used | Daniel Dunbar | 2012-10-19 | 1 | -1/+1 |
| | | | | | | (vg_leak). llvm-svn: 166306 | ||||
* | lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used. | Daniel Dunbar | 2012-10-19 | 1 | -0/+13 |
| | | | | | | - These can be used with the XFAIL options. llvm-svn: 166303 | ||||
* | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer | 2012-06-02 | 1 | -1/+1 |
| | | | | llvm-svn: 157885 | ||||
* | [docs] Add ReST version of all the man pages. | Daniel Dunbar | 2012-05-08 | 1 | -0/+474 |
- The POD versions are slated for execution, but are still around until llvm.org machinery is in place. llvm-svn: 156384 |