Skip to content

Failed

MacOSX64.VMMakerTests.JitTests.VMJittedPrimitiveSizeTest.testPrimitiveSize8bitIndexableShouldReturnNumberOf8bitSlots(#ISA->#X64 #wordSize->8) (from VMMakerTests)

Failing for the past 2 builds (Since Failed #4 )
Took 0.61 sec.

Error Message

Unhandled CPU exception (UC_ERR_EXCEPTION)

Stacktrace

UnicornError
Unhandled CPU exception (UC_ERR_EXCEPTION)
Unicorn>>verifyErrorCode:
[result :=  simulator
				startAt: self instructionPointerRegisterValue
				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"
			simulator 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:
VMJittedPrimitiveSizeTest(VMSimpleStackBasedCogitAbstractTest)>>runUntilReturn
VMJittedPrimitiveSizeTest>>testPrimitiveSize8bitIndexableShouldReturnNumberOf8bitSlots
VMJittedPrimitiveSizeTest(TestCase)>>performTest