Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
None
-
None
-
None
-
None
Description
We need to create a TestSuite abstraction that allows us to do a bunch of fancy stuff with the unit tests.
For example, tests should by default run in a fork()'d child (except on Windows). They should track timing and success (pass/fail/skip). If possible, we should try to ptrace() and get a stack trace upon failure.