index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
make
/
unit-tests
/
moderrs.exp
Age
Commit message (
Expand
)
Author
2021-06-21
tests/make: remove unnecessary -dL from moderrs.mk
rillig
2021-06-21
tests/make: move and extend test for unmatched '\1' in ':C'
rillig
2021-06-21
Do not report unmatched regex subexpressions
sjg
2021-02-23
make: improve error message for bad modifier in variable expression
rillig
2021-02-23
make: add test for confusing error message for bad modifier
rillig
2021-02-23
make: improve error message for unclosed modifier
rillig
2021-02-23
make: improve error message for unknown modifier
rillig
2021-02-23
make: quote ':S' in error message about missing delimiter
rillig
2021-02-23
make: add quotes around variable name in an error message
rillig
2020-11-01
make(1): treat malformed :range, :ts and :[...] as errors
rillig
2020-11-01
make(1): demonstrate parsing bugs in test moderrs.mk
rillig
2020-11-01
make(1): renumber the tests in moderrs.mk, remove duplicates
rillig
2020-11-01
make(1): make test names in moderrs.mk more descriptive
rillig
2020-11-01
make(1): precisely describe the expected output in the test moderrs.mk
rillig
2020-11-01
make(1): separate sections of moderrs.mk with empty lines
rillig
2020-11-01
make(1): add section headings to the test moderrs.mk
rillig
2020-08-25
make(1): move test for the ::= modifier to varmod-assign
rillig
2020-08-09
make(1): improve test for undefined subexpression in :C modifier
rillig
2020-08-09
make(1): add test for undefined subexpression in the :C modifier
rillig
2020-08-08
make(1): improve error message in case of unfinished modifiers
rillig
2020-07-31
make(1): add test for parsing an incomplete :t modifier
rillig
2020-07-31
make(1): fix undefined behavior when parsing malformed :C modifier
rillig
2020-07-31
make(1): fix undefined behavior in malformed :S modifier
rillig
2020-07-29
make(1): fix segfault when evaluating ${::=value}
rillig
2020-07-29
make(1): add enough tests to cover the ApplyModifier functions
rillig
2020-07-29
make(1): add unit tests for parse errors in modifiers
rillig
2020-07-28
make(1): add test for modifier part with unbalanced braces
rillig
2020-07-26
make(1): add tests for :!...! parse errors
rillig
2020-07-26
make(1): add test for missing input validation in :[123] modifier
rillig
2020-07-26
make(1): fix missing error message about missing @ delimiter
rillig
2020-07-26
make(1): add test about missing delimiters in :@ modifier
rillig
2014-08-21
Give each group of tests its own output file.
apb