]> sourceware.org Git - libabigail.git/commit
tests: Update to catch.hpp v2.13.4 and fix #2178 libabigail-1.8.2
authorDodji Seketeli <dodji@redhat.com>
Tue, 23 Feb 2021 16:00:19 +0000 (17:00 +0100)
committerDodji Seketeli <dodji@redhat.com>
Wed, 24 Feb 2021 08:12:06 +0000 (09:12 +0100)
commit8ae8dcb8d5b87dafd0b9fdd716654e4bf3284c95
tree86f73f236bc6e58f266752c5f9183a05d6ad500e
parent77bc4b7b1502b2049b2b754069b5187c768f72c8
tests: Update to catch.hpp v2.13.4 and fix #2178

This patch is about fixing a compilation error that we are seeing on
Fedora Rawhide with glibc 2.33.9000, which makes MINSIGSTKSZ not be a
constant value anymore.  Thus, the sigStackSize variable that is
declared constexpr cannot use that MINSIGSTKSZ as initializer anymore.

So as suggested in the issue
https://github.com/catchorg/Catch2/issues/2178 filed against
'catchorg' for this purpose, I am hardwiring the initialization value
of sigStackSize for now.

* tests/lib/catch.hpp: Update to v2.13.4 and initialize
sigStackSize to 32768 for now, as suggested by
https://github.com/catchorg/Catch2/issues/2178.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
tests/lib/catch.hpp
This page took 0.028937 seconds and 5 git commands to generate.