ladybird/Tests/Kernel
Gunnar Beutner dadf656dc9 Tests+Userland: Prefer using __builtin_trap() instead of UD2
This way we don't have to hard-code per-architecture instructions.
2022-10-14 13:01:13 +02:00
..
bind-local-socket-to-symlink.cpp
CMakeLists.txt Tests/Kernel: Add tests to ensure we don't regress InodeVMObjects 2022-09-26 20:00:34 +03:00
crash-fcntl-invalid-cmd.cpp
crash.cpp Tests+Userland: Prefer using __builtin_trap() instead of UD2 2022-10-14 13:01:13 +02:00
elf-execve-mmap-race.cpp
elf-symbolication-kernel-read-exploit.cpp
fuzz-syscalls.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
kill-pidtid-confusion.cpp Everywhere: Refer to pthread.h by its non-prefixed name 2022-07-19 11:00:35 +01:00
mmap-write-into-running-programs-executable-file.cpp
mprotect-multi-region-mprotect.cpp
munmap-multi-region-unmapping.cpp
nanosleep-race-outbuf-munmap.cpp
null-deref-close-during-select.cpp
null-deref-crash-during-pthread_join.cpp Tests+Userland: Prefer using __builtin_trap() instead of UD2 2022-10-14 13:01:13 +02:00
path-resolution-race.cpp
pthread-cond-timedwait-example.cpp
setpgid-across-sessions-without-leader.cpp
siginfo-example.cpp Tests: Fix new GCC 12 warnings 2022-05-12 13:12:37 +02:00
stress-truncate.cpp
stress-writeread.cpp
TestEFault.cpp Tests/Kernel: Make sure inaccessible area in TestEFault is actually that 2022-08-24 18:35:41 +02:00
TestEmptyPrivateInodeVMObject.cpp Tests/Kernel: Add tests to ensure we don't regress InodeVMObjects 2022-09-26 20:00:34 +03:00
TestEmptySharedInodeVMObject.cpp Tests/Kernel: Add tests to ensure we don't regress InodeVMObjects 2022-09-26 20:00:34 +03:00
TestInvalidUIDSet.cpp
TestKernelAlarm.cpp
TestKernelFilePermissions.cpp
TestKernelPledge.cpp
TestKernelUnveil.cpp
TestMemoryDeviceMmap.cpp
TestMunMap.cpp
TestPrivateInodeVMObject.cpp Tests/Kernel: Add tests to ensure we don't regress InodeVMObjects 2022-09-26 20:00:34 +03:00
TestProcFS.cpp
TestProcFSWrite.cpp
TestSharedInodeVMObject.cpp Tests/Kernel: Add tests to ensure we don't regress InodeVMObjects 2022-09-26 20:00:34 +03:00
TestSigAltStack.cpp AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places 2022-10-04 23:35:07 +01:00
TestSigHandler.cpp Tests: Add tests for inheriting signal handlers 2022-07-05 20:58:38 +03:00
TestSigWait.cpp
uaf-close-while-blocked-in-read.cpp
unveil-symlinks.cpp