Files
serenity/Tests/Kernel/TestEmptySharedInodeVMObject.cpp
brody-qq ebaa9f9d35 Tests/Kernel: Add more tests for shared and private mmaps
Adds the following tests:
* if there are multiple shared mmaps for the same file, writes to
  one mmap region should be visible in the other mmap regions.
* if you write to a file with write(), those changes should be
  visible in shared mmaps for that file.
* if you write to a shared mmap, those changes should be visible
  when you read() from the file.
* if you write to a private mmap, any changes you make should not
  be visible when you read() the file.
2024-07-07 18:25:32 +02:00

1.0 KiB