1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/utils/lit/tests
Daniel Dunbar f362cc8910 [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.

 - This patch has been tweaked to now ensure that the command strings are not of
   unicode type on Python 2.6-7.

llvm-svn: 188398
2013-08-14 18:22:41 +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
discovery.py
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
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 18:22:41 +00:00
shtest-format.py
shtest-shell.py
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