gtk/testsuite
Benjamin Otte 4814c5f653 array: Don't overflow array size
Copy what gcc's libstdc++ does for vectors to avoid overflows:

1. Define a max size macro and assert against it
   Note that we don't assert but actually check, because this needs
   to abort even if assertions are disabled.
2. Don't do fancy math to compute new capacity.
   Just size *= 2 instead and be careful about overflow.
2024-05-10 21:22:03 -04:00
..
a11y Test the new property and fix oversights found by the test 2024-04-23 11:40:51 +02:00
css testsuite: Add css variables tests 2024-05-10 18:29:48 +04:00
gdk array: Don't overflow array size 2024-05-10 21:22:03 -04:00
gsk Fix recent test breakage 2024-05-06 17:11:44 -04:00
gtk testsuite: Remove leftover code from meson.build 2024-05-02 20:28:27 -03:00
headless ci: Build testsuite for macOS 2024-02-17 14:31:51 +01:00
introspection ci: Build testsuite for macOS 2024-02-17 14:31:51 +01:00
reftests reftests: Stop using xpm images 2024-04-28 23:54:55 -04:00
tools tests: Update for the new setting 2024-04-19 12:56:34 -04:00
meson.build ci: Reshuffle test setups 2023-11-19 08:24:38 -05:00
testutils.c testsuite: fix memleak 2023-06-05 05:33:07 +02:00
testutils.h testsuite: Make function arguments const 2021-11-30 14:12:10 +01:00