serenity/Tests/Kernel
Timothy Flynn ec492a1a08 Everywhere: Run clang-format
The following command was used to clang-format these files:

    clang-format-18 -i $(find . \
        -not \( -path "./\.*" -prune \) \
        -not \( -path "./Base/*" -prune \) \
        -not \( -path "./Build/*" -prune \) \
        -not \( -path "./Toolchain/*" -prune \) \
        -not \( -path "./Ports/*" -prune \) \
        -type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")

There are a couple of weird cases where clang-format now thinks that a
pointer access in an initializer list, e.g. `m_member(ptr->foo)`, is a
lambda return statement, and it puts spaces around the `->`.
2024-04-24 16:50:01 -04:00
..
bind-local-socket-to-symlink.cpp
CMakeLists.txt Kernel: Add basic KCOV test and benchmark 2024-04-15 21:16:22 -06:00
crash-fcntl-invalid-cmd.cpp
crash.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
elf-execve-mmap-race.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
elf-symbolication-kernel-read-exploit.cpp
fuzz-syscalls.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
kill-pidtid-confusion.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
mmap-write-into-running-programs-executable-file.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
mprotect-multi-region-mprotect.cpp
munmap-multi-region-unmapping.cpp
nanosleep-race-outbuf-munmap.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
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 Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
siginfo-example.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
stress-truncate.cpp
stress-writeread.cpp
TestEFault.cpp
TestEmptyPrivateInodeVMObject.cpp
TestEmptySharedInodeVMObject.cpp
TestExt2FS.cpp
TestFileSystemDirentTypes.cpp
TestInvalidUIDSet.cpp
TestKCOV.cpp Kernel: Add basic KCOV test and benchmark 2024-04-15 21:16:22 -06:00
TestKernelAlarm.cpp
TestKernelFilePermissions.cpp
TestKernelPledge.cpp
TestKernelUnveil.cpp
TestLoopDevice.cpp Tests/Kernel: Add tests for verifying proper loop device support 2024-03-13 15:33:47 -06:00
TestMemoryDeviceMmap.cpp
TestMunMap.cpp
TestPosixFallocate.cpp
TestPrivateInodeVMObject.cpp
TestProcFS.cpp
TestProcFSWrite.cpp
TestSharedInodeVMObject.cpp
TestSigAltStack.cpp
TestSigHandler.cpp
TestSigWait.cpp
TestTCPSocket.cpp
uaf-close-while-blocked-in-read.cpp
unveil-symlinks.cpp