[squeak-dev] The Trunk: Tests-ul.480.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Mar 31 15:10:25 UTC 2022


Levente Uzonyi uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-ul.480.mcz

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

Name: Tests-ul.480
Author: ul
Time: 31 March 2022, 5:10:21.743078 pm
UUID: 18dce5e3-6390-4fc5-a1a3-f7419181d048
Ancestors: Tests-mt.479

- updated DecompilerTests >> #decompilerFailures to match the actual methods

=============== Diff against Tests-mt.479 ===============

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 initially via 
  		DecompilerTestFailuresCollector new computeFailures.
  	 But can be maintained manually."
  
  	"class name, selector, error class name or nil"
  	^#(
  		#(BrowserCommentTextMorph showPane SyntaxErrorNotification) 
- 		#(CodeHolder getSelectorAndSendQuery:to:with: SyntaxErrorNotification) 
  		#(DecompilerTests testDecompileUnreachableParameter Error) 
  		#(MVCToolBuilder setLayout:in: SyntaxErrorNotification) "same-name block-local temps in optimized blocks"
  		#(PNGReadWriter copyPixelsGray: SyntaxErrorNotification)
  		#(SHMCClassDefinition withAllSuperclassesDo: SyntaxErrorNotification) "same-name block-local temps in optimized blocks"
  		#(DoItFirst parse: SyntaxErrorNotification) "same-name block-local temps in optimized blocks"
+ 		#(TheWorldMainDockingBar listMethodChanges:andClassChanges:on: SyntaxErrorNotification) "same-name block-local temps in optimized blocks"
+ 		#(TTFontReader readCharacterMappingTable SyntaxErrorNotification) "same-name block-local temps in optimized blocks"
- 		#(TheWorldMainDockingBar listChangesOn: SyntaxErrorNotification) "same-name block-local temps in optimized blocks"
  	)!



More information about the Squeak-dev mailing list