mesonbuild/meson

TAP implementation issue

クローズ

#6,810 opened on 2020/03/20

 (2 件のコメント) (2 件のリアクション) (0 人の担当者)Python (1,465 件のフォーク)batch import
buggood first issuetest targets

Repository metrics

Stars
 (4,978 個のスター)
PR merge metrics
 (平均マージ 139d 13h) (30d で 51 merged PRs)

説明

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

コントリビューターガイド