Age | Commit message (Collapse) | Author |
|
Use 4 spaces for indentations.
Use the same syntax for all functions.
No real code changes (except removal of unnecessary ";" from
"exit 1" command).
|
|
|
|
|
|
|
|
Part of 32705.
|
|
Part of 32705.
|
|
And canonicalise file paths, so that output is consistent, even in
out-of-tree builds.
Capturing stderr output produces better diagnostics.
Diagnostics for 32705.
|
|
When practracker is disabled, its output will be empty. We don't
want that happening during our tests.
Fixes bug 32705; bugfix on 0.4.2.1-alpha, when test_practracker.sh
was introduced.
|
|
Make sure that we list overbroad exceptions, and nothing else
|
|
|
|
|
|
These tests check our .may_include checking, and our header file
checking.
They do not pass yet: we have a bug in our filtering code.
|
|
The required change is to ignore trailing CRs when diffing files.
|
|
This makes all of the practracker tests get run by make check, and
hence by our CI.
Closes ticket 31304.
|
|
This test runs practracker with a set of 0 thresholds, to make sure
that it enumerates all its values right. It tries running with an
empty exceptions file, and with an exceptions file that covers
_some_ of the data, and it makes sure that the outputs are as expected.
|