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 合併指標
 (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,))

貢獻者指南