* make tests ignorable with "make -i"
@ 2005-11-08 9:51 Alex Riesen
2005-11-08 19:29 ` Junio C Hamano
0 siblings, 1 reply; 4+ messages in thread
From: Alex Riesen @ 2005-11-08 9:51 UTC (permalink / raw)
To: git; +Cc: Junio C Hamano
[-- Attachment #1: Type: text/plain, Size: 459 bytes --]
Allow failed tests to be ignored using make's "-i". The patch also
disables parallel make in t/. This doesn't make the testing any
different as before: the tests were run sequentially before.
It also allows to run more tests, ignoring the ones usually failing
just to figure out if something else broke. (Or to ignore plainly
uninteresting situations because of the testing being done on say...
cygwin ;)
---
How about hiding "ok ..." output?
[-- Attachment #2: make-tests-ignorable.patch --]
[-- Type: application/xxxxx, Size: 491 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: make tests ignorable with "make -i"
2005-11-08 9:51 make tests ignorable with "make -i" Alex Riesen
@ 2005-11-08 19:29 ` Junio C Hamano
2005-11-08 21:16 ` Alex Riesen
0 siblings, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2005-11-08 19:29 UTC (permalink / raw)
To: Alex Riesen; +Cc: git
Alex Riesen <raa.lkml@gmail.com> writes:
> ... (Or to ignore plainly
> uninteresting situations because of the testing being done on say...
> cygwin ;)
Could you tell us which ones break on Cygwin?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: make tests ignorable with "make -i"
2005-11-08 19:29 ` Junio C Hamano
@ 2005-11-08 21:16 ` Alex Riesen
2005-11-09 8:15 ` Alex Riesen
0 siblings, 1 reply; 4+ messages in thread
From: Alex Riesen @ 2005-11-08 21:16 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
Junio C Hamano, Tue, Nov 08, 2005 20:29:59 +0100:
> > ... (Or to ignore plainly uninteresting situations because of the
> > testing being done on say... cygwin ;)
>
> Could you tell us which ones break on Cygwin?
>
of course. I remember t4000-diff-format having problems, using chmod +x
and comparing the results afterwards (it's not really cygwin problem,
but FAT). I let the whole suite running tomorrow and just post the
failed here (instead of dreaming how nice would it be to live in a
perfect world).
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: make tests ignorable with "make -i"
2005-11-08 21:16 ` Alex Riesen
@ 2005-11-09 8:15 ` Alex Riesen
0 siblings, 0 replies; 4+ messages in thread
From: Alex Riesen @ 2005-11-09 8:15 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
On 11/8/05, Alex Riesen <raa.lkml@gmail.com> wrote:
> Junio C Hamano, Tue, Nov 08, 2005 20:29:59 +0100:
> > > ... (Or to ignore plainly uninteresting situations because of the
> > > testing being done on say... cygwin ;)
> >
> > Could you tell us which ones break on Cygwin?
> >
So far:
t4000-diff-format.sh
* FAIL 3: validate git-diff-files -p output.
compare_diff_patch current expected
t4006-diff-mode.sh
* FAIL 3: verify
diff -u expected check
t4102-apply-rename.sh
* FAIL 3: validate
test -f bar && ls -l bar | grep "^-..x......"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-11-09 8:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-08 9:51 make tests ignorable with "make -i" Alex Riesen
2005-11-08 19:29 ` Junio C Hamano
2005-11-08 21:16 ` Alex Riesen
2005-11-09 8:15 ` Alex Riesen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox