ladybird/Userland/Tests/Kernel
Gunnar Beutner f033416893 Kernel+LibC: Clean up how assertions work in the kernel and LibC
This also brings LibC's abort() function closer to the spec.
2021-04-18 11:11:15 +02:00
..
bind-local-socket-to-symlink.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
bxvga-mmap-kernel-into-userspace.cpp AK: Rename KB, MB, GB to KiB, MiB, GiB 2020-08-16 16:33:28 +02:00
CMakeLists.txt Toolchain+LibC: Fix usage of crt files 2020-12-24 21:46:35 +01:00
crash-fcntl-invalid-cmd.cpp Tests: Build automatically, fix compilation errors 2020-08-02 17:15:36 +02:00
elf-execve-mmap-race.cpp LibC+LibELF: Implement support for the dl_iterate_phdr helper 2021-04-18 10:55:25 +02:00
elf-symbolication-kernel-read-exploit.cpp LibC+LibELF: Implement support for the dl_iterate_phdr helper 2021-04-18 10:55:25 +02:00
filesystem-strips-file-suid-sgid-bits-when-modified.cpp Tests: Test set uid/gid not dropped upon file rename 2021-01-15 08:24:43 +01:00
fuzz-syscalls.cpp Kernel+LibC: Clean up how assertions work in the kernel and LibC 2021-04-18 11:11:15 +02:00
kill-pidtid-confusion.cpp Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
mmap-write-into-running-programs-executable-file.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
munmap-multi-region-unmapping.cpp Everywhere: Fix a bunch of typos 2021-04-18 10:30:03 +02:00
nanosleep-race-outbuf-munmap.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
null-deref-close-during-select.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
null-deref-crash-during-pthread_join.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
path-resolution-race.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
pledge-test-failures.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
pthread-cond-timedwait-example.cpp Test: Mark compilation-unit-only functions as static 2020-08-12 20:40:59 +02:00
setpgid-across-sessions-without-leader.cpp Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
stress-truncate.cpp Userland: Create stress-truncate test program 2021-03-13 09:27:18 +01:00
stress-writeread.cpp Tests: Create stress-writeread 2021-03-17 23:22:42 +01:00
uaf-close-while-blocked-in-read.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
unveil-symlinks.cpp Kernel: Use the resolved parent path when testing create veil (#5231) 2021-02-06 19:11:44 +01:00
unveil-test-failures.cpp Tests: Add Kernel tests for unveil system call browse 'b' flag 2020-11-28 10:08:00 +01:00