cosmopolitan/test
Justine Tunney 19c81863a3
Improve crash backtrace reliability
We're now able to pretty print a C++ backtrace upon crashing in pretty
much any runtime execution scenario. The default pledge sandbox policy
on Linux is now to return EPERM. If you call pledge and have debugging
functions linked (e.g. GetSymbolTable) then the symbol table shall get
loaded before any security policy is put in place. This change updates
build/bootstrap/fixupobj too and fixes some other sneaky build errors.
2024-05-07 18:10:28 -07:00
..
dsp Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
libc Improve crash backtrace reliability 2024-05-07 18:10:28 -07:00
libcxx Delete flaky tests 2024-05-03 09:11:04 -07:00
math Introduce support for trapping math 2024-04-30 13:38:43 -07:00
net Implement proper time zone support 2024-05-04 23:06:37 -07:00
posix Make old C++ demangler asynchronous signal safe 2024-05-07 03:41:33 -07:00
tool Implement proper time zone support 2024-05-04 23:06:37 -07:00
BUILD.mk Make quality improvements 2024-02-25 19:08:43 -08:00