[squeak-dev] The Trunk: Tests-pre.352.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Aug 16 20:43:38 UTC 2016


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

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

Name: Tests-pre.352
Author: pre
Time: 16 August 2016, 10:43:24.386215 pm
UUID: b11b0547-910b-7844-af7f-8fe54faf5abe
Ancestors: Tests-pre.351

Indents the expected failures list of the decompiler tests properly and adds two SyntaxErrorNotifactions not covered by the tool. (Mea culpa. I should not commit when I am tired...)

=============== Diff against Tests-pre.351 ===============

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) 
+ 		#(#TTContourConstruction #segmentsDo: #SyntaxErrorNotification)
+ 		#(#TTFontReader #processHorizontalMetricsTable:length: #SyntaxErrorNotification)
+ 		#(#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) #(#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))!



More information about the Squeak-dev mailing list