[Pkg] The Trunk: ToolsTests-nice.61.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jan 21 21:26:01 UTC 2013


Nicolas Cellier uploaded a new version of ToolsTests to project The Trunk:
http://source.squeak.org/trunk/ToolsTests-nice.61.mcz

==================== Summary ====================

Name: ToolsTests-nice.61
Author: nice
Time: 21 January 2013, 10:25:45.724 pm
UUID: b958c9eb-898e-4bfa-a237-6a150aa71d66
Ancestors: ToolsTests-fbs.60

Reduce level of superstition: 1 garbageCollect is worth 3.

=============== Diff against ToolsTests-fbs.60 ===============

Item was changed:
  ----- Method: WeakSetInspectorTest>>testSymbolTableM6812 (in category 'testing') -----
  testSymbolTableM6812
  	"this test is related to http://bugs.squeak.org/view.php?id=6812"
  	
  	| aWeakSet anInspector fieldSize |
  	aWeakSet := (Symbol classPool at: #SymbolTable).
  	anInspector := (ToolSet inspectorClassOf: aWeakSet) inspect: aWeakSet.
  	
  	fieldSize := anInspector fieldList size.
+ 	Smalltalk garbageCollect.
+ 	self assert: fieldSize = anInspector fieldList size.
- 	3 timesRepeat:
- 		[Smalltalk garbageCollect.
- 		self assert: fieldSize = anInspector fieldList size.]
  	!



More information about the Packages mailing list