Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   rillig
Date:           Thu Jul  8 05:18:49 UTC 2021

Modified Files:
        src/distrib/sets/lists/tests: mi
        src/tests/usr.bin/xlint/lint1: Makefile msg_002.c msg_002.exp msg_072.c
            msg_072.exp
Added Files:
        src/tests/usr.bin/xlint/lint1: msg_000_c90.c msg_000_c90.exp
            msg_001_c90.c msg_001_c90.exp msg_272_c90.c msg_272_c90.exp

Log Message:
tests/lint: add tests for C90 mode and malformed declarations

In the grammar, 148 lines are still uncovered by the tests.  The
untested parts are mostly obscure declarations and a few parse errors.


To generate a diff of this commit:
cvs rdiff -u -r1.1077 -r1.1078 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.80 -r1.81 src/tests/usr.bin/xlint/lint1/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/xlint/lint1/msg_000_c90.c \
    src/tests/usr.bin/xlint/lint1/msg_000_c90.exp \
    src/tests/usr.bin/xlint/lint1/msg_001_c90.c \
    src/tests/usr.bin/xlint/lint1/msg_001_c90.exp \
    src/tests/usr.bin/xlint/lint1/msg_272_c90.c \
    src/tests/usr.bin/xlint/lint1/msg_272_c90.exp
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/xlint/lint1/msg_002.c \
    src/tests/usr.bin/xlint/lint1/msg_072.c
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/xlint/lint1/msg_002.exp \
    src/tests/usr.bin/xlint/lint1/msg_072.exp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index