Skip to content

Failed

MacOSX64.VMMakerTests.JitTests.VMMachineSimulatorTest.testNormalExecutionRespectTimeoutUpdatesInstructionPointer(#ISA->#X64 #wordSize->8) (from VMMakerTests)

Failing for the past 1 build (Since Failed #1 )
Took 10 sec.

Stacktrace

TestTookTooMuchTime
Process>>pvtSignal:list:
[ runtimeError := nil ] in Unicorn>>startAt:until:timeout:count:
FullBlockClosure(BlockClosure)>>ensure:
Unicorn>>startAt:until:timeout:count:
[result :=  unicorn
				startAt: self instructionPointerValue
				until: until
				timeout: remainingTimeout
				count: remainingCount.
					
				stopReason ifNotNil: [ 
						error := stopReason.
						stopReason := nil.
						error signal ].
		
			"If execution did not stop because of a stop reason, verify the error code"
			unicorn verifyErrorCode: result] in UnicornX64Simulator(UnicornSimulator)>>doStartAt:until:timeout:count:
FullBlockClosure(BlockClosure)>>on:do:
UnicornX64Simulator(UnicornSimulator)>>doStartAt:until:timeout:count:
UnicornX64Simulator(UnicornSimulator)>>startAt:until:timeout:count:
VMMachineSimulatorTest(VMSimpleStackBasedCogitAbstractTest)>>runFrom:until:timeout:
[ self
		runFrom: initialAddress
		until: lastInstruction address
		timeout: 100000 "microseconds = 100ms" ] in VMMachineSimulatorTest>>testNormalExecutionRespectTimeoutUpdatesInstructionPointer
FullBlockClosure(BlockClosure)>>on:do:
VMMachineSimulatorTest>>testNormalExecutionRespectTimeoutUpdatesInstructionPointer
VMMachineSimulatorTest(TestCase)>>performTest