Sept. 22, 2011
5:31 p.m.
I think I've tracked it down to contention for a mutex. That would explain why they're always failing in pairs. Do the tests run in parallel in TestRunner? On Thu, Sep 22, 2011 at 11:48 AM, Stéphane Ducasse < stephane.ducasse@inria.fr> wrote:
do you have dependencies between your tests? Do you use tearDown to clean your resources? Stef
On Sep 22, 2011, at 5:35 PM, Larry White wrote:
When I run my tests in TestRunner by clicking Run Selected, they all pass. When I run them by clicking Run Coverage, a couple fail.
Does anyone know why that might be?
thanks.