Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [LIT] Move xunit tests tests into their own location, and and add failures | Chris Matthews | 2018-05-10 | 1 | -4/+4 |
| | | | | | | Failures will increase coverage. llvm-svn: 332056 | ||||
* | Refactor test incase results are backwards | Chris Matthews | 2018-05-10 | 1 | -14/+3 |
| | | | | | | Looks like results can come in either way in this file. Loosen the ordering constraints. llvm-svn: 331945 | ||||
* | [LIT] Handle xml characters in test names | Chris Matthews | 2018-05-09 | 1 | -0/+11 |
| | | | | | | | | | | Lit creates malformed xml when the test case has an & in the name. Escape those correctly. This also adds a test case which I will add other nasty encoding issues to in some followup commits. llvm-svn: 331942 | ||||
* | Require python 2.7. | Rafael Espindola | 2014-12-12 | 1 | -2/+0 |
| | | | | | | | | | | | | | 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 | ||||
* | [lit] Add an --output option, for writing results in a machine readable form. | Daniel Dunbar | 2013-09-14 | 1 | -0/+21 |
llvm-svn: 190738 |