commit | eeb62cae1ffcd7078bd655fb1406266722aa2062 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Wed Sep 11 15:08:03 2013 -0700 |
committer | Brian Silverman <brians> | Fri Sep 13 14:27:51 2013 -0700 |
tree | 2b818128bd7dc3a854eed47072092782490c30d8 | |
parent | c8fb14d53d0f3eb2909ab3b84ccdbb2b4f658a31 [diff] |
cleaned up lots of stuff (no functional changes) ipc_stress_test runs all of the tests successfully now. In order to make that work, I had to fix raw_queue_test so it didn't count the time spent waiting for the fork() to complete as part of the timeout, and I cleaned up various other parts at the same time. Also improved some documentation and removed the mutex fairness tester because it was slow, prone to random failures, and it's always been kind of a fishy test.