Up to [cvs.NetBSD.org] / src / tests / usr.bin / xlint / lint1
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jun 17 18:54:53 2022 UTC (7 months, 3 weeks ago) by rillig
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
tests/lint: make 'expect+-' comments stricter Previously, the expectations from these comments were already satisfied if the expectation occurred somewhere in the actual message from lint. This meant that the prefix 'error:' or 'warning:' could be omitted from the 'expect' comment. These omissions were hard to see in a manual review. Now any omissions must be visually marked with '...'. The test msg_342 now reports its messages properly as being in the file msg_342.c, rather than msg_341.c. This had been a copy-and-paste mistake.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Nov 20 17:27:46 2021 UTC (14 months, 2 weeks ago) by rillig
Branch: MAIN
Changes since 1.3: +4 -1
lines
Diff to previous 1.3 (colored)
tests/lint: fix negation in explanation for strict bool mode
Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 23 17:47:34 2021 UTC (17 months, 2 weeks ago) by rillig
Branch: MAIN
Changes since 1.2: +6 -1
lines
Diff to previous 1.2 (colored)
tests/lint: add tests for integer comparisons
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 19 08:37:18 2021 UTC (19 months, 2 weeks ago) by rillig
Branch: MAIN
Changes since 1.1: +3 -10
lines
Diff to previous 1.1 (colored)
lint: revert fix for endless loop in lexer for string literals String literals may contain null bytes, and these must be passed further on. This reintroduces the endless loop in the lexer, but that must be fixed in another way that doesn't destroy the error handling.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Jun 19 08:30:08 2021 UTC (19 months, 2 weeks ago) by rillig
Branch: MAIN
tests/lint: add test cases for lexical analysis