| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Remove unnecessary (argument same as default), cleanup imports, use
"pythonic" names for variables, and general formatting.
|
|
|
|
| |
Running it directly as a tool, that is what lit.py is for.
|
|
|
|
|
|
|
| |
The problems on the bots appear to be resolved and this was
determined to not be the culprit. Removing this.
llvm-svn: 313807
|
|
|
|
|
|
|
|
|
|
|
|
| |
Many svn-based buildbots seem to be getting stuck continually
in tree conflicts due to the output of pyc files. I'm disabling
these as a temporary measure in an attempt to get everything
stable again.
I'll try to remove this code once I understand the problem
better.
llvm-svn: 313698
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Using Python linter flake8 on the utils/lit reveals several linter
warnings designated "F401: Unused import". Fix or silence these
warnings.
Some of these unused imports are legitimate, while some are part of lit's API.
For example, users of lit expect to be able to access `lit.formats.ShTest` in
their `lit.cfg`, despite the module hierarchy for that symbol actually being
`lit.formats.shtest.ShTest`. To silence linter errors for these lines,
include a "noqa" directive.
Reviewers: echristo, delcypher, beanz, ddunbar
Subscribers: mehdi_amini, llvm-commits
Differential Revision: https://reviews.llvm.org/D25407
llvm-svn: 283710
|
|
|
|
| |
llvm-svn: 92168
|
|
|
|
| |
llvm-svn: 90871
|
|
|
|
|
|
| |
- Currently just useful for timing, although it could be extended as one (bad) way to deal with flaky tests.
llvm-svn: 88827
|
|
|
|
| |
llvm-svn: 86653
|
|
|
|
| |
llvm-svn: 86448
|
|
|
|
|
|
| |
arbitrary command line arguments to the test suite).
llvm-svn: 86137
|
|
|
|
| |
llvm-svn: 85035
|
|
|
|
| |
llvm-svn: 82978
|
|
|
|
|
|
| |
is a site configuration.
llvm-svn: 81902
|
|
|
|
| |
llvm-svn: 81751
|
|
|
|
| |
llvm-svn: 81313
|
|
|
|
| |
llvm-svn: 81312
|
|
- make install && man $(llvm-config --prefix)/share/man/man1/lit.1 for more
information.
llvm-svn: 81190
|