Skip to content

Failed

MacOSX64.VMMakerTests.JitTests.VMJitMethodTest.testMixedInlinedLiteralsSmoteTest(#ISA->#IA32 #wordSize->4) (from VMMakerTests)

Failing for the past 2 builds (Since Failed #1 )
Took 28 ms.

Stacktrace

Halt
SmallInteger(Object)>>halt
Spur32BitMMLECoSimulator(SpurMemoryManager)>>memory
ByteSymbol>>forMethodBuilder:
GlobalVariable(LiteralVariable)>>forMemory:
GlobalVariable(LiteralVariable)>>forMethodBuilder:
[ :aLiteral :anIndex | | value |

		"I Skip the last 2 literals (selector/additional, association)"
		anIndex < (pharoLiterals size - 1)
			ifTrue: [ aLiteral forMethodBuilder: self ]
			ifFalse: [ memory nilObject ] ] in VMMethodBuilder>>fillLiteralsFromPharo:
Array(SequenceableCollection)>>withIndexCollect:
Array(SequenceableCollection)>>collectWithIndex:
VMMethodBuilder>>fillLiteralsFromPharo:
VMMethodBuilder>>fillFromPharoMethod:
VMJitMethodTest(VMSpurMemoryManagerTest)>>createMethodOopFromPharoMethod:
VMJitMethodTest(VMSimpleStackBasedCogitAbstractTest)>>jitMethod:selector:
VMJitMethodTest(VMPrimitiveCallAbstractTest)>>jitMethod:
VMJitMethodTest>>testMixedInlinedLiteralsSmoteTest
VMJitMethodTest(TestCase)>>performTest