The Trunk: Tests-pre.349.mcz

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

The Trunk: Tests-pre.349.mcz

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

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

Name: Tests-pre.349
Author: pre
Time: 15 August 2016, 11:23:47.344656 pm
UUID: ab567e83-59da-9049-af1a-aa3c78112c85
Ancestors: Tests-pre.348

Updates decompiler expected failures to the new state of the source code.

=============== Diff against Tests-pre.348 ===============

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) #(#HttpUrl #checkAuthorization:retry: #TestFailure) #(#LargeNegativeIntegerTest #testReplaceFromToWithStartingAt #SyntaxErrorNotification) #(#LargePositiveIntegerTest #testReplaceFromToWithStartingAt #SyntaxErrorNotification) #(#MailComposition #breakLinesInMessage: #SyntaxErrorNotification) #(#MCConfigurationBrowser #post #SyntaxErrorNotification) #(#MVCToolBuilder #setLayout:in: #SyntaxErrorNotification) #(#ParagraphEditor #inOutdent:delta: #SyntaxErrorNotification) #(#PNGReadWriter #copyPixelsGray: #SyntaxErrorNotification) #(#ProtoObjectTest #testIfNilIfNotNil #SyntaxErrorNotification) #(#ProtoObjectTest #testIfNotNil #SyntaxErrorNotification) #(#ProtoObjectTest #testIfNotNilIfNil #SyntaxErrorNotification) #(#RxsCharSet #enumerablePartPredicateIgnoringCase: #SyntaxErrorNotification) #(#ScaledDecimalTest #testConvertFromFraction #SyntaxErrorNotification) #(#SHMCClassDefinition #withAllSuperclassesDo: #SyntaxErrorNotification) #(#StandardScriptingSystem #holderWithAlphabet #SyntaxErrorNotification) #(#SyntaxMorph #mouseEnterDragging: #SyntaxErrorNotification) #(#SystemWindow #convertAlignment #SyntaxErrorNotification) #(#TextEditor #inOutdent:delta: #SyntaxErrorNotification) #(#TextURL #actOnClickFor: #TestFailure) #(#WeakSet #scanForLoadedSymbol: #TestFailure))!
- ^#( (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)
- (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))!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Tests-pre.349.mcz

Levente Uzonyi
On Mon, 15 Aug 2016, [hidden email] wrote:

> Patrick Rein uploaded a new version of Tests to project The Trunk:
> http://source.squeak.org/trunk/Tests-pre.349.mcz
>
> ==================== Summary ====================
>
> Name: Tests-pre.349
> Author: pre
> Time: 15 August 2016, 11:23:47.344656 pm
> UUID: ab567e83-59da-9049-af1a-aa3c78112c85
> Ancestors: Tests-pre.348
>
> Updates decompiler expected failures to the new state of the source code.
>
> =============== Diff against Tests-pre.348 ===============
>
> 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) #(#HttpUrl #checkAuthorization:retry: #TestFailure) #(#LargeNegativeIntegerTest #testReplaceFromToWithStartingAt #SyntaxErrorNotification) #(#LargePositiveIntegerTest #testReplaceFromToWithStartingAt #SyntaxErrorNotification) #(#MailComposition #breakLinesInMessage: #SyntaxErrorNotification) #(#MCConfigurationBrowser #post #SyntaxErrorNotification) #(#MVCToolBuilder #setLayout:in: #SyntaxErrorNotification) #(#ParagraphEditor #inOutdent:delta: #SyntaxErrorNotification) #(#PNGReadWriter #copyPixelsGray: #SyntaxErrorNotification) #(#ProtoObjectTest #testIfNilIfNotNil #SyntaxErrorNotification) #(#ProtoObjectTest #testIfNotNil #SyntaxErrorNotification) #(#ProtoObjectTest #testIfNotNilIfNil #SyntaxErrorNotification) #(#RxsCharSet #enumerablePartPredicateIgnoringCase: #SyntaxErrorNotification) #(#ScaledDecimalTest #testConvertFromFraction #SyntaxErrorNotification) #(#SHMCClassDefinition #withAllSuperclassesDo: #SyntaxErrorNotification) #(#StandardScriptingSystem #holderWithAlphabet #SyntaxErrorNotification) #(#SyntaxMorph #mouseEnterDragging: #SyntaxErrorNotification) #(#SystemWindow #convertAlignment #SyntaxErrorNotification) #(#TextEditor #inOutdent:delta: #SyntaxErrorNotification) #(#TextURL #actOnClickFor: #TestFailure) #(#WeakSet #scanForLoadedSymbol: #TestFailure))!
Please keep the indentation.

Levente

> - ^#( (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)
> - (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))!
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Tests-pre.349.mcz

Eliot Miranda-2


On Mon, Aug 15, 2016 at 4:05 PM, Levente Uzonyi <[hidden email]> wrote:
On Mon, 15 Aug 2016, [hidden email] wrote:

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

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

Name: Tests-pre.349
Author: pre
Time: 15 August 2016, 11:23:47.344656 pm
UUID: ab567e83-59da-9049-af1a-aa3c78112c85
Ancestors: Tests-pre.348

Updates decompiler expected failures to the new state of the source code.

=============== Diff against Tests-pre.348 ===============

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) #(#HttpUrl #checkAuthorization:retry: #TestFailure) #(#LargeNegativeIntegerTest #testReplaceFromToWithStartingAt #SyntaxErrorNotification) #(#LargePositiveIntegerTest #testReplaceFromToWithStartingAt #SyntaxErrorNotification) #(#MailComposition #breakLinesInMessage: #SyntaxErrorNotification) #(#MCConfigurationBrowser #post #SyntaxErrorNotification) #(#MVCToolBuilder #setLayout:in: #SyntaxErrorNotification) #(#ParagraphEditor #inOutdent:delta: #SyntaxErrorNotification) #(#PNGReadWriter #copyPixelsGray: #SyntaxErrorNotification) #(#ProtoObjectTest #testIfNilIfNotNil #SyntaxErrorNotification) #(#ProtoObjectTest #testIfNotNil #SyntaxErrorNotification) #(#ProtoObjectTest #testIfNotNilIfNil #SyntaxErrorNotification) #(#RxsCharSet #enumerablePartPredicateIgnoringCase: #SyntaxErrorNotification) #(#ScaledDecimalTest #testConvertFromFraction #SyntaxErrorNotification) #(#SHMCClassDefinition #withAllSuperclassesDo: #SyntaxErrorNotification) #(#StandardScriptingSystem #holderWithAlphabet #SyntaxErrorNotification) #(#SyntaxMorph #mouseEnterDragging: #SyntaxErrorNotification) #(#SystemWindow #convertAlignment #SyntaxErrorNotification) #(#TextEditor #inOutdent:delta: #SyntaxErrorNotification) #(#TextURL #actOnClickFor: #TestFailure) #(#WeakSet #scanForLoadedSymbol: #TestFailure))!

Please keep the indentation.

+1.  It's unreadable without :-(

 


Levente


-       ^#(     (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)
-               (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))!








--
_,,,^..^,,,_
best, Eliot


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Tests-pre.349.mcz

Nicolas Cellier
Fortunately, the server doesn't diffsWithPrettyPrint ;)
That's definitely one Preferences to be set to false by default IMO.

2016-08-16 18:01 GMT+02:00 Eliot Miranda <[hidden email]>:


On Mon, Aug 15, 2016 at 4:05 PM, Levente Uzonyi <[hidden email]> wrote:
On Mon, 15 Aug 2016, [hidden email] wrote:

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

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

Name: Tests-pre.349
Author: pre
Time: 15 August 2016, 11:23:47.344656 pm
UUID: ab567e83-59da-9049-af1a-aa3c78112c85
Ancestors: Tests-pre.348

Updates decompiler expected failures to the new state of the source code.

=============== Diff against Tests-pre.348 ===============

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) #(#HttpUrl #checkAuthorization:retry: #TestFailure) #(#LargeNegativeIntegerTest #testReplaceFromToWithStartingAt #SyntaxErrorNotification) #(#LargePositiveIntegerTest #testReplaceFromToWithStartingAt #SyntaxErrorNotification) #(#MailComposition #breakLinesInMessage: #SyntaxErrorNotification) #(#MCConfigurationBrowser #post #SyntaxErrorNotification) #(#MVCToolBuilder #setLayout:in: #SyntaxErrorNotification) #(#ParagraphEditor #inOutdent:delta: #SyntaxErrorNotification) #(#PNGReadWriter #copyPixelsGray: #SyntaxErrorNotification) #(#ProtoObjectTest #testIfNilIfNotNil #SyntaxErrorNotification) #(#ProtoObjectTest #testIfNotNil #SyntaxErrorNotification) #(#ProtoObjectTest #testIfNotNilIfNil #SyntaxErrorNotification) #(#RxsCharSet #enumerablePartPredicateIgnoringCase: #SyntaxErrorNotification) #(#ScaledDecimalTest #testConvertFromFraction #SyntaxErrorNotification) #(#SHMCClassDefinition #withAllSuperclassesDo: #SyntaxErrorNotification) #(#StandardScriptingSystem #holderWithAlphabet #SyntaxErrorNotification) #(#SyntaxMorph #mouseEnterDragging: #SyntaxErrorNotification) #(#SystemWindow #convertAlignment #SyntaxErrorNotification) #(#TextEditor #inOutdent:delta: #SyntaxErrorNotification) #(#TextURL #actOnClickFor: #TestFailure) #(#WeakSet #scanForLoadedSymbol: #TestFailure))!

Please keep the indentation.

+1.  It's unreadable without :-(

 


Levente


-       ^#(     (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)
-               (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))!








--
_,,,^..^,,,_
best, Eliot






Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Tests-pre.349.mcz

Bert Freudenberg
On Tue, Aug 16, 2016 at 11:12 PM, Nicolas Cellier <[hidden email]> wrote:
Fortunately, the server doesn't diffsWithPrettyPrint ;)
That's definitely one Preferences to be set to false by default IMO.

+1

- Bert -