git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* One failed self test on Debian HURD
@ 2020-04-21 20:56 Jeffrey Walton
  2020-04-21 21:05 ` Jeff King
  0 siblings, 1 reply; 2+ messages in thread
From: Jeffrey Walton @ 2020-04-21 20:56 UTC (permalink / raw)
  To: Git List

Hi Everyone,

Debian HURD is catching a self test failure. It looks like its been
seen on both 2.25 and 2.26. The report below is for Git 2.26.2.

Also see https://buildd.debian.org/status/fetch.php?pkg=git&arch=hurd-i386&ver=1%3A2.26.2-1&stamp=1587409938

Jeff

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

* Re: One failed self test on Debian HURD
  2020-04-21 20:56 One failed self test on Debian HURD Jeffrey Walton
@ 2020-04-21 21:05 ` Jeff King
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff King @ 2020-04-21 21:05 UTC (permalink / raw)
  To: Jeffrey Walton; +Cc: Git List

On Tue, Apr 21, 2020 at 04:56:56PM -0400, Jeffrey Walton wrote:

> Debian HURD is catching a self test failure. It looks like its been
> seen on both 2.25 and 2.26. The report below is for Git 2.26.2.
> 
> Also see https://buildd.debian.org/status/fetch.php?pkg=git&arch=hurd-i386&ver=1%3A2.26.2-1&stamp=1587409938

That log shows the error in:

  expecting success of 1308.23 'proper error on directory "files"': 
        echo "Error (-1) reading configuration file a-directory." >expect &&
        mkdir a-directory &&
        test_expect_code 2 test-tool config configset_get_value foo.bar a-directory 2>output &&
        grep "^warning:" output &&
        grep "^Error" output >actual &&
        test_cmp expect actual
  test_expect_code: command exited with 128, we wanted 2 test-tool config configset_get_value foo.bar a-directory

Perhaps HURD needs the FREAD_READS_DIRECTORIES Makefile knob set?

-Peff

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

end of thread, other threads:[~2020-04-21 21:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-21 20:56 One failed self test on Debian HURD Jeffrey Walton
2020-04-21 21:05 ` Jeff King

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).