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

commits at source.squeak.org commits at source.squeak.org
Thu Nov 18 17:12:35 UTC 2021


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

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

Name: Tests-ul.465
Author: ul
Time: 18 November 2021, 6:12:23.870228 pm
UUID: 6cbe94f9-e292-4e77-af92-6a75b75a5bd2
Ancestors: Tests-eem.464

- actualized DecompilerTests >> #decompilerFailures to make all decompiler tests pass

=============== Diff against Tests-eem.464 ===============

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 listChangesOn: SyntaxErrorNotification) "same-name block-local temps in optimized blocks"
+ 	)!
- 		#(SHMCClassDefinition withAllSuperclassesDo: SyntaxErrorNotification)), "same-name block-local temps in optimized blocks"
- 	 (Scanner allowBlockArgumentAssignment
- 		ifTrue: [#()]
- 		ifFalse:
- 			[#(
- 		#(NebraskaSenderMorph hideField: SyntaxErrorNotification)) "assigns into block argument"])!



More information about the Squeak-dev mailing list