unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#55326: libgit2 1.3.0 includes a time-dependent test
@ 2022-05-08 21:06 Ludovic Courtès
  2022-05-08 22:11 ` Ludovic Courtès
  2022-06-03 17:58 ` Maxime Devos
  0 siblings, 2 replies; 10+ messages in thread
From: Ludovic Courtès @ 2022-05-08 21:06 UTC (permalink / raw)
  To: 55326

libgit2 1.3.0 (and 1.4.3, it seems) includes a time-dependent test:
‘refs::revparse::date’, in ‘tests/refs/revparse.c’, assumes
“HEAD@{10 years ago}” doesn't match anything in the sample repositories,
which is no longer true:

--8<---------------cut here---------------start------------->8---
$ date
Sun May  8 11:04:31 PM CEST 2022
$ ./libgit2_clar -v -Q -srefs::revparse::date
Loaded 404 suites: 
Started (test status codes: OK='.' FAILURE='F' SKIPPED='S')

refs::revparseF

  1) Failure:
refs::revparse::date [/tmp/guix-build-libgit2-1.3.0.drv-0/source/tests/refs/revparse.c:31]
  Function call succeeded: error
  no error, expected non-zero return

$ /gnu/store/wy3ww7znqhlg84vg6cmw1m12z1drxwh1-libfaketime-0.9.9/bin/faketime 2021-12-12 ./libgit2_clar -v -Q -srefs::revparse::date
Loaded 404 suites: 
Started (test status codes: OK='.' FAILURE='F' SKIPPED='S')

refs::revparse.

--8<---------------cut here---------------end--------------->8---

Thus, as of 6b588da368c77cde82ea2f22ca315116228777ad, libgit2 now fails
to build; a few months ago, it would build fine.

Ludo’.




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

end of thread, other threads:[~2022-06-08 16:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-08 21:06 bug#55326: libgit2 1.3.0 includes a time-dependent test Ludovic Courtès
2022-05-08 22:11 ` Ludovic Courtès
2022-05-09  7:25   ` Maxime Devos
2022-05-09  8:49     ` Ludovic Courtès
2022-05-09 10:10       ` Maxime Devos
2022-05-10 15:50         ` Ludovic Courtès
2022-05-09 19:33     ` Carl Dong
2022-05-10 15:48       ` Ludovic Courtès
2022-06-03 17:58 ` Maxime Devos
2022-06-08 16:16   ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).