summaryrefslogtreecommitdiff
path: root/tests/core/posix.c
Commit message (Expand)AuthorAgeFilesLines
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-6/+6
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-6/+6
* win32: test relative symlinksethomson/canonicalPatrick Steinhardt2020-03-101-0/+20
* win32: fix relative symlinks pointing into dirsPatrick Steinhardt2020-01-101-0/+27
* posix: remove superseded POSIX regex wrappersPatrick Steinhardt2019-09-211-120/+0
* win32: fix symlinks to relative file targetsPatrick Steinhardt2019-07-201-0/+24
* tests: core: improve symlink test coveragePatrick Steinhardt2019-07-201-0/+22
* tests: core: add missing asserts for several function callsPatrick Steinhardt2019-07-201-5/+5
* posix: remove `p_fallocate` abstractionPatrick Steinhardt2019-06-141-41/+0
* core::posix: skip some locale tests on win32Edward Thomson2019-05-191-7/+18
* tests: regcomp: use proper character classesEdward Thomson2019-05-191-2/+2
* tests: regcomp: test that regex functions succeedEdward Thomson2019-05-191-9/+9
* tests: regcomp: assert character groups do match normal alphabetPatrick Steinhardt2019-05-191-0/+42
* tests: regex: restructure setup of localesPatrick Steinhardt2019-05-191-34/+29
* tests: regex: add test with LC_COLLATE being setEdward Thomson2019-05-191-0/+25
* tests: fix p_regcomp test not checking return typePatrick Steinhardt2019-05-191-1/+1
* regexec: prefix all regexec function calls with p_Edward Thomson2019-05-191-8/+8
* p_fallocate: add a test for our implementationEdward Thomson2019-02-221-0/+41
* inet_pton: don't assume addr families don't existethomson/3872Edward Thomson2017-03-221-4/+1
* Fix inet_pton tests triggering an assert in HaikuKevin Wojniak2017-02-251-2/+2
* Fix the existence check for `regcomp_l`.Arthur Schreiber2016-10-071-7/+29
* Make sure we use the `C` locale for `regcomp` on macOS.Arthur Schreiber2016-10-061-1/+26
* win32: introduce p_timeval that isn't stupidEdward Thomson2016-02-121-1/+1
* Introduce p_utimes and p_futimesEdward Thomson2015-06-161-0/+49
* Rename tests-clar to testsBen Straub2013-11-141-0/+99