[squeak-dev] The Trunk: Tests-pre.342.mcz

commits at source.squeak.org commits at source.squeak.org
Thu May 19 15:56:56 UTC 2016


Patrick Rein uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-pre.342.mcz

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

Name: Tests-pre.342
Author: pre
Time: 19 May 2016, 5:56:44.520731 pm
UUID: 9f7000bc-c8e8-497d-80cc-40ced18f376b
Ancestors: Tests-pre.341

As discussed several times on the mailing list the ExceptionTests>>testHandlerFromAction test is a feature request test and should be regarded as an expectedFailure.

=============== Diff against Tests-eem.340 ===============

Item was changed:
  ----- Method: ExceptionTests>>expectedFailures (in category 'testing-outer') -----
  expectedFailures
+ 	"This test is a feature request. For more information on this issue visit:
+ 	http://forum.world.st/The-Inbox-Tests-TestRunner-156-mcz-tc4643910.html#a4643987
+ 	http://forum.world.st/ExceptionTests-Wrong-error-handler-tc4848699.html
+ 	http://forum.world.st/ExceptionTests-gt-testHandlerFromAction-fails-tc4872828.html#a4872958"
+ 	
+ 	^ #(testHandlerFromAction).!
- 	^ #().!

Item was changed:
  ----- Method: PackageDependencyTest>>testPreferenceBrowser (in category 'tests') -----
  testPreferenceBrowser
  	self testPackage: #PreferenceBrowser dependsExactlyOn: #(
  		#'Chronology-Core'
  		Collections
  		Graphics
  		Kernel
  		Morphic
  		MorphicExtras
  		System
  		Tools
+ 		#'ToolBuilder-Morphic'
+ 		EToys
+ 		Balloon
  	).!



More information about the Squeak-dev mailing list