llvm-6502/utils/lit/tests
Daniel Dunbar 47e7c040f4 [lit] Support parsing scripts with inconsistent or invalid encodings.
- For whatever reason, we have a lot of test files with bogus unicode
   characters. This patch allows those scripts to still be parsed on Python3 by
   changing the parsing logic to work on binary files, and only require the
   actual script commands to be convertible to ascii.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188376 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-14 15:24:58 +00:00
..
Inputs [lit] Update lit's own tests to use lit_config and lit package, as appropriate. 2013-08-09 21:39:17 +00:00
.coveragerc [lit] Set parallel mode for coverage tests. 2013-01-31 01:23:18 +00:00
discovery.py [lit] Change --show-{tests,suites} to exit after printing. 2013-08-08 20:59:25 +00:00
lit.cfg [lit] Fix tests to execute lit with same python as invoked with. 2013-08-14 05:07:09 +00:00
progress-bar.py lit: Add a trivial test of the basic progress bar. 2013-04-11 00:05:37 +00:00
shell-parsing.py [lit] Fix tests to execute lit with same python as invoked with. 2013-08-14 05:07:09 +00:00
shtest-encoding.py [lit] Support parsing scripts with inconsistent or invalid encodings. 2013-08-14 15:24:58 +00:00
shtest-format.py [lit] Add a test for the various ShTest format features. 2013-01-31 18:05:01 +00:00
shtest-shell.py [lit] Add a test for internal shell execution behaviors. 2013-01-31 22:15:20 +00:00
unittest-adaptor.py [lit] Fix tests to execute lit with same python as invoked with. 2013-08-14 05:07:09 +00:00
usage.py