cosmopolitan/test/libc/thread
Justine Tunney d1d4388201
Delete ASAN
It hasn't been helpful enough to be justify the maintenance burden. What
actually does help is mprotect(), kprintf(), --ftrace and --strace which
can always be counted upon to work correctly. We aren't losing much with
this change. Support for ASAN on AARCH64 was never implemented. Applying
ASAN to the core libc runtimes was disabled many months ago. If there is
some way to have an ASAN runtime for user programs that is less invasive
we can potentially consider reintroducing support. But now is premature.
2024-06-22 05:45:49 -07:00
..
async_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
BUILD.mk Implement proper time zone support 2024-05-04 23:06:37 -07:00
makecontext_test.c Delete ASAN 2024-06-22 05:45:49 -07:00
nsync_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
pthread_atfork_test.c Run clang-format (#1197) 2024-06-01 16:30:43 -04:00
pthread_attr_setsigmask_np_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
pthread_barrier_wait_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
pthread_cancel_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
pthread_cond_signal_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
pthread_create_test.c Favor siginfo_t over struct siginfo 2024-05-28 02:34:17 -07:00
pthread_detach_test.c Favor siginfo_t over struct siginfo 2024-05-28 02:34:17 -07:00
pthread_exit_test.c Call thread finalizers on exit() 2024-01-08 11:45:02 -08:00
pthread_key_create_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
pthread_kill_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
pthread_rwlock_rdlock_test.c Run clang-format (#1197) 2024-06-01 16:30:43 -04:00
pthread_setname_np_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
sem_open_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
sem_timedwait_test.c Rewrite memory manager 2024-06-22 05:45:11 -07:00
setitimer_test.c Implement proper time zone support 2024-05-04 23:06:37 -07:00
tls_dtor_test.cc vim spells the c++ filetype 'cpp' 2024-04-24 13:56:37 -07:00