Skip to content

Failed

MacOSX64.VMMakerTests.Simulation.VMSimulationTest.testSetUpJITSimulationReadsImage (from VMMakerTests)

Failing for the past 2 builds (Since Failed #3 )
Took 5.6 sec.

Stacktrace

Halt
MLVMCCodeGenerator(Object)>>halt
MLVMCCodeGenerator(CCodeGenerator)>>addMethodFor:selector:
[:sel :i |
				bar value: i.
				self addMethodFor: aClass selector: sel] in [:bar |
			 aClass selectors doWithIndex:
				[:sel :i |
				bar value: i.
				self addMethodFor: aClass selector: sel]] in MLVMCCodeGenerator(CCodeGenerator)>>addClass:silently:
Array(SequenceableCollection)>>withIndexDo:
Array(Collection)>>doWithIndex:
[:bar |
			 aClass selectors doWithIndex:
				[:sel :i |
				bar value: i.
				self addMethodFor: aClass selector: sel]] in MLVMCCodeGenerator(CCodeGenerator)>>addClass:silently:
FullBlockClosure(BlockClosure)>>cull:
[ ^ block cull: self ] in [ self prepareForRunning.
	  CurrentJob value: self during: [ ^ block cull: self ] ] in Job>>run
[ activeProcess
			psValueAt: index
			put: anObject.
		aBlock value ] in CurrentJob(DynamicVariable)>>value:during:
FullBlockClosure(BlockClosure)>>ensure:
CurrentJob(DynamicVariable)>>value:during:
CurrentJob class(DynamicVariable class)>>value:during:
[ self prepareForRunning.
	  CurrentJob value: self during: [ ^ block cull: self ] ] in Job>>run
FullBlockClosure(BlockClosure)>>ensure:
Job>>run
NonInteractiveUIManager(UIManager)>>displayProgress:from:to:during:
MLVMCCodeGenerator(CCodeGenerator)>>addClass:silently:
MLVMCCodeGenerator(CCodeGenerator)>>addClass:
[ :ic | cg addClass: ic ] in VMMaker>>buildCodeGeneratorForInterpreter:includeAPIMethods:initializeClasses:
OrderedCollection>>do:
VMMaker>>buildCodeGeneratorForInterpreter:includeAPIMethods:initializeClasses:
CogVMSimulatorLSB(CogVMSimulator)>>codeGeneratorToComputeAccessorDepth
CogVMSimulatorLSB(StackInterpreter)>>tryLoadNewPlugin:pluginEntries:
CogVMSimulatorLSB(CogVMSimulator)>>loadNewPlugin:
CogVMSimulatorLSB(CogVMSimulator)>>initializePluginEntries
CogVMSimulatorLSB(CogVMSimulator)>>initialize
CogVMSimulatorLSB class(CogVMSimulator class)>>onObjectMemory:cogit:options:
CogVMSimulator class>>onObjectMemory:cogit:options:
CogVMSimulator class>>newWithOptions:
VMSimulationTest>>testSetUpJITSimulationReadsImage
VMSimulationTest(TestCase)>>performTest