darcs

Issue 1112 wish: less confusing cabal test bugs output

Title wish: less confusing cabal test bugs output
Priority wishlist Status wont-fix
Milestone Resolved in
Superseder Nosy List darcs-devel, dmitry.kurochkin, jaredj, kowey, thorkilnaur
Assigned To
Topics Devel, ProbablyEasy

Created on 2008-09-29.17:15:14 by kowey, last changed 2009-08-27.14:27:58 by admin.

Messages
msg6175 (view) Author: kowey Date: 2008-09-29.17:15:09
The shell harness should be updated so that 'make bugs' treats test failures as
normal.

Also: one thing worth looking into is silencing the shell failures (just saying
fail, rather than returning the whole -ev output).  I suspect the way to go
about this is to remove -ev from test scripts...

AH, but then how do we know what when wrong?  How do we get the context?  What I
would propose is that if there is a tests_to_run file, we run the tests as if
-ev was set.  Alternatively, we could always set -ev for tests/ but not for
bugs/ (because failing is normal)
msg6177 (view) Author: thorkilnaur Date: 2008-09-30.04:08:20
The ghc tests are arranged to give separate (1) complete output; (2) output 
from unexpected results; (3) summary. See http://darcs.haskell.org/buildbot/all/
waterfall. This seems rather convenient.

Best regards
Thorkil
msg6191 (view) Author: droundy Date: 2008-10-01.19:02:38
Removing -ev from the test scripts would be deadly (in the sense that it could
destroy your darcs repository).  Please don't do that.

We could suppress output on bugs, provided we allow VERBOSE to cause it to be
displayed.
msg8287 (view) Author: kowey Date: 2009-08-19.10:52:59
I no longer think this is worth spending time on, but feel free to re-open
History
Date User Action Args
2008-09-29 17:15:14koweycreate
2008-09-30 04:08:22thorkilnaursetstatus: unread -> unknown
nosy: kowey, dagit, simon, thorkilnaur, jaredj
messages: + msg6177
2008-10-01 19:02:40droundysetnosy: + droundy
messages: + msg6191
2009-08-06 18:01:04adminsetnosy: + markstos, jast, Serware, dmitry.kurochkin, darcs-devel, zooko, mornfall, tommy, beschmi, - droundy, jaredj
2009-08-06 21:13:07adminsetnosy: - beschmi
2009-08-10 21:49:23adminsetnosy: + jaredj, - tommy, markstos, darcs-devel, zooko, jast, Serware, mornfall
2009-08-10 23:47:00adminsetnosy: - dagit
2009-08-19 10:53:05koweysetstatus: unknown -> wont-fix
nosy: kowey, simon, thorkilnaur, jaredj, dmitry.kurochkin
topic: + Devel
messages: + msg8287
title: wish: less confusing make bugs output -> wish: less confusing cabal test bugs output
2009-08-25 17:29:51adminsetnosy: + darcs-devel, - simon
2009-08-27 14:27:58adminsetnosy: kowey, darcs-devel, thorkilnaur, jaredj, dmitry.kurochkin