bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] tests: skip thread-using tests when threading is disabled


From: Bruno Haible
Subject: Re: [PATCH] tests: skip thread-using tests when threading is disabled
Date: Sun, 05 Jan 2020 20:59:06 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-170-generic; KDE/5.18.0; x86_64; ; )

Hi Jim,

> sed's configure.ac specifies gl_DISABLE_THREADS, and that caused three
> thread-using gnulib tests to fail. Add an #if-guarded exit (77) to each
> of those, so they are skipped in this case.

Thanks for this. I prefer to move the #if around most of the file,
  - because the main() function here already is quite complex,
  - so that there's less trouble if someone wants to use --avoid=thread
    some day.

Pushed the attached patch.

Bruno

Attachment: 0001-tests-skip-thread-using-tests-when-threading-is-disa.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]