Skip to content

tests/core: Set size of SHM files

Colin Kinloch requested to merge ColinKinloch/way-assay:wl_shm_pool_size into main

Currently SHM files are not sized on creation, this MR fixes that.

It also adds shm_create_pool_from_fd to give test a mechanism to manage their own files.

It's odd that anvil didn't throw an error.

This stops shm tests from crashing mir.

Merge request reports