summaryrefslogtreecommitdiff
path: root/Userland/Tests
AgeCommit message (Expand)Author
2021-04-29Tests: Convert LibC exec unit test to be LibTest based.Brian Gianforcaro
2021-04-29Tests: Convert LibC mktemp tests to be LibTest based.Brian Gianforcaro
2021-04-29Tests: Unify LibC tests to single location.Brian Gianforcaro
2021-04-29Build: Simplify LibGfx test's CMakeLists.txt with serenity_test(..)Brian Gianforcaro
2021-04-29Tests: Convert LibGfx font handling test to be LibTest based.Brian Gianforcaro
2021-04-29Tests: Convert LibGfx image decoder test to be LibTest based.Brian Gianforcaro
2021-04-29Tests: Rename LibGfx painter benchmark to denote it's not a test.Brian Gianforcaro
2021-04-27Tests: Convert file system suid-sgid stripping test to be LibTest based.Brian Gianforcaro
2021-04-27Tests: Convert pledge-test-failures.cpp to be LibTest based.Brian Gianforcaro
2021-04-27Tests: Convert unveil-test-failures.cpp to be LibTest based.Brian Gianforcaro
2021-04-25AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMakeAndrew Kaster
2021-04-22AK+Userland: Use mpfard@serenityos.org for my copyright headersAli Mohammad Pur
2021-04-22Everywhere: Use bgianf@serenityos.org for my copyright attributionBrian Gianforcaro
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Tests: Fix test-math expected valuesMarco Biscaro
2021-04-18Kernel+LibC: Clean up how assertions work in the kernel and LibCGunnar Beutner
2021-04-18LibC+LibELF: Implement support for the dl_iterate_phdr helperGunnar Beutner
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
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