The Trunk: Tests-topa.317.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Tests-topa.317.mcz

commits-2
Tobias Pape uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-topa.317.mcz

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

Name: Tests-topa.317
Author: topa
Time: 7 April 2015, 6:56:32.057 pm
UUID: 700b4f27-bd86-43aa-bbee-802c1e824277
Ancestors: Tests-topa.316

Behavior toolIconSelector: has a strang push-nil, pop sequence.

=============== Diff against Tests-topa.316 ===============

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
  CurrentReadOnlySourceFiles cacheDuring: [
  (DecompilerTestFailuresCollector new computeFailures collect:
  [:mr| { mr classSymbol. mr selector }]) asArray ]."
 
+ ^#( (Behavior toolIconSelector:)
+ (BrowserCommentTextMorph showPane)
- ^#( (BrowserCommentTextMorph showPane)
  (ClassDescription replaceSilently:to:)
  (CodeHolder getSelectorAndSendQuery:to:with:)
  (Date printOn:)
  (DecompilerTests testDecompileUnreachableParameter)
  (HttpUrl checkAuthorization:retry:)
  (MCConfigurationBrowser post)
  (MailComposition breakLinesInMessage:)
  (MVCToolBuilder setLayout:in:) "same-name block-local temps in optimized blocks"
  (ParagraphEditor inOutdent:delta:)
  (PNGReadWriter copyPixelsGray:)
  (PointTest testNormal) "fraction printing??"
  (PointTest testTheta) "fraction printing??"
  (ScaledDecimalTest testConvertFromFraction) "local/non-local temps"
  (StandardScriptingSystem holderWithAlphabet) "same-name block-local temps in optimized blocks"
  (SystemWindow convertAlignment)
  (TextEditor inOutdent:delta:)
  (TextURL actOnClickFor:)
  (TTContourConstruction segmentsDo:) "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:))!