NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PR/53280 CVS commit: src/sys/compat/netbsd32



The following reply was made to PR kern/53280; it has been noted by GNATS.

From: Andreas Gustafsson <gson%gson.org@localhost>
To: christos%zoulas.com@localhost (Christos Zoulas), martin%duskware.de@localhost, gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: PR/53280 CVS commit: src/sys/compat/netbsd32
Date: Mon, 14 May 2018 16:14:11 +0300

 Christos Zoulas wrote:
 > |  I understand what you mean, but often test failures are hard to reproduce
 > |  elsewhere and it is good to have debugging output available from the
 > |  initial failure.
 > 
 > Right, but there is a cost to printing everytime. Perhaps have a verbose
 > option that is uniform amongst tests so at least the test runner can choose.
 
 Reducing the amount of printing done by the test cases themselves
 wouldn't have helped here, because the output that got buffered did
 not actually contain anything printed *by* the test case, but was just
 the atf-report "ticker" output *listing* each test case, its execution
 time, and outcome, for example:
 
     libbpfjit_opt_ld_abs_3: [0.009291s] Passed.
 
 Adding a new atf-report output format with one just line per test
 program rather than one per test case would probably help, but I don't
 think it would be a good trade-off - I grep console logs for the
 outcomes of individual test cases on a regular basis, but the present
 problem of a kernel panic getting attributed to the wrong test has
 only happened once.
 -- 
 Andreas Gustafsson, gson%gson.org@localhost
 


Home | Main Index | Thread Index | Old Index