Add support for multi-file tests #366
Annotations
10 errors and 1 warning
|
ruff (F401):
tests/lit/lit/TestRunner.py#L2
tests/lit/lit/TestRunner.py:2:8: F401 `errno` imported but unused
help: Remove unused import: `errno`
|
|
ruff (E713):
tests/lit/lit/Test.py#L366
tests/lit/lit/Test.py:366:20: E713 Test for membership should be `not in`
help: Convert to `not in`
|
|
ruff (E722):
tests/lit/lit/ProgressBar.py#L114
tests/lit/lit/ProgressBar.py:114:9: E722 Do not use bare `except`
|
|
ruff (E722):
tests/lit/lit/ProgressBar.py#L103
tests/lit/lit/ProgressBar.py:103:9: E722 Do not use bare `except`
|
|
ruff (E401):
tests/lit/lit/ProgressBar.py#L6
tests/lit/lit/ProgressBar.py:6:1: E401 Multiple imports on one line
help: Split imports
|
|
ruff (F401):
tests/lit/lit/LitConfig.py#L4
tests/lit/lit/LitConfig.py:4:8: F401 `platform` imported but unused
help: Remove unused import: `platform`
|
|
ruff (E402):
tests/lit/lit/BooleanExpression.py#L160
tests/lit/lit/BooleanExpression.py:160:1: E402 Module level import not at top of file
|
|
ruff (F821):
tests/lit.cfg.py#L6
tests/lit.cfg.py:6:1: F821 Undefined name `config`
|
|
ruff (F821):
tests/lit.cfg.py#L5
tests/lit.cfg.py:5:1: F821 Undefined name `config`
|
|
ruff (F821):
tests/lit.cfg.py#L4
tests/lit.cfg.py:4:1: F821 Undefined name `config`
|
|
format
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: astral-sh/ruff-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|