Up to [cvs.NetBSD.org] / src / tests / usr.bin / xlint / lint1
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Sun Jun 19 11:50:42 2022 UTC (7 months, 2 weeks ago) by rillig
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.10: +8 -6
lines
Diff to previous 1.10 (colored)
tests/lint: add quotes around placeholders in a few messages
Revision 1.10 / (download) - annotate - [select for diffs], Fri Jun 17 20:23:58 2022 UTC (7 months, 2 weeks ago) by rillig
Branch: MAIN
Changes since 1.9: +10 -18
lines
Diff to previous 1.9 (colored)
tests/lint: remove .exp files, as they have become redundant Now that each lint1 test lists all generated diagnostics as 'expect' comments, the information from the .exp files is no longer needed. The only information that gets lost is the order of the diagnostics, which is mostly relevant for paired messages like 'inconsistent definition' + 'previous definition was here'.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Apr 16 09:22:25 2022 UTC (9 months, 2 weeks ago) by rillig
Branch: MAIN
Changes since 1.8: +3 -2
lines
Diff to previous 1.8 (colored)
lint: in C99 mode, allow trailing comma in enum declarations Adjust the test to be run in C90 mode instead of traditional mode, since traditional C didn't have enums.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 26 19:23:25 2021 UTC (17 months, 1 week ago) by rillig
Branch: MAIN
Changes since 1.7: +4 -3
lines
Diff to previous 1.7 (colored)
tests/lint: add tests for several messages
Revision 1.7 / (download) - annotate - [select for diffs], Mon Aug 16 06:24:37 2021 UTC (17 months, 2 weeks ago) by rillig
Branch: MAIN
Changes since 1.6: +1 -2
lines
Diff to previous 1.6 (colored)
tests/lint: remove unintended debugging output
Revision 1.6 / (download) - annotate - [select for diffs], Mon Aug 16 06:15:51 2021 UTC (17 months, 2 weeks ago) by rillig
Branch: MAIN
Changes since 1.5: +3 -2
lines
Diff to previous 1.5 (colored)
tests/lint: fix check for expected message in msg tests
Revision 1.5 / (download) - annotate - [select for diffs], Sun Aug 8 13:19:51 2021 UTC (17 months, 3 weeks ago) by rillig
Branch: MAIN
Changes since 1.4: +4 -2
lines
Diff to previous 1.4 (colored)
tests/lint: clean up accept.sh, document test for removed assertion
Revision 1.4 / (download) - annotate - [select for diffs], Thu Aug 5 06:34:43 2021 UTC (17 months, 4 weeks ago) by rillig
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
tests/lint: test emitting 128-bit integer types for lint2
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jul 11 14:43:57 2021 UTC (18 months, 3 weeks ago) by rillig
Branch: MAIN
Changes since 1.2: +4 -1
lines
Diff to previous 1.2 (colored)
tests/lint: when accepting test results, skip crashes
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jul 11 12:07:14 2021 UTC (18 months, 3 weeks ago) by rillig
Branch: MAIN
Changes since 1.1: +4 -1
lines
Diff to previous 1.1 (colored)
tests/lint: suppress ShellCheck warnings for intentional violations The undeclared variables are generated by the AWK program. The variable 'flags' must be split into words at exactly this point.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jun 29 09:44:25 2021 UTC (19 months ago) by rillig
Branch: MAIN
tests/lint: add 'make accept' to update the expected output