cosmopolitan/test/libc/calls
Justine Tunney 4e56d89dcd Eliminate some flakes
- Get ASAN working on Windows.

- Deleting directories and then recreating them with the same name in a
  short period of time appears to be a no-no on Windows.

- There's no reason to call FlushFileBuffers on close() for pipes, and
  it's harmful since it might block indefinitely for no good reason.
2021-02-03 06:25:27 -08:00
..
access_test.c Change license 2020-12-27 17:18:44 -08:00
commandv_test.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
fallocate_test.c Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
fcntl_test.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
fork_test.c Delete LIBC_CALLS_HEFTY 2021-02-02 22:17:53 -08:00
ftruncate_test.c Change license 2020-12-27 17:18:44 -08:00
getcwd_test.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
lseek_test.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
mkdir_test.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
mkntcmdline_test.c Reduce memory requirements for execve() 2021-01-29 22:00:10 -08:00
mkntenvblock_test.c Delete LIBC_CALLS_HEFTY 2021-02-02 22:17:53 -08:00
mkntpath_test.c Change license 2020-12-27 17:18:44 -08:00
sigaction_test.c Work towards improving signals and processes 2021-01-27 19:34:02 -08:00
signal_test.c Change license 2020-12-27 17:18:44 -08:00
stat_test.c Change license 2020-12-27 17:18:44 -08:00
test.mk Delete LIBC_CALLS_HEFTY 2021-02-02 22:17:53 -08:00
vfork_test.c Delete LIBC_CALLS_HEFTY 2021-02-02 22:17:53 -08:00