mesonbuild/meson

TAP implementation issue

Open

#6 810 ouverte le 20 mars 2020

Voir sur GitHub
 (2 commentaires) (2 réactions) (0 assignés)Python (1 465 forks)batch import
buggood first issuetest targets

Métriques du dépôt

Stars
 (4 978 stars)
Métriques de merge PR
 (Merge moyen 30j 19h) (63 PRs mergées en 30 j)

Description

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,))

Guide contributeur