Up to [cvs.NetBSD.org] / src / tests / usr.bin / xlint / lint1
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 17 18:54:53 2022 UTC (7 months, 2 weeks ago) by rillig
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.5: +6 -6
lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Fri Apr 1 21:12:42 2022 UTC (10 months ago) by rillig
Branch: MAIN
Changes since 1.4: +5 -3
lines
Diff to previous 1.4 (colored)
tests/lint: fix comment about backslash-newline
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 29 07:28:01 2021 UTC (19 months, 1 week ago) by rillig
Branch: MAIN
Changes since 1.3: +12 -1
lines
Diff to previous 1.3 (colored)
tests/lint: add test for character constant using backslash-newline
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jun 29 07:17:43 2021 UTC (19 months, 1 week ago) by rillig
Branch: MAIN
Changes since 1.2: +22 -4
lines
Diff to previous 1.2 (colored)
tests/lint: add tests for the lexical analysis
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jun 20 18:23:07 2021 UTC (19 months, 2 weeks ago) by rillig
Branch: MAIN
Changes since 1.1: +1 -2
lines
Diff to previous 1.1 (colored)
tests/lint: remove outdated comment about '\0' That comment was only needed for lex.c 1.38 from 2021-06-18, which was fixed with lex.c 1.39 from 2021-06-19, just a day later.
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