Regression

windows-32 / Tests-windows-32 / Windows32.Glamour.Tests.Morphic.GLMTextMorphicTest.testPastingUpdatesTextPort (from Glamour-Tests-Morphic)

Failing for the past 1 build (Since #730 )
Took 0.72 sec.

Error Message

0

Stacktrace

Array(Object)>>errorSubscriptBounds:
Array(Object)>>at:
Heap>>privateRemoveAt:
Heap>>remove:ifAbsent:
Heap(Collection)>>remove:
[ :alarm | self alarms remove: alarm ] in WorldState>>removeAlarm:for:
BlockClosure>>cull:
[ :each | 
(aBlock value: each)
	ifTrue: [ ^ foundBlock cull: each ] ] in Heap(Collection)>>detect:ifFound:ifNone:
Heap>>do:
Heap(Collection)>>detect:ifFound:ifNone:
Heap(Collection)>>detect:ifFound:
WorldState>>removeAlarm:for:
WorldMorph>>removeAlarm:for:
RubCursor>>removeAlarm
RubCursor>>ensureFor:
RubCursor>>startBlinking
RubCursor>>updateVisibility
RubCursor>>whenTextAreaSelectionChanged:
MessageSend>>value:
MessageSend>>cull:
MessageSend>>cull:cull:
[ action cull: anAnnouncement cull: announcer ] in AnnouncementSubscription>>deliver:
BlockClosure>>on:do:
BlockClosure>>on:fork:
AnnouncementSubscription>>deliver:
[ "Ensure delivery to remaining announcements" subscription deliver: anAnnouncement ] in SubscriptionRegistry>>deliver:to:startingAt:
BlockClosure>>ifCurtailed:
SubscriptionRegistry>>deliver:to:startingAt:
SubscriptionRegistry>>deliver:to:
SubscriptionRegistry>>deliver:
Announcer>>announce:
RubEditingArea(RubAbstractTextArea)>>announce:
RubEditingArea(RubAbstractTextArea)>>handleSelectionChange:
RubEditingArea(RubAbstractTextArea)>>markIndex:pointIndex:
RubTextEditor>>markIndex:pointIndex:
RubTextEditor>>selectInvisiblyFrom:to:
RubTextEditor>>selectFrom:to:
RubTextEditor>>selectAt:
[ self selectAt: self pointIndex ] in RubTextEditor>>paste
RubTextEditor>>replace:with:and:
RubTextEditor>>paste
GLMTextMorphicTest>>testPastingUpdatesTextPort
GLMTextMorphicTest(TestCase)>>performTest