summaryrefslogtreecommitdiff
path: root/Userland/Tests
AgeCommit message (Expand)Author
2021-04-15LibM: Use fptan/fpatan instead of approximating atan2/tanAnotherTest
2021-04-08Tests: Merge duplicate TestFormat test into AK directoryJelle Raaijmakers
2021-04-04LibGfx: Add benchmarks for line drawing and rectangle fillingOleg Sikorskiy
2021-04-04LibC: Teach `vsscanf()` to consume the width specifierJelle Raaijmakers
2021-04-04LibC: Use 'long long' specialisations of scanf's read_element_concreteAnotherTest
2021-03-17Tests: Create stress-writereadJean-Baptiste Boric
2021-03-15LibM: Implement fmin/fmaxMițca Dumitru
2021-03-15LibM: Make the gamma family of functions more accurate and conformantMițca Dumitru
2021-03-13Kernel: Add Test for munmap of multiple regionsHendiadyoin1
2021-03-13Userland: Create stress-truncate test programJean-Baptiste Boric
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-10fuzz-syscalls: Mark sys$emuctl() as someone who returns ENOSYSAndreas Kling
2021-03-09LibM: Add scalbn and associated functionsMițca Dumitru
2021-03-07Tests: Make syscall-fuzzer less brittleBen Wiederhake
2021-03-03AK+LibM: Rename EXPECT_CLOSE to EXPECT_APPROXIMATEBen Wiederhake
2021-03-03AK+LibM: Make EXPECT_CLOSE more useful during debuggingBen Wiederhake
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-16LibC: Teach scanf how to read "%lu" and "%llu" (unsigned long{, long})AnotherTest
2021-02-15LibC: Reimplement scanf from the ground upAnotherTest
2021-02-13AK+Format: Don't cast to size_t when you want u64.Paul Scharnofske
2021-02-13Tests: Merge and extend syscall tests into a syscall fuzzerBen Wiederhake
2021-02-06Kernel: Use the resolved parent path when testing create veil (#5231)William Bowling
2021-02-05LibM: Implement nextafter() and nexttoward()Andreas Kling
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-02-05LibM: Build and install the LibM testAndreas Kling
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