CVS log for src/tests/usr.bin/xlint/lint1/Attic/lex_string.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.4
Fri Jun 17 20:23:58 2022 UTC (2 years, 7 months ago) by rillig
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
FILE REMOVED
Changes since revision 1.3: +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.3: download - view: text, markup, annotated - select for diffs
Mon Aug 23 17:47:34 2021 UTC (3 years, 4 months ago) by rillig
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0
lines
tests/lint: add tests for integer comparisons
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jun 19 08:37:18 2021 UTC (3 years, 7 months ago) by rillig
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -8
lines
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 - view: text, markup, annotated - select for diffs
Sat Jun 19 08:30:08 2021 UTC (3 years, 7 months ago) by rillig
Branches: MAIN
tests/lint: add test cases for lexical analysis
CVSweb <webmaster@jp.NetBSD.org>