summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/test-output.py
Commit message (Collapse)AuthorAgeFilesLines
* [LIT] Move xunit tests tests into their own location, and and add failuresChris Matthews2018-05-101-4/+4
| | | | | | Failures will increase coverage. llvm-svn: 332056
* Refactor test incase results are backwardsChris Matthews2018-05-101-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 namesChris Matthews2018-05-091-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 Espindola2014-12-121-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 Dunbar2013-09-141-0/+21
llvm-svn: 190738
OpenPOWER on IntegriCloud