serenity/Tests/Kernel
Andrew Kaster 58797a1289 Tests: Remove all file(GLOB) from CMakeLists in Tests
Using a file(GLOB) to find all the test files in a directory is an easy
hack to get things started, but has some drawbacks. Namely, if you add
a test, it won't be found again without re-running CMake. `ninja` seems
to do this automatically, but it would be nice to one day stop seeing it
rechecking our globbed directories.
2021-09-02 09:08:23 +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 Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
CMakeLists.txt Tests: Remove all file(GLOB) from CMakeLists in Tests 2021-09-02 09:08:23 +02:00
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 Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
elf-symbolication-kernel-read-exploit.cpp Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
fuzz-syscalls.cpp Tests: Fix compile errors on Clang 2021-07-14 13:12:25 +02:00
kill-pidtid-confusion.cpp Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
mmap-write-into-running-programs-executable-file.cpp Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
mprotect-multi-region-mprotect.cpp Tests: Remove all file(GLOB) from CMakeLists in Tests 2021-09-02 09:08:23 +02:00
munmap-multi-region-unmapping.cpp Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
nanosleep-race-outbuf-munmap.cpp Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
null-deref-close-during-select.cpp Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
null-deref-crash-during-pthread_join.cpp Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
path-resolution-race.cpp Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
pthread-cond-timedwait-example.cpp Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
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 Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
stress-writeread.cpp Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
TestEFault.cpp Tests: Make mmap test point to new kernel address too 2021-07-18 22:08:20 +02:00
TestKernelAlarm.cpp Tests: Add coverage for sys$alarm() success case 2021-08-03 18:44:01 +02:00
TestKernelFilePermissions.cpp Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
TestKernelPledge.cpp Tests: Add test coverage for sys$pledge(..) argument validation 2021-07-23 19:02:25 +02:00
TestKernelUnveil.cpp Tests: Add test coverage for sys$unveil(..) argument validation 2021-07-23 19:02:25 +02:00
TestMunMap.cpp Kernel: Unmapping a non-mapped region with munmap() should be a no-op 2021-07-30 13:16:55 +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 Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
unveil-symlinks.cpp Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00