mesonbuild/meson

TAP implementation issue

Open

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

在 GitHub 查看
 (2 评论) (2 反应) (0 负责人)Python (4,978 star) (1,465 fork)batch import
buggood first issuetest targets

描述

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

贡献者指南