Patrick Rein uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-pre.402.mcz ==================== Summary ==================== Name: Tests-pre.402 Author: pre Time: 13 October 2018, 2:42:42.412477 pm UUID: bf4fcca4-e5b5-c441-8bb4-c59e813980be Ancestors: Tests-eem.401 Updates the package dependency tests =============== Diff against Tests-eem.401 =============== Item was added: + ----- Method: PackageDependencyTest>>expectedFailures (in category 'failures') ----- + expectedFailures + + ^ #(testEtoys testSystem testTools)! Item was changed: ----- Method: PackageDependencyTest>>testEtoys (in category 'tests') ----- testEtoys + "Etoys clean-up is to be done for the after 5.2 release --pre" + self testPackage: #EToys dependsExactlyOn: #( Balloon #'Chronology-Core' Collections Compiler Compression Files Graphics Kernel Morphic MorphicExtras Multilingual Network Protocols SUnit System #'ToolBuilder-Kernel' Tools ).! Item was changed: ----- Method: PackageDependencyTest>>testMorphic (in category 'tests') ----- testMorphic self testPackage: #Morphic dependsExactlyOn: #( Balloon #'Chronology-Core' Collections Compiler + Compression EToys Files Graphics Kernel Monticello MonticelloConfigurations MorphicExtras Multilingual Network Sound System SystemReporter #'ToolBuilder-Kernel' #'ToolBuilder-Morphic' Tools TrueType ).! Item was changed: ----- Method: PackageDependencyTest>>testMorphicExtras (in category 'tests') ----- testMorphicExtras self testPackage: #MorphicExtras dependsExactlyOn: #( Balloon #'Chronology-Core' Collections Compiler Files Graphics Kernel MonticelloConfigurations Morphic Multilingual Network Protocols Sound System #'ToolBuilder-Kernel' + #'ToolBuilder-Morphic' Tools ).! Item was changed: ----- Method: PackageDependencyTest>>testNetwork (in category 'tests') ----- testNetwork self testPackage: #Network dependsExactlyOn: #( #'Chronology-Core' Collections Compiler Compression Files Graphics Kernel Morphic + Multilingual + #'SqueakSSL-Core' System #'ToolBuilder-Kernel' #'WebClient-Core' ).! Item was changed: ----- Method: PackageDependencyTest>>testSUnitGUI (in category 'tests') ----- testSUnitGUI self testPackage: #SUnitGUI dependsExactlyOn: #( #'Chronology-Core' Collections + Environments Graphics Kernel #'PackageInfo-Base' SUnit System #'ToolBuilder-Kernel' Tools ).! Item was changed: ----- Method: PackageDependencyTest>>testSound (in category 'tests') ----- testSound self testPackage: #Sound dependsExactlyOn: #( #'Chronology-Core' Collections + Compiler Balloon Files Graphics Kernel Network System #'ToolBuilder-Kernel' ).! Item was changed: ----- Method: PackageDependencyTest>>testSystem (in category 'tests') ----- testSystem + "Etoys clean-up is to be done for the after 5.2 release --pre" + self testPackage: #System dependsExactlyOn: #( #'Chronology-Core' Collections Compiler Compression Environments Files Graphics #'Installer-Core' Kernel MonticelloConfigurations Morphic MorphicExtras Multilingual Network #'PackageInfo-Base' Sound #'ToolBuilder-Kernel' TrueType ).! Item was changed: ----- Method: PackageDependencyTest>>testTools (in category 'tests') ----- testTools + "Tools currently directly depend on the new file handling dialogs. To be + refactored in after 5.2 release --pre" + self testPackage: #Tools dependsExactlyOn: #( #'Chronology-Core' Collections Compiler Compression + Environments Files Graphics Kernel Morphic MorphicExtras Multilingual Network #'PackageInfo-Base' System #'ToolBuilder-Kernel' ).! |
Free forum by Nabble | Edit this page |