server-skynet-source-3rd-je.../test
Jason Evans c1e00ef2a6 Resolve bootstrapping issues when embedded in FreeBSD libc.
b2c0d6322d (Add witness, a simple online
locking validator.) caused a broad propagation of tsd throughout the
internal API, but tsd_fetch() was designed to fail prior to tsd
bootstrapping.  Fix this by splitting tsd_t into non-nullable tsd_t and
nullable tsdn_t, and modifying all internal APIs that do not critically
rely on tsd to take nullable pointers.  Furthermore, add the
tsd_booted_get() function so that tsdn_fetch() can probe whether tsd
bootstrapping is complete and return NULL if not.  All dangerous
conversions of nullable pointers are tsdn_tsd() calls that assert-fail
on invalid conversion.
2016-05-10 22:51:33 -07:00
..
include/test Fix tsd bootstrapping for a0malloc(). 2016-05-07 16:55:36 -07:00
integration Update mallocx() OOM test to deal with smaller hugemax. 2016-05-03 09:37:54 -07:00
src Fix tsd bootstrapping for a0malloc(). 2016-05-07 16:55:36 -07:00
stress Code formatting fixes. 2016-03-23 16:15:42 -07:00
unit Resolve bootstrapping issues when embedded in FreeBSD libc. 2016-05-10 22:51:33 -07:00
test.sh.in Streamline test output. 2013-12-12 14:58:26 -08:00