1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/utils/lit/tests
Louis Dionne 33bad4fe83 [lit] Print substitutions with --show-suites
We already print available features, and it can be useful to print
substitutions as well since those are a pretty fundamental part of
a test suite. We could also consider printing other things like the
test environment, however the need doesn't appear to be as strong.

As a fly-by fix, we also always print available features, even when
there are none.

Before:

  $ lit -sv libcxx/test --show-suites
  -- Test Suites --
    libc++ - 6350 tests
      Source Root: [...]
      Exec Root  : [...]
      Available Features : -faligned-allocation -fsized-deallocation [...]

After:

  $ lit -sv libcxx/test --show-suites
  -- Test Suites --
    libc++ - 6350 tests
      Source Root: [...]
      Exec Root  : [...]
      Available Features: -faligned-allocation -fsized-deallocation [...]
      Available Substitutions: %{build_module} => [...]
                               %{build} => %{cxx} -o [...]

Differential Revision: https://reviews.llvm.org/D77818
2020-04-13 12:01:12 -04:00
..
Inputs [lit] Print substitutions with --show-suites 2020-04-13 12:01:12 -04:00
unit [lit] Recursively expand substitutions 2020-03-27 09:25:26 -04:00
.coveragerc
allow-retries.py [lit] Improve test summary output 2020-04-07 22:19:50 -07:00
boolean-parsing.py
discovery.py [lit] Print substitutions with --show-suites 2020-04-13 12:01:12 -04:00
googletest-format.py
googletest-timeout.py
googletest-upstream-format.py
lit-opts.py [lit] Improve test summary output 2020-04-07 22:19:50 -07:00
lit.cfg [lit] Protect full test suite from FILECHECK_OPTS 2019-11-06 16:25:25 -05:00
lit.site.cfg.in
max-failures.py [lit] Temporarily disable failing tests on Windows 2020-04-10 20:03:44 -07:00
max-time.py [lit] Temporarily disable failing tests on Windows 2020-04-10 20:03:44 -07:00
parallelism-groups.py [lit] Improve test summary output 2020-04-07 22:19:50 -07:00
progress-bar.py
selecting.py [lit] NFC: Fix typo in log statement 2020-03-17 16:49:56 -04:00
shell-parsing.py
shtest-encoding.py
shtest-env.py [lit] Fix not calling internal commands 2019-11-05 14:09:21 -05:00
shtest-format.py [lit] Improve consistency when printing test results 2020-04-07 18:12:18 -07:00
shtest-inject.py [lit] Improve test summary output 2020-04-07 22:19:50 -07:00
shtest-not.py [lit] Fix not calling internal commands 2019-11-05 14:09:21 -05:00
shtest-output-printing.py
shtest-recursive-substitution.py [lit] Recursively expand substitutions 2020-03-27 09:25:26 -04:00
shtest-run-at-line.py [lit] Protect full test suite from FILECHECK_OPTS 2019-11-06 16:25:25 -05:00
shtest-shell.py [lit] Fix internal diff newlines for -w/-b 2019-12-17 10:49:34 -05:00
shtest-timeout.py
test-data-micro.py
test-data.py
test-output-micro.py
test-output.py
unittest-adaptor.py [lit] Add back LitTestCase 2019-10-15 20:57:20 +00:00
usage.py [lit] Refine adoption of argparse --version action 2020-03-31 16:02:16 -07:00
xunit-output.py