mesonbuild/meson

TAP implementation issue

Open

#6.810 aberto em 20 de mar. de 2020

Ver no GitHub
 (2 comments) (2 reactions) (0 assignees)Python (1.465 forks)batch import
buggood first issuetest targets

Métricas do repositório

Stars
 (4.978 stars)
Métricas de merge de PR
 (Mesclagem média 30d 19h) (63 fundiu PRs em 30d)

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

Guia do colaborador