Skip to content

Regression

Darwin-arm64 / Tests-Darwin-arm64-CoInterpreter / MacOSX64.Hiedra.Tests.Model.HiSpecExampleTest.example60RandomCommits (from Hiedra-Tests)

Failing for the past 1 build (Since Failed #28 )
Took 7.9 sec.

Error Message

Bad BitBlt arg (Fraction?); proceed to convert.

Stacktrace

Error
Bad BitBlt arg (Fraction?); proceed to convert.
GrafPort(Object)>>error:
GrafPort(BitBlt)>>copyBits
GrafPort>>copyBits
GrafPort>>image:at:sourceRect:rule:
FormCanvas>>image:at:sourceRect:rule:
FormCanvas(Canvas)>>translucentImage:at:sourceRect:
HiColumnController>>newCellMorphForRow:
[ self newCellMorphForRow: rowIndex ] in HiColumnController>>cellMorphAtRow:
Dictionary>>at:ifAbsent:
HiColumnController>>cellMorphAtRow:
HiColumnController>>cellMorphAtValue:
[ :item |
			hiedraColumnController cellMorphAtValue: item ] in HiSpecExample>>initializeTable
FullBlockClosure(BlockClosure)>>cull:
SpImageTableColumn(SpTableColumn)>>readObject:
SpMorphicTableCellBuilder>>visitImageColumn:
SpImageTableColumn>>acceptColumnVisitor:
SpMorphicTableCellBuilder(SpMorphicTableColumnVisitor)>>visit:
SpMorphicTableDataSource>>cellColumn:row:
[ :columnIndex | | cell |
				cell := (self table dataSource
					cellColumn: (columns at: columnIndex)
					row: rowIndex).
				cell width: (columnWidths at: columnIndex).
				row addMorphBack: cell ] in FTTableContainerMorph>>updateExposedRows
Interval>>do:
FTTableContainerMorph>>updateExposedRows
SpFTTableMorph(FTTableMorph)>>resizeAllSubviews
SpFTTableMorph(FTTableMorph)>>extent:
SpFTTableMorph(Morph)>>bounds:
SpFTTableMorph(Morph)>>layoutInBounds:
TableLayout>>layoutTopToBottom:in:
TableLayout>>layout:in:
Morph>>doLayoutIn:
[ self doLayoutIn: self layoutBounds ] in Morph>>computeFullBounds
FullBlockClosure(BlockClosure)>>on:do:
Morph>>computeFullBounds
Morph>>fullBounds
[:m | | subBox |
		(m visible) ifTrue: [
			subBox := m fullBounds.
			box
				ifNil:[box := subBox copy]
				ifNotNil:[box := box quickMerge: subBox]]] in Morph>>submorphBounds
Array(SequenceableCollection)>>do:
Morph>>submorphBounds
Morph>>privateFullBounds
Morph>>doLayoutIn:
[ self doLayoutIn: self layoutBounds ] in Morph>>computeFullBounds
FullBlockClosure(BlockClosure)>>on:do:
Morph>>computeFullBounds
Morph>>fullBounds
[:m | | subBox |
		(m visible) ifTrue: [
			subBox := m fullBounds.
			box
				ifNil:[box := subBox copy]
				ifNotNil:[box := box quickMerge: subBox]]] in Morph>>submorphBounds
Array(SequenceableCollection)>>do:
Morph>>submorphBounds
Morph>>privateFullBounds
Morph>>doLayoutIn:
[ self doLayoutIn: self layoutBounds ] in Morph>>computeFullBounds
FullBlockClosure(BlockClosure)>>on:do:
Morph>>computeFullBounds
Morph>>fullBounds
[:m | | subBox |
		(m visible) ifTrue: [
			subBox := m fullBounds.
			box
				ifNil:[box := subBox copy]
				ifNotNil:[box := box quickMerge: subBox]]] in SpWindow(Morph)>>submorphBounds
Array(SequenceableCollection)>>do:
SpWindow(Morph)>>submorphBounds
SpWindow(Morph)>>privateFullBounds
SpWindow(Morph)>>doLayoutIn:
[ self doLayoutIn: self layoutBounds ] in SpWindow(Morph)>>computeFullBounds
FullBlockClosure(BlockClosure)>>on:do:
SpWindow(Morph)>>computeFullBounds
SpWindow(Morph)>>fullBounds
WorldMorph(Morph)>>privateInvalidateMorph:
WorldMorph(Morph)>>removeMorph:
SpWindow(Morph)>>privateDelete
SpWindow(Morph)>>delete
SpWindow(SystemWindow)>>deleteDiscardingChanges
SpWindow>>deleteDiscardingChanges
SpWindow(SystemWindow)>>delete
SpWindow(StandardWindow)>>delete
SpWindow(SystemWindow)>>close
SpWindow>>close
SpMorphicWindowAdapter>>close
[ :anAdapter | 
		anAdapter close ] in SpWindowPresenter>>close
FullBlockClosure(BlockClosure)>>cull:
SpMorphicWindowAdapter(ProtoObject)>>ifNotNil:
SpWindowPresenter(SpAbstractPresenter)>>withAdapterDo:
SpWindowPresenter>>close
HiSpecExample>>close
HiSpecExampleTest(HiExamplesTest)>>tearDown