Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Require python 2.7. | Rafael Espindola | 2014-12-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | We were already requiring 2.5, which meant that people on old linux distros had to upgrade anyway. Requiring python 2.6 will make supporting 3.X easier as we can use the 3.X exception syntax. According to the discussion on llvmdev, there is not much value is requiring just 2.6, we may as well just require 2.7. llvm-svn: 224129 | ||||
* | [docs] Document usage of Inputs/ for extra test files. | Sean Silva | 2014-11-05 | 1 | -0/+52 |
| | | | | llvm-svn: 221406 | ||||
* | Reduce verbiage of lit.local.cfg files | Alp Toker | 2014-06-09 | 1 | -2/+1 |
| | | | | | | We can just split targets_to_build in one place and make it immutable. llvm-svn: 210496 | ||||
* | Cleanup docs about lit substitutions | Nico Rieck | 2014-02-15 | 1 | -48/+69 |
| | | | | llvm-svn: 201464 | ||||
* | Remove mention of old deleted test scripts from testing guide | Nico Rieck | 2014-01-08 | 1 | -13/+5 |
| | | | | llvm-svn: 198771 | ||||
* | Update the Python version. And Perl isn't used anymore. | Bill Wendling | 2013-10-27 | 1 | -3/+3 |
| | | | | | | PR17608 llvm-svn: 193491 | ||||
* | [docs] Update TestingGuide's note on how to run with Valgrind. | Daniel Dunbar | 2013-08-09 | 1 | -3/+5 |
| | | | | llvm-svn: 188097 | ||||
* | Add platform specific tests doc | Renato Golin | 2013-07-03 | 1 | -0/+60 |
| | | | | llvm-svn: 185581 | ||||
* | fix small doc typo | Eli Bendersky | 2013-03-22 | 1 | -1/+1 |
| | | | | llvm-svn: 177737 | ||||
* | [docs] Remove incorrect information about lit. | Sean Silva | 2013-03-19 | 1 | -10/+1 |
| | | | | | | Lit does support redirects in the 2>&1 style. llvm-svn: 177403 | ||||
* | Streamline the mentions of grep and FileCheck in TestingGuide.rst | Eli Bendersky | 2013-01-18 | 1 | -37/+7 |
| | | | | | | | | grep is now only mentioned once in a sentence that explicitly says it's deprecated. For FileCheck, there's no reason to repeat part of the documentation that exists in CommandGuide/FileCheck. llvm-svn: 172835 | ||||
* | remove the rest of the "written by" lines in the documentation. It is | Chris Lattner | 2013-01-10 | 1 | -3/+0 |
| | | | | | | | against the developer policy to include this sort of thing as SVN blame already captures this in a far more fine-grained way. llvm-svn: 172109 | ||||
* | Documentation: add a section to prevent spurious test failures like the one | Dmitri Gribenko | 2012-12-30 | 1 | -0/+37 |
| | | | | | | fixed in r171243. llvm-svn: 171258 | ||||
* | Get rid of references to Tcl, DejagGNU, old test structure, discourage the use | Eli Bendersky | 2012-12-04 | 1 | -106/+57 |
| | | | | | | of grep in favor of FileCheck, and other cleanups. llvm-svn: 169269 | ||||
* | Remove the very out-of-date listing of "very important LLVM areas". I don't | Eli Bendersky | 2012-12-04 | 1 | -12/+1 |
| | | | | | | think it adds much and keeping it up-to-date is (obviously) a chore. llvm-svn: 169263 | ||||
* | Clean up, bring up-to-date and apply consistent formatting. | Eli Bendersky | 2012-12-03 | 1 | -30/+21 |
| | | | | | | This document is a long-time pet peeve :-) More fixes to come. llvm-svn: 169115 | ||||
* | Documentation: remove a copy of the FileCheck man page from TestingGuide | Dmitri Gribenko | 2012-11-18 | 1 | -194/+4 |
| | | | | llvm-svn: 168288 | ||||
* | Documentation: use a :doc: link instead of an absolute http:// link. | Dmitri Gribenko | 2012-11-18 | 1 | -2/+2 |
| | | | | llvm-svn: 168286 | ||||
* | docs: Improve typographical correctness. | Sean Silva | 2012-11-14 | 1 | -2/+2 |
| | | | | llvm-svn: 167998 | ||||
* | docs: Sphinxify TestSuiteMakefileGuide | Sean Silva | 2012-11-14 | 1 | -5/+11 |
| | | | | | | Some small related fixups to TestingGuide too. llvm-svn: 167996 | ||||
* | docs: Sphinxify TestingGuide | Sean Silva | 2012-11-14 | 1 | -0/+713 |
llvm-svn: 167979 |