Levente Uzonyi uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-ul.326.mcz==================== Summary ====================
Name: Tests-ul.326
Author: ul
Time: 21 August 2015, 7:46:28.06 pm
UUID: cc62b8fd-b2f2-4361-b6ee-b298a4cce671
Ancestors: Tests-ul.325
PointTest's #testNormal and #testTheta seem to get decompiled correctly.
=============== Diff against Tests-ul.325 ===============
Item was changed:
----- Method: DecompilerTests>>decompilerFailures (in category 'utilities') -----
decompilerFailures
"Here is the list of failures: either a syntax error, a hard error or some failure to decompile correctly.
Collected via
DecompilerTestFailuresCollector new computeFailures."
"class name, selector, error class name or nil"
^#( (Behavior toolIconSelector: TestFailure)
(BrowserCommentTextMorph showPane SyntaxErrorNotification)
(ClassDescription replaceSilently:to: SyntaxErrorNotification)
(CodeHolder getSelectorAndSendQuery:to:with: SyntaxErrorNotification)
(Date printOn: TestFailure)
(DecompilerTests testDecompileUnreachableParameter Error)
(FontImporterTool fontFromFamily: SyntaxErrorNotification) "same-name block-local temps in optimized blocks"
(HttpUrl checkAuthorization:retry: TestFailure)
(LargeNegativeIntegerTest testReplaceFromToWithStartingAt SyntaxErrorNotification) "same-name block-local temps in optimized blocks"
(LargePositiveIntegerTest testReplaceFromToWithStartingAt SyntaxErrorNotification) "same-name block-local temps in optimized blocks"
(MailComposition breakLinesInMessage: SyntaxErrorNotification)
(MCConfigurationBrowser post SyntaxErrorNotification)
(MVCToolBuilder setLayout:in: SyntaxErrorNotification) "same-name block-local temps in optimized blocks"
(ParagraphEditor inOutdent:delta: SyntaxErrorNotification)
(PNGReadWriter copyPixelsGray: SyntaxErrorNotification)
- (PointTest testNormal TestFailure) "fraction printing??"
- (PointTest testTheta TestFailure) "fraction printing??"
(ScaledDecimalTest testConvertFromFraction SyntaxErrorNotification) "local/non-local temps"
(SHMCClassDefinition withAllSuperclassesDo: SyntaxErrorNotification) "same-name block-local temps in optimized blocks"
(StandardScriptingSystem holderWithAlphabet SyntaxErrorNotification) "same-name block-local temps in optimized blocks"
(SystemWindow convertAlignment SyntaxErrorNotification)
(TextEditor inOutdent:delta: SyntaxErrorNotification)
(TextURL actOnClickFor: TestFailure)
(TTContourConstruction segmentsDo: SyntaxErrorNotification) "Worth fixing; these two are mistaken conversion from a whileTrue: to a to:do: but the index is used outside the whileTrue:"
(TTFontReader processHorizontalMetricsTable:length: SyntaxErrorNotification))!