Regression
windows-32 / Tests-windows-32 / Windows32.Kernel.Tests.Processes.RecursionStopperTest.testWithRecursion (from Kernel-Tests)
Error Message
Block evaluation took more than the expected 0:00:00:00.003
Stacktrace
RecursionStopperTest(TestAsserter)>>assert:description:resumable: RecursionStopperTest(TestAsserter)>>assert:description: [ self assert: false description: [ 'Block evaluation took more than the expected <1p>' expandMacrosWith: aDuration ] ] in RecursionStopperTest(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: Process>>resume [ 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: RecursionStopperTest(TestAsserter)>>should:notTakeMoreThan: RecursionStopperTest(TestAsserter)>>should:notTakeMoreThanMilliseconds: RecursionStopperTest>>testWithRecursion RecursionStopperTest(TestCase)>>performTest