Regression
osx-32 / Tests-osx-32 / MacOSX32.Kernel.Tests.Processes.LocalRecursionStopperTest.testMixedMethod (from Kernel-Tests)
Error Message
Block evaluation took more than the expected 0:00:00:00.003
Stacktrace
LocalRecursionStopperTest(TestAsserter)>>assert:description:resumable: LocalRecursionStopperTest(TestAsserter)>>assert:description: [ self assert: false description: ['Block evaluation took more than the expected <1p>' expandMacrosWith: aDuration] ] in LocalRecursionStopperTest(TestAsserter)>>should:notTakeMoreThan: [ :e | e tag == tag ifTrue:[ timeoutBlock value ] ifFalse:[ e pass]] in BlockClosure>>valueWithin:onTimeout: BlockClosure>>cull: Context>>evaluateSignal: Context>>handleSignal: TimedOut(Exception)>>signal Process>>pvtSignal:list: LocalRecursionStopper(ProcessSpecificVariable)>>value LocalRecursionStopper class(ProcessSpecificVariable class)>>value LocalRecursionStopper class>>activeMethods LocalRecursionStopper class>>stopMethod:during: LocalRecursionStopper class>>during: LocalRecursionStopperTest>>mixedMethod [ result := self mixedMethod ] in LocalRecursionStopperTest>>testMixedMethod BlockClosure>>ensure: [ watchdog resume. "start up the watchdog" self ensure:[ "evaluate the receiver" theProcess := nil. "it has completed, so ..." delay delaySemaphore signal. "arrange for the watchdog to exit" ]] in BlockClosure>>valueWithin:onTimeout: BlockClosure>>on:do: BlockClosure>>valueWithin:onTimeout: LocalRecursionStopperTest(TestAsserter)>>should:notTakeMoreThan: LocalRecursionStopperTest(TestAsserter)>>should:notTakeMoreThanMilliseconds: LocalRecursionStopperTest>>testMixedMethod LocalRecursionStopperTest(TestCase)>>performTest