Tests will be missed if they are in the same package as a main package.
For example, the package in bug 1747622 is not running any tests, but it should. They are ignored because --tests filters out the package itself, but the tests are there.
--tests
I'd like to build new golist and check that nothing broke soon, so I'd like to incorporate this in the check as well. If no-one has any objections in the next week or so, I'm just going to merge this.
golist
Pull-Request has been merged by qulogic
Tests will be missed if they are in the same package as a main package.
For example, the package in bug 1747622 is not running any tests, but it should. They are ignored because
--testsfilters out the package itself, but the tests are there.