GNU bug report logs - #20673
tap-driver.sh: YAML should be documented in manual as not supported

Previous Next

Package: automake;

Reported by: "Arthur Schwarz" <aschwarz1309 <at> att.net>

Date: Wed, 27 May 2015 05:45:04 UTC

Severity: wishlist

Tags: confirmed

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Arthur Schwarz" <aschwarz1309 <at> att.net>
To: <bug-automake <at> gnu.org>
Subject: YAML not included in tap-driver.sh
Date: Tue, 26 May 2015 22:44:12 -0700
15.4.3 Incompatibilities with other TAP parsers and drivers
YAML should be included in the list of incompatibilities.

TAP version < 13: http://testanything.org/tap-specification.html

Java

tap4j provides objects to create TestSets, TestResults, BailOuts and, using
a TapProducer, dump it into a java.io.File or String. It also provides
TapConsumer's to load TapStreams from Strings or java.io.File's. YAMLish is
interpreted and made available as diagnostics of each TestResult object of a
TestSet.

TAP version == 13: http://testanything.org/tap-version-13-specification.html

HARNESS BEHAVIOR

In this document, the "harness" is any program analyzing TAP output.
Typically this will be Perl's runtests program, or the underlying
TAP::Harness-runtests> method. A harness must only read TAP output from
standard output and not from standard error. Lines written to standard
output matching /^(not)?ok\b/ must be interpreted as test lines. After a
test line a block of lines starting with '---' and ending with '...' will be
interpreted as an inline YAML document providing extended diagnostic
information about the preceding test. All other lines must not be considered
test output.
 
Maintenance turns design into chaos






This bug report was last modified 3 years and 149 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.