git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* t3512 & t3513 'unexpected passes'
@ 2017-11-20 20:16 Ramsay Jones
  2017-11-21 10:44 ` Adam Dinwoodie
  0 siblings, 1 reply; 4+ messages in thread
From: Ramsay Jones @ 2017-11-20 20:16 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Phillip Wood, Stefan Beller, GIT Mailing-list

Hi Junio,

For several days, I have been staring at some 'unexpected passes' in
the t3512-cherry-pick-submodule.sh and t3513-revert-submodule.sh test
files (tests #11-13 in both cases).

I finally found time tonight to 'git bisect' the 'problem', and found
that bisect fingered commit b5a812b298 ("sequencer: try to commit without
 forking 'git commit'", 17-11-2017).

During the bisection I stumbled across (several times) the following
compilation error:

      CC sequencer.o
  sequencer.c: In function ‘do_commit’:
  sequencer.c:1142:9: error: void value not ignored as it ought to be
       res = print_commit_summary(NULL, &oid,
           ^
  Makefile:2105: recipe for target 'sequencer.o' failed
  make: *** [sequencer.o] Error 1

which I 'fixed' like so: s/res = //

So, given that the 'fingered' commit didn't immediately seem to be
related to the problem, along with the above errors, this may well
not be the culprit.

Just FYI.

ATB,
Ramsay Jones


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-22  1:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-20 20:16 t3512 & t3513 'unexpected passes' Ramsay Jones
2017-11-21 10:44 ` Adam Dinwoodie
2017-11-21 18:19   ` Phillip Wood
2017-11-22  1:40   ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).