Module Name: src Committed By: rillig Date: Tue May 25 19:22:18 UTC 2021
Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile d_gcc_extension.c Removed Files: src/tests/usr.bin/xlint/lint1: d_gcc_extension.exp Log Message: tests/lint: make test d_gcc_extension platform-independent That test was intended to test the keywords '__extension__' and '__typeof'. The GCC builtin functions were just a side-effect. These built-in functions generated error messages on platforms such as amd64 where sizeof(long double) != sizeof(double), but not on others such as sparc. The current infrastructure for the lint tests cannot handle tests with platform-dependent outcome. To generate a diff of this commit: cvs rdiff -u -r1.1053 -r1.1054 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.58 -r1.59 src/tests/usr.bin/xlint/lint1/Makefile cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/xlint/lint1/d_gcc_extension.c cvs rdiff -u -r1.6 -r0 src/tests/usr.bin/xlint/lint1/d_gcc_extension.exp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.