Re: Explicitly skip TAP tests under Meson if disabled

From: "Tristan Partin" <tristan(at)neon(dot)tech>
To: "Peter Eisentraut" <peter(at)eisentraut(dot)org>
Cc: "pgsql-hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Explicitly skip TAP tests under Meson if disabled
Date: 2023-10-31 16:03:12
Message-ID: CWMR2E3HWKXJ.6I8GLYSI4GQE@neon.tech
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Peter,

You may find value in this Meson PR[0] adding a skip keyword argument to
Meson's test() function. From what I understand of the PR and your
issue, they seem related. If you could provide a comment describing why
this is valuable to you, it would be good to help the Meson
maintainers understand the use case better.

Thanks!

[0]: https://github.com/mesonbuild/meson/pull/12362

--
Tristan Partin
Neon (https://neon.tech)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tommy Pavlicek 2023-10-31 16:10:34 Re: [PATCH] Extend ALTER OPERATOR to support adding commutator, negator, hashes, and merges
Previous Message Bruce Momjian 2023-10-31 16:00:38 Re: Add lasterrno setting for dir_existsfile()