ladybird/Tests/Kernel
Peter Bindels ef85c4f747 Tests: Make mmap test point to new kernel address too
During a recent commit the 64-bit kernel was moved to a different
address, breaking this test (unnoticed). This fixes it, so we can
turn on breaking x86_64 tests on the CI again.
2021-07-18 22:08:20 +02:00
..
bind-local-socket-to-symlink.cpp LibC: Do not include errno.h inside unistd.h 2021-05-14 22:24:02 +02:00
bxvga-mmap-kernel-into-userspace.cpp
CMakeLists.txt Tests: Install non-LibTest based Kernel tests into Kernel/Legacy subdir 2021-05-21 12:05:34 +04:30
crash-fcntl-invalid-cmd.cpp LibC: Do not include errno.h inside unistd.h 2021-05-14 22:24:02 +02:00
elf-execve-mmap-race.cpp
elf-symbolication-kernel-read-exploit.cpp
fuzz-syscalls.cpp Tests: Fix compile errors on Clang 2021-07-14 13:12:25 +02:00
kill-pidtid-confusion.cpp
mmap-write-into-running-programs-executable-file.cpp
mprotect-multi-region-mrotect.cpp Kernel: Add a test for multi-region mprotect 2021-05-18 16:50:52 +02:00
munmap-multi-region-unmapping.cpp
nanosleep-race-outbuf-munmap.cpp
null-deref-close-during-select.cpp
null-deref-crash-during-pthread_join.cpp
path-resolution-race.cpp
pthread-cond-timedwait-example.cpp
setpgid-across-sessions-without-leader.cpp LibC: Do not include errno.h inside unistd.h 2021-05-14 22:24:02 +02:00
stress-truncate.cpp
stress-writeread.cpp
TestEFault.cpp Tests: Make mmap test point to new kernel address too 2021-07-18 22:08:20 +02:00
TestKernelFilePermissions.cpp
TestKernelPledge.cpp
TestKernelUnveil.cpp Kernel: Ensure that an unveil node with no permission is never accepted 2021-05-29 22:05:34 +02:00
TestProcFS.cpp Tests: TestProcFs cannot assume stdin/stdout/stderr are the same 2021-06-30 08:18:28 +04:30
uaf-close-while-blocked-in-read.cpp
unveil-symlinks.cpp