CVS log for src/tests/usr.bin/xlint/lint1/Attic/d_c99_bool.exp
Up to [cvs.NetBSD.org] / src / tests / usr.bin / xlint / lint1
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9
Fri Jun 17 20:23:58 2022 UTC (2 years, 5 months ago) by rillig
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
FILE REMOVED
Changes since revision 1.8: +0 -0
lines
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.8: download - view: text, markup, annotated - select for diffs
Sun Jan 16 08:40:31 2022 UTC (2 years, 10 months ago) by rillig
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -6
lines
tests/lint: update comment to reality
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jan 15 14:22:03 2022 UTC (2 years, 10 months ago) by rillig
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +8 -8
lines
tests/lint: expect complete messages in feature tests
Previously, the tests contained many comments like /* expect: 123 */,
which were useless to a casual reader since nobody is expected to learn
lint's message IDs by heart. Replace these with the complete
diagnostics, to show what lint is complaining about.
The tests named msg_*.c have been left unmodified since they mention the
full message text in their header comment.
No functional change.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Mar 21 20:44:59 2021 UTC (3 years, 8 months ago) by rillig
Branches: MAIN
CVS tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +11 -11
lines
lint: prefix error messages with 'error:'
This makes it easier to find these errors in the build logs.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jan 10 13:17:24 2021 UTC (3 years, 11 months ago) by rillig
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +11 -11
lines
lint: explain missing error for _Bool constant expressions
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jan 10 12:46:38 2021 UTC (3 years, 11 months ago) by rillig
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +0 -4
lines
lint: fix conversion of non-constant scalar to _Bool
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jan 10 12:34:56 2021 UTC (3 years, 11 months ago) by rillig
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -8
lines
lint: fix conversion of constant expressions to _Bool
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jan 10 12:29:46 2021 UTC (3 years, 11 months ago) by rillig
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0
lines
lint: add test for converting non-constant expressions to _Bool
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jan 10 11:24:42 2021 UTC (3 years, 11 months ago) by rillig
Branches: MAIN
lint: demonstrate wrong handling of conversion to _Bool
CVSweb <webmaster@jp.NetBSD.org>