Up to [cvs.NetBSD.org] / src / tests / usr.bin / xlint / lint1
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Fri Jun 17 18:54:53 2022 UTC (7 months, 1 week ago) by rillig
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (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.3 / (download) - annotate - [select for diffs], Sun Feb 27 11:40:30 2022 UTC (11 months ago) by rillig
Branch: MAIN
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
lint: C99 has been released, so refer to it by its proper name
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jul 14 20:39:13 2021 UTC (18 months, 2 weeks ago) by rillig
Branch: MAIN
Changes since 1.1: +8 -1
lines
Diff to previous 1.1 (colored)
tests/lint: add several tests for edge cases in the grammar
Revision 1.1 / (download) - annotate - [select for diffs], Sat Jul 10 09:24:27 2021 UTC (18 months, 3 weeks ago) by rillig
Branch: MAIN
tests/lint: add more tests for covering the grammar