ktest: Add make_warnings_file and process full warnings
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Wed, 30 Jan 2013 23:37:47 +0000 (18:37 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 31 Jan 2013 15:24:56 +0000 (10:24 -0500)
commit4283b169abfb0380850b56287ee644697ecf321a
treefb7bd9ab621a17d2e566b8f6e65dded09a4ad78c
parent04262be3db53d2b77ec09fa3e4d18313b6b9dcf9
ktest: Add make_warnings_file and process full warnings

Although the patchcheck test checks for warnings in the files that were
changed, this check does not catch warnings that were caused by header
file changes and the warnings appear in C files not touched by the
commit.

Add a new option called WARNINGS_FILE. If this option is set, then the
file it points to is read before bulid, and the file should contain a
list of known warnings. If a warning appears in the build, this file is
checked, and if the warning does not exist in this file, then it fails
the build showing the new warning.

If the WARNINGS_FILE points to a file that does not exist, this will
cause any warning in the build to fail.

A new test is also added called "make_warnings_file". This test will
create do a build and record any warnings it finds into the
WARNINGS_FILE. This test is something that can be run before other tests
to build a warnings file of "known warnings", ie, warnings that were
there before your changes.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
tools/testing/ktest/examples/include/patchcheck.conf
tools/testing/ktest/ktest.pl
tools/testing/ktest/sample.conf