mesonbuild/meson

TAP implementation issue

已关闭

#6,810 创建于 2020年3月20日

 (2 条评论) (2 个反应) (0 位负责人)Python (1,465 个派生)batch import
buggood first issuetest targets

仓库指标

星标
 (4,978 个星标)
PR 合并指标
 (平均合并 139天 13小时) (30 天内合并 51 个 PR)

描述

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

贡献者指南