We use expectFail
to ensure that skipped tests don't succeed. We however don't currently check why they fail: A skipped parser test may be expected to fail with a parse error, but the test suite also passes if the test file is missing.
I don't think this is a big problem, but I wanted to point it out.