summaryrefslogtreecommitdiff
path: root/Userland/Tests
AgeCommit message (Expand)Author
2021-02-01Kernel: Provide torture tool for invalid memory checksBen Wiederhake
2021-02-01Kernel: Demonstrate crash for invalid pointersBen Wiederhake
2021-02-01Tests: Add Tests/LibGfx/image-decoder testsBrendan Coles
2021-01-23Tests+UserlandEmulator: Demonstrate missing backtracesBen Wiederhake
2021-01-16LibC: Test behavior around overlong pathsBen Wiederhake
2021-01-15Tests: Move test-gfx-font to /usr/Tests/LibGfx/font and add new testsBrendan Coles
2021-01-15Tests: Test set uid/gid not dropped upon file renameBrendan Coles
2021-01-14Tests: Add LibC stdlib mktmp function tests for unique filenamesBrendan Coles
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-02Build + LibC: Enable -fstack-protector-strong in user spaceBrian Gianforcaro
2020-12-31Everywhere: Re-format with clang-format-11Linus Groh
2020-12-26LibC: Fix some incorrect printf usagesSahan Fernando
2020-12-24Toolchain+LibC: Fix usage of crt filesItamar
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-19LibTLS+Userland: Remove all uses of ByteBuffer::slice_view()Andreas Kling
2020-12-14Loader: Stabilize loader & Use shared libraries everywhere :^)Itamar
2020-11-29Tests/Kernel: Remove redundant `if` (#4111)Lenny Maiorani
2020-11-28Tests: Add Kernel tests for unveil system call browse 'b' flagBrendan Coles
2020-11-15Userland: Tests: Use mkstemp temporary files in testsBrendan Coles
2020-11-11Userland: Add test for file SUID+SGID bits stripped when modifiedBrendan Coles
2020-11-10Tests: Add Kernel tests for unveil system callBrendan Coles
2020-10-29CMake: Use CONFIGURE_DEPENDS in existing globs.asynts
2020-10-25AK: Eradicate calls to warn().asynts
2020-10-25LibC+Tests: Fix broken snprintf test.asynts
2020-10-03Everywhere: Fix more typosLinus Groh
2020-09-05Meta: Fix wonky copyright headers in TestsBen Wiederhake
2020-08-30LibC: Deprecate strcpy(), strncpy(), strcat() and strncat() :^)Sergey Bugaev
2020-08-30Tests: Assert the path fitsSergey Bugaev
2020-08-24Tests: Prefer strlcpy over strncpyBen Wiederhake
2020-08-24LibC: Stub and test strlcpyBen Wiederhake
2020-08-24Tests: Remove unused includeBen Wiederhake
2020-08-22LibC: Demonstrate off-by-one in current snprintfBen Wiederhake
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-08-12Test: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-10Kernel: Demonstrate kill's pid/tid confusion bugBen Wiederhake
2020-08-10Kernel: Demonstrate setpgid confusion bugBen Wiederhake
2020-08-02Tests: License headers, clang-format, clearer outputBen Wiederhake
2020-08-02Tests: Build automatically, fix compilation errorsBen Wiederhake