[squeak-dev] The Trunk: Tests-fbs.223.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Jun 22 20:26:50 UTC 2013


Frank Shearar uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-fbs.223.mcz

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

Name: Tests-fbs.223
Author: fbs
Time: 22 June 2013, 9:27:23.106 pm
UUID: 1071830c-df03-470d-8967-9ddca73e3753
Ancestors: Tests-fbs.222

Test for reported Decompiler bug http://bugs.squeak.org/view.php?id=7771

Marked as an expected failure because we don't know when/if we'll fix this edge case.

=============== Diff against Tests-fbs.222 ===============

Item was added:
+ ----- Method: DecompilerTests>>expectedFailures (in category 'testing') -----
+ expectedFailures
+ 	^ #(testDecompileUnreachableParameter)!

Item was added:
+ ----- Method: DecompilerTests>>testDecompileUnreachableParameter (in category 'tests') -----
+ testDecompileUnreachableParameter
+ 	"DecompilerTests new testDecompileUnreachableParameter"
+ 	"The call to #value: is unreachable because both blocks in the #ifTrue:ifFalse: send force a return."
+ 	self shouldnt: [[self value: (true ifTrue: [^true] ifFalse: [^false])] decompile] raise: Error.!



More information about the Squeak-dev mailing list