server-skynet-source-3rd-je.../test/unit
Jason Evans 898960247a Subvert tail call optimization in backtrace test.
Re-structure alloc_[01](), which are mutually tail-recursive functions,
to do (unnecessary) work post-recursion so that the compiler cannot
perform tail call optimization, thus preserving intentionally unique
call paths in captured backtraces.
2014-01-21 14:59:40 -08:00
..
bitmap.c Refactor tests. 2013-12-08 20:52:21 -08:00
ckh.c Add ckh unit tests. 2013-12-16 18:04:23 -08:00
hash.c Clean up code formatting. 2014-01-02 13:38:23 -08:00
junk.c Add junk/zero filling unit tests, and fix discovered bugs. 2014-01-07 16:54:17 -08:00
mallctl.c Add mallctl*() unit tests. 2013-12-19 21:40:13 -08:00
math.c Add probabability distribution utility code. 2013-12-09 23:42:08 -08:00
mq.c Fix name mangling issues. 2013-12-13 15:07:43 -08:00
mtx.c Add mq (message queue) to test infrastructure. 2013-12-12 14:41:02 -08:00
prof_accum.c Subvert tail call optimization in backtrace test. 2014-01-21 14:59:40 -08:00
prof_gdump.c Add heap profiling tests. 2014-01-17 15:40:52 -08:00
prof_idump.c Add heap profiling tests. 2014-01-17 15:40:52 -08:00
ql.c Add unit tests for qr, ql, and rb. 2014-01-03 16:35:03 -08:00
qr.c Add unit tests for qr, ql, and rb. 2014-01-03 16:35:03 -08:00
quarantine.c Add junk/zero filling unit tests, and fix discovered bugs. 2014-01-07 16:54:17 -08:00
rb.c Fix unused variable warnings. 2014-01-21 14:59:13 -08:00
rtree.c Convert rtree from (void *) to (uint8_t) storage. 2014-01-02 17:36:38 -08:00
SFMT.c Clean up SFMT test. 2013-12-10 15:05:24 -08:00
stats.c Avoid lazy-lock in a tcache-dependent test. 2014-01-21 14:20:29 -08:00
tsd.c Add mq (message queue) to test infrastructure. 2013-12-12 14:41:02 -08:00
util.c Fix warnings and a test failure exposed on CentOS 6.3. 2014-01-14 17:49:37 -08:00
zero.c Add junk/zero filling unit tests, and fix discovered bugs. 2014-01-07 16:54:17 -08:00