[squeak-dev] The Trunk: KernelTests-eem.300.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jan 7 22:10:58 UTC 2016


Eliot Miranda uploaded a new version of KernelTests to project The Trunk:
http://source.squeak.org/trunk/KernelTests-eem.300.mcz

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

Name: KernelTests-eem.300
Author: eem
Time: 7 January 2016, 1:02:06.763324 pm
UUID: 985885d0-99e5-4abc-b27e-fc1ab7c403cb
Ancestors: KernelTests-ul.299

Nuke test that can lo longer be tested for given the new Monitor implementation.

=============== Diff against KernelTests-ul.299 ===============

Item was removed:
- ----- Method: MonitorTest>>testMonitorNotGainingUnwantedSignalsDuringUnwinding (in category 'examples') -----
- testMonitorNotGainingUnwantedSignalsDuringUnwinding
- 
- 	| monitor process |
- 	monitor := Monitor new.
- 	process := [ monitor critical: [ monitor wait ] ] newProcess.
- 	process resume.
- 	50 milliSeconds asDelay wait.
- 	process terminate.
- 	self assert: 1 equals: ((monitor instVarNamed: #mutex) instVarNamed: #excessSignals)!



More information about the Squeak-dev mailing list