Skip to content

Failed

VM Unit Tests / MacOSX64.VMMakerTests.InterpreterTests.VMByteCodesTest.testBytecodePopIntoReceiverWithReadOnlySendsAttemptToAssignMethod(#wordSize->4) (from VMMakerTests)

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

Error Message

receiver of "+" is nil

Stacktrace

MessageNotUnderstood
receiver of "+" is nil
UndefinedObject(Object)>>doesNotUnderstand: #+
UndefinedObject>>doesNotUnderstand: #+
StackInterpreterSimulatorLSB(StackInterpreter)>>commonSendOrdinary
StackInterpreterSimulatorLSB(StackInterpreter)>>normalSend
StackInterpreterSimulatorLSB(StackInterpreter)>>cannotAssign:to:withIndex:
[self deny: (self isImmediate: objOop).
		 (self isImmutable: objOop) ifTrue: 
			[^coInterpreter cannotAssign: valuePointer to: objOop withIndex: fieldIndex]] in Spur32BitMMLESimulator(SpurMemoryManager)>>storePointerImmutabilityCheck:ofObject:withValue:
True>>ifTrue:ifFalse:
Spur32BitMMLESimulator(SlangClass)>>cppIf:ifTrue:ifFalse:
Spur32BitMMLESimulator(VMClass)>>cppIf:ifTrue:
Spur32BitMMLESimulator(SpurMemoryManager)>>storePointerImmutabilityCheck:ofObject:withValue:
StackInterpreterSimulatorLSB(StackInterpreter)>>storeAndPopReceiverVariableBytecode
[ interpreter storeAndPopReceiverVariableBytecode ] in VMByteCodesTest>>testBytecodePopIntoReceiverWithReadOnlySendsAttemptToAssignMethod
VMByteCodesTest>>interpret:
VMByteCodesTest>>testBytecodePopIntoReceiverWithReadOnlySendsAttemptToAssignMethod
VMByteCodesTest(TestCase)>>performTest