summaryrefslogtreecommitdiff
path: root/Tests/Kernel/TestEFault.cpp
AgeCommit message (Expand)Author
2022-08-24Tests/Kernel: Make sure inaccessible area in TestEFault is actually thatAndreas Kling
2022-04-03Tests: Make TestEFault not rely on automatic guard pagesAndreas Kling
2022-04-03Tests: Clear errno before syscalls in TestEFaultAndreas Kling
2022-04-03Tests: Remove unused macro in TestEFaultAndreas Kling
2021-09-11Tests/Kernel: Fix test after off-by-one fix in Memory::is_user_range()Brian Gianforcaro
2021-07-18Tests: Make mmap test point to new kernel address tooPeter Bindels
2021-07-11Utilities+Tests: Convert test_efault to be LibTest basedAndrew Kaster