cosmopolitan/test/libc/sock
Justine Tunney e557058ac8
Improve cosmo's conformance to libc-test
This change addresses various open source compatibility issues, so that
we pass 313/411 of the tests in https://github.com/jart/libc-test where
earlier today we were passing about 30/411 of them, due to header toil.
Please note that Glibc only passes 341/411 so 313 today is pretty good!

- Make the conformance of libc/isystem/ headers nearly perfect
- Import more of the remaining math library routines from Musl
- Fix inconsistencies with type signatures of calls like umask
- Write tests for getpriority/setpriority which work great now
- conform to `struct sockaddr *` on remaining socket functions
- Import a bunch of uninteresting stdlib functions e.g. rand48
- Introduce readdir_r, scandir, pthread_kill, sigsetjmp, etc..

Follow the instructions in our `tool/scripts/cosmocc` toolchain to run
these tests yourself. You use `make CC=cosmocc` on the test repository
2022-10-10 17:52:41 -07:00
..
inet_ntoa_test.c Prove that Makefile is fully defined 2022-08-06 04:05:08 -07:00
inet_ntop_test.c Fix inet_ntop(AF_INET6) buffer length (#582) 2022-09-03 22:46:45 -07:00
inet_pton_test.c Implement inet_pton for AF_INET6 (#583) 2022-08-31 15:14:42 -07:00
nointernet_test.c Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
select_test.c Release pledge.com 1.7 and landlockmake.com 1.3 2022-08-15 19:52:00 -07:00
sendfile_test.c Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
sendrecvmsg_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
setsockopt_test.c Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
socket_test.c Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
socketpair_test.c Unbloat the build 2022-08-11 00:15:29 -07:00
test.mk Add script.com and whois.com courtesy of FreeBSD 2022-09-13 20:26:13 -07:00
unix_test.c Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00