mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 09:26:28 +02:00
This adds the following tests: * test that writes to a MAP_SHARED | MAP_ANONYMOUS mmap region are visible in processes sharing the region. * test that writes to a MAP_PRIVATE | MAP_ANONYMOUS mmap region are not visible in processes sharing the region. * test that multi-region mmaps backed by cow pages work correctly.
3.4 KiB
3.4 KiB