buggood first issuetest targets
Metriche repository
- Star
- (4978 star)
- Metriche merge PR
- (Merge medio 30g 19h) (63 PR mergiate in 30 g)
Descrizione
Describe the bug
The TAP protocol states:
Any output line that is not a version, a plan, a test line, a diagnostic or a bail out is considered an “unknown” line. A TAP parser is required to not consider an unknown line as an error
Yet, the meson TAP parser does:
yield self.Error('unexpected input at line %d' % (lineno,))