Patrick Rein uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-pre.342.mcz ==================== Summary ==================== Name: Tests-pre.342 Author: pre Time: 19 May 2016, 5:56:44.520731 pm UUID: 9f7000bc-c8e8-497d-80cc-40ced18f376b Ancestors: Tests-pre.341 As discussed several times on the mailing list the ExceptionTests>>testHandlerFromAction test is a feature request test and should be regarded as an expectedFailure. =============== Diff against Tests-eem.340 =============== Item was changed: ----- Method: ExceptionTests>>expectedFailures (in category 'testing-outer') ----- expectedFailures + "This test is a feature request. For more information on this issue visit: + http://forum.world.st/The-Inbox-Tests-TestRunner-156-mcz-tc4643910.html#a4643987 + http://forum.world.st/ExceptionTests-Wrong-error-handler-tc4848699.html + http://forum.world.st/ExceptionTests-gt-testHandlerFromAction-fails-tc4872828.html#a4872958" + + ^ #(testHandlerFromAction).! - ^ #().! Item was changed: ----- Method: PackageDependencyTest>>testPreferenceBrowser (in category 'tests') ----- testPreferenceBrowser self testPackage: #PreferenceBrowser dependsExactlyOn: #( #'Chronology-Core' Collections Graphics Kernel Morphic MorphicExtras System Tools + #'ToolBuilder-Morphic' + EToys + Balloon ).! |
The change of PackageDependencyTest >> #testPreferenceBrowser
Tests-pre.341 seems to have slipped through. Levente On Thu, 19 May 2016, [hidden email] wrote: > Patrick Rein uploaded a new version of Tests to project The Trunk: > http://source.squeak.org/trunk/Tests-pre.342.mcz > > ==================== Summary ==================== > > Name: Tests-pre.342 > Author: pre > Time: 19 May 2016, 5:56:44.520731 pm > UUID: 9f7000bc-c8e8-497d-80cc-40ced18f376b > Ancestors: Tests-pre.341 > > As discussed several times on the mailing list the ExceptionTests>>testHandlerFromAction test is a feature request test and should be regarded as an expectedFailure. > > =============== Diff against Tests-eem.340 =============== > > Item was changed: > ----- Method: ExceptionTests>>expectedFailures (in category 'testing-outer') ----- > expectedFailures > + "This test is a feature request. For more information on this issue visit: > + http://forum.world.st/The-Inbox-Tests-TestRunner-156-mcz-tc4643910.html#a4643987 > + http://forum.world.st/ExceptionTests-Wrong-error-handler-tc4848699.html > + http://forum.world.st/ExceptionTests-gt-testHandlerFromAction-fails-tc4872828.html#a4872958" > + > + ^ #(testHandlerFromAction).! > - ^ #().! > > Item was changed: > ----- Method: PackageDependencyTest>>testPreferenceBrowser (in category 'tests') ----- > testPreferenceBrowser > self testPackage: #PreferenceBrowser dependsExactlyOn: #( > #'Chronology-Core' > Collections > Graphics > Kernel > Morphic > MorphicExtras > System > Tools > + #'ToolBuilder-Morphic' > + EToys > + Balloon > ).! > > > |
Sorry. Thanks for checking! I'll revert that in a minute.
________________________________________ Von: [hidden email] <[hidden email]> im Auftrag von Levente Uzonyi <[hidden email]> Gesendet: Donnerstag, 19. Mai 2016 18:16 An: [hidden email] Cc: [hidden email] Betreff: Re: [squeak-dev] The Trunk: Tests-pre.342.mcz The change of PackageDependencyTest >> #testPreferenceBrowser Tests-pre.341 seems to have slipped through. Levente On Thu, 19 May 2016, [hidden email] wrote: > Patrick Rein uploaded a new version of Tests to project The Trunk: > http://source.squeak.org/trunk/Tests-pre.342.mcz > > ==================== Summary ==================== > > Name: Tests-pre.342 > Author: pre > Time: 19 May 2016, 5:56:44.520731 pm > UUID: 9f7000bc-c8e8-497d-80cc-40ced18f376b > Ancestors: Tests-pre.341 > > As discussed several times on the mailing list the ExceptionTests>>testHandlerFromAction test is a feature request test and should be regarded as an expectedFailure. > > =============== Diff against Tests-eem.340 =============== > > Item was changed: > ----- Method: ExceptionTests>>expectedFailures (in category 'testing-outer') ----- > expectedFailures > + "This test is a feature request. For more information on this issue visit: > + http://forum.world.st/The-Inbox-Tests-TestRunner-156-mcz-tc4643910.html#a4643987 > + http://forum.world.st/ExceptionTests-Wrong-error-handler-tc4848699.html > + http://forum.world.st/ExceptionTests-gt-testHandlerFromAction-fails-tc4872828.html#a4872958" > + > + ^ #(testHandlerFromAction).! > - ^ #().! > > Item was changed: > ----- Method: PackageDependencyTest>>testPreferenceBrowser (in category 'tests') ----- > testPreferenceBrowser > self testPackage: #PreferenceBrowser dependsExactlyOn: #( > #'Chronology-Core' > Collections > Graphics > Kernel > Morphic > MorphicExtras > System > Tools > + #'ToolBuilder-Morphic' > + EToys > + Balloon > ).! > > > |
Free forum by Nabble | Edit this page |