Skip to content

Failed

unix-64 / Tests-unix-64 / Unix64.Reflectivity.Tools.Tests.VariableBreakpointTest.testWatchVariableInClass (from Reflectivity-Tools-Tests)

Failing for the past 1 build (Since Unstable #1 )
Took 8.8 sec.

Error Message

Given Collections do not match. Got   left := an IdentitySet(RBAssignmentNode(v1 := 0) RBAssignmentNode(v1 := anObject) RBVariableNode(v1)).  instead of   right :=an IdentitySet(RBVariableNode(v1) RBAssignmentNode(v1 := anObject) RBAssignmentNode(v1 := 4) RBVariableNode(v1) RBAssignmentNode(v1 := 0)). Collection size does not match: left=3 vs. right=5 Got 2 additional element(s) in the right collection:  an Array(RBAssignmentNode(v1 := 4) RBVariableNode(v1))

Stacktrace

TestFailure
Given Collections do not match. Got 
	left := an IdentitySet(RBAssignmentNode(v1 := 0) RBAssignmentNode(v1 := anObject) RBVariableNode(v1)).
 instead of 	 right :=an IdentitySet(RBVariableNode(v1) RBAssignmentNode(v1 := anObject) RBAssignmentNode(v1 := 4) RBVariableNode(v1) RBAssignmentNode(v1 := 0)).
Collection size does not match: left=3 vs. right=5
Got 2 additional element(s) in the right collection: 	an Array(RBAssignmentNode(v1 := 4) RBVariableNode(v1))
VariableBreakpointTest(TestAsserter)>>assert:description:resumable:
VariableBreakpointTest(TestAsserter)>>assert:description:
VariableBreakpointTest(TestAsserter)>>assertCollection:equals:
VariableBreakpointTest>>testWatchVariableInClass
VariableBreakpointTest(TestCase)>>performTest