mutter/src
Jonas Ådahl b50353ba23 Add 'catch' option
The catch option makes test run via 'catch'[1], which will log
backtraces whenever an abort or segmentation fault happens in any of the
subprocesses. The aim is to enable this when running in CI to help
debugging crashes that only tend to happen in CI.

While it's possible to wrap the whole meson command in 'catch', doing so
doesn't cover the KVM tests, so this option is added instead that covers
both cases.

[1] https://gitlab.gnome.org/jadahl/catch/

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2561>
2022-08-19 15:39:31 +02:00
..
backends Update meta connector types enum 2022-08-17 08:37:35 +00:00
compositor texture-mipmap: Fix some leaks and tidy up 2022-08-10 11:52:39 +00:00
core window: Add monitor finder using stored IDs 2022-08-11 11:32:42 +00:00
meta main: Add meta-context to the header 2022-08-10 10:47:51 +00:00
tests Add 'catch' option 2022-08-19 15:39:31 +02:00
ui frames: Add basic color-scheme support 2022-07-29 13:19:23 +00:00
wayland wayland: Fix thinko in paired tablet loop filter 2022-08-13 00:39:54 +02:00
x11 window: Make monitor from rect finder helper more clearly named 2022-08-11 11:32:42 +00:00
libmutter.pc.in
meson.build wayland: Add single pixel buffer support 2022-08-02 12:19:42 +00:00
meta-private-enum-types.c.in build: Add missing include 2022-08-10 20:28:40 +02:00
meta-private-enum-types.h.in