summaryrefslogtreecommitdiff
path: root/Tests/LibC
AgeCommit message (Expand)Author
2021-07-14Tests: Fix compile errors on ClangDaniel Bertalan
2021-07-11Userland+Tests: Convert test_io to be LibTest basedAndrew Kaster
2021-07-07Tests: Build all tests on x86_64Gunnar Beutner
2021-07-06Tests+Base: Convert stack-smash to be LibTest based and stop skipping itAndrew Kaster
2021-05-25LibC: Implement strerror_r()Gunnar Beutner
2021-05-19Tests: static vs non-static constexpr variablesLenny Maiorani
2021-05-16AK: Turn ByteBuffer into a value typeGunnar Beutner
2021-05-14LibC: Move mman.h to sys/mman.hJean-Baptiste Boric
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-05-12Tests: Add InodeWatcher and FileWatcher testssin-ack
2021-05-06Tests: Establish root Tests directory, move Userland/Tests thereBrian Gianforcaro
2020-08-02Tests: Build automatically, fix compilation errorsBen Wiederhake
2020-08-01Kernel+LibC: Implement 'memmem'AnotherTest
2020-07-03LibC: Replace Berkley's qsort() with AK::dual_pivot_quick_sort() wrapperSahan Fernando
2020-05-11LibC: strtod accuracy tests no longer need to skipBen Wiederhake
2020-05-11LibC: Demonstrate strtod inaccuracyBen Wiederhake
2020-02-01LibC: The exec() family of functions should not search "." by defaultAndreas Kling