[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: syslogd: Adjust to readutmp changes in Gnulib.
From: |
Bruno Haible |
Subject: |
Re: syslogd: Adjust to readutmp changes in Gnulib. |
Date: |
Mon, 09 Sep 2024 15:44:25 +0200 |
Simon Josefsson wrote:
> In my experience, adding gnulib self-tests to projects lead to a
> maintainance cost to debug gnulib self-tests failures, which are rarely
> of importance to the core project.
It depends on the project.
For some projects, the gnulib self-tests are useful for quickly dispatching
responsibility to gnulib. For example, in coreutils, if some 'mkfifo' test
fails on some platform, the first thing a maintainer will look at is whether
the gnulib tests of the 'mkfifo' and 'mknod' modules fail as well. If yes,
he can quickly delegate to gnulib. Similarly, in GNU libunistring on macOS,
if I see not only the GNU libunistring tests fail but also the gnulib
tests regarding iconv(), I know that the macOS iconv() is broken and that
I need to start adding workarounds in gnulib.
In a project that uses only more-or-less "conventional" gnulib modules,
on the other hand, the gnulib self-tests probably don't help.
> Btw, if enable it would be nice to add a simple instruction to the
> README saying how to run 'make check' with gnulib self-tests disabled.
> Is there any agreed on practice to achieve that?
Not that I know of. The only common practice that I know of, so far, is
to put the gnulib-tests directory last in the SUBDIRS variable, so that
gnulib-tests failures don't mask failures of the package's core tests.
Bruno
- Re: [platform-testers] inetutils-2.5.90 released [alpha], (continued)
- Re: [platform-testers] inetutils-2.5.90 released [alpha], Bruno Haible, 2024/09/04
- Re: [platform-testers] inetutils-2.5.90 released [alpha], Bruno Haible, 2024/09/04
- Re: [platform-testers] inetutils-2.5.90 released [alpha], Collin Funk, 2024/09/04
- Re: [platform-testers] inetutils-2.5.90 released [alpha], Bruno Haible, 2024/09/04
- syslogd: Adjust to readutmp changes in Gnulib., Collin Funk, 2024/09/04
- Re: syslogd: Adjust to readutmp changes in Gnulib., Bruno Haible, 2024/09/05
- Re: syslogd: Adjust to readutmp changes in Gnulib., Simon Josefsson, 2024/09/05
- Re: syslogd: Adjust to readutmp changes in Gnulib., Erik Auerswald, 2024/09/05
- Re: syslogd: Adjust to readutmp changes in Gnulib., Collin Funk, 2024/09/05
- Re: syslogd: Adjust to readutmp changes in Gnulib., Simon Josefsson, 2024/09/09
- Re: syslogd: Adjust to readutmp changes in Gnulib.,
Bruno Haible <=
- Re: syslogd: Adjust to readutmp changes in Gnulib., Simon Josefsson, 2024/09/10
- Re: gnulib self-tests, Bruno Haible, 2024/09/10
- Re: syslogd: Adjust to readutmp changes in Gnulib., Erik Auerswald, 2024/09/07