aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/GTMFoundationUnitTestingUtilities.m
Commit message (Collapse)AuthorAge
* [Author: dmaclach]Gravatar gtm.daemon2010-07-15
| | | | | | Clean up some leaks found by the analysis tools. R=mrossetti DELTA=6 (5 added, 0 deleted, 1 changed)
* [Author: thomasvl]Gravatar gtm.daemon2010-06-14
| | | | | | | Add a api to catching when a test binary is left running too long. Wire up said api into the testing harness used to GTMs tests. R=dmaclach DELTA=40 (39 added, 0 deleted, 1 changed)
* [Author: dmaclach]Gravatar gtm.daemon2010-04-15
refactor GTMUnitTestingUtilities into GTMAppKitUnitTestingUtilties and GTMFoundationUnitTestingUtilities. convert GTMSignalHandler over to using new runloop routines fix bug in GTMSignalHandler API with GC where releasing it wasn't sufficient to stop it listening. R=thomasvl DELTA=1227 (638 added, 566 deleted, 23 changed)