#
ecb2cf6d |
| 03-Jan-2025 |
rillig <rillig@NetBSD.org> |
tests/lint: run lint1 tests in one fell swoop
This generates fewer details in the ATF test reports, as the platform-specific tests that are skipped are not mentioned individually.
|
#
7caac601 |
| 28-Jan-2024 |
rillig <rillig@NetBSD.org> |
tests/lint: enforce diagnostics to be listed in chronologic order
While here, fix the tests on uchar platforms.
|
#
ea712737 |
| 28-Jan-2024 |
rillig <rillig@NetBSD.org> |
tests/lint: sort diagnostics in ilp32 tests chronologically
|
#
d2c16d57 |
| 28-Jan-2024 |
rillig <rillig@NetBSD.org> |
tests/lint: sort multiple diagnostics per line chronologically
For now, the chronologic order is not enforced but has to be established manually, for example by removing all 'expect' comment lines a
tests/lint: sort multiple diagnostics per line chronologically
For now, the chronologic order is not enforced but has to be established manually, for example by removing all 'expect' comment lines and regenerating them with 'accept.sh -u'.
While here, clean up a few instances that came up when regenerating the 'expect' comments, such as wrong indentation or needless deviation from the 'expect+1' form.
show more ...
|
#
a4d99aad |
| 27-Jan-2024 |
rillig <rillig@NetBSD.org> |
tests/lint: test integer constants in different language levels
|
#
fdd1c406 |
| 11-Aug-2023 |
rillig <rillig@NetBSD.org> |
tests/lint: test parsing of preprocessing directives
|
#
1d1794a8 |
| 08-Jul-2023 |
rillig <rillig@NetBSD.org> |
tests/lint: fix a few ilp32 tests
|
#
223ac6e8 |
| 08-Jul-2023 |
rillig <rillig@NetBSD.org> |
tests/lint: automate accepting changed test results
|
#
bff65bda |
| 06-Jul-2023 |
rillig <rillig@NetBSD.org> |
tests/lint: ensure consistent preprocessor filenames in tests
The deviations often happen when copying or renaming tests.
|
#
c6d4ed97 |
| 01-Jul-2023 |
rillig <rillig@NetBSD.org> |
lint: clean up typos
|
#
15b1ffda |
| 28-Jun-2023 |
rillig <rillig@NetBSD.org> |
tests/lint: fix preprocessor line number validation
When running the tests via ATF, the filename was an absolute filename, while the preprocessing line in the test file uses a relative filename. The
tests/lint: fix preprocessor line number validation
When running the tests via ATF, the filename was an absolute filename, while the preprocessing line in the test file uses a relative filename. These two didn't match.
show more ...
|
#
908cc94b |
| 19-Jun-2022 |
rillig <rillig@NetBSD.org> |
tests/lint: add quotes around placeholders in a few messages
|
#
6d392590 |
| 17-Jun-2022 |
rillig <rillig@NetBSD.org> |
tests/lint: move check-expect.lua to tests/lint1
It is only used for testing lint1, not for lint2 or xlint.
|