1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-17 17:52:24 +00:00
serenity/Tests/Kernel
Tim Schumacher 9e8c698ae8 Tests: Remove the RDTSC kernel crash test
We will remove the RDTSC instruction restriction to allow QEMU to read
an accurate time, so this will no longer crash and therefore fail the
test.
2022-07-08 22:27:38 +00:00
..
bind-local-socket-to-symlink.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CMakeLists.txt Tests: Add tests for inheriting signal handlers 2022-07-05 20:58:38 +03:00
crash-fcntl-invalid-cmd.cpp
crash.cpp Tests: Remove the RDTSC kernel crash test 2022-07-08 22:27:38 +00:00
elf-execve-mmap-race.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
elf-symbolication-kernel-read-exploit.cpp
fuzz-syscalls.cpp Kernel: Stop requiring working malloc for syscall.h includes 2022-05-02 12:44:34 +02:00
kill-pidtid-confusion.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
mmap-write-into-running-programs-executable-file.cpp
mprotect-multi-region-mprotect.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
munmap-multi-region-unmapping.cpp
nanosleep-race-outbuf-munmap.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
null-deref-close-during-select.cpp Tests: Fix -Wunreachable-code warnings from clang 2021-10-08 23:33:46 +02:00
null-deref-crash-during-pthread_join.cpp
path-resolution-race.cpp Tests: Fix -Wunreachable-code warnings from clang 2021-10-08 23:33:46 +02:00
pthread-cond-timedwait-example.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
setpgid-across-sessions-without-leader.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
siginfo-example.cpp Tests: Fix new GCC 12 warnings 2022-05-12 13:12:37 +02:00
stress-truncate.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
stress-writeread.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TestEFault.cpp Tests: Make TestEFault not rely on automatic guard pages 2022-04-03 21:51:58 +02:00
TestInvalidUIDSet.cpp Kernel: Return EINVAL when specifying -1 for setuid and similar syscalls 2021-12-20 11:32:16 +01:00
TestKernelAlarm.cpp
TestKernelFilePermissions.cpp Userland+Tests: Convert File::read_link() from String to ErrorOr<String> 2022-03-24 11:57:51 +01:00
TestKernelPledge.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TestKernelUnveil.cpp
TestMemoryDeviceMmap.cpp Tests: Unmap memory ranges on /dev/mem after testing mmap(2) 2022-01-14 19:42:11 +02:00
TestMunMap.cpp
TestProcFS.cpp
TestProcFSWrite.cpp Kernel: Write test that crashes ProcFS 2021-10-31 18:44:12 +01:00
TestSigAltStack.cpp Tests: Fix new GCC 12 warnings 2022-05-12 13:12:37 +02:00
TestSigHandler.cpp Tests: Add tests for inheriting signal handlers 2022-07-05 20:58:38 +03:00
TestSigWait.cpp Tests: Add tests for sigwait/sigwaitinfo/sigtimedwait 2021-12-12 08:34:19 +02:00
uaf-close-while-blocked-in-read.cpp Tests: Fix -Wunreachable-code warnings from clang 2021-10-08 23:33:46 +02:00
unveil-symlinks.cpp