Status: FailingTest
Owner: [hidden email] Labels: Type-FailingTest Milestone-2.0 New issue 6326 by [hidden email]: RPackage testInvariant failing http://code.google.com/p/pharo/issues/detail?id=6326 I've opened a new issue because I've fixed this one only (I was not able to reproduce the other RPackage issue yet). Subtask of issue 5973 _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: FixReviewNeeded Comment #1 on issue 6326 by [hidden email]: RPackage testInvariant failing http://code.google.com/p/pharo/issues/detail?id=6326 Slice in inbox. Post Load Script: RPackageOrganizer unregisterInterestToSystemAnnouncement. RPackageOrganizer registerInterestToSystemAnnouncement. RMockSystemAnnouncer reset. Smalltalk garbageCollect. Smalltalk garbageCollect. Smalltalk garbageCollect. MCWorkingCopy announcer: nil. RPackageOrganizer default registerInterestToAnnouncer: MCWorkingCopy announcer. _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #2 on issue 6326 by [hidden email]: RPackage testInvariant failing http://code.google.com/p/pharo/issues/detail?id=6326 BTW, the post load is to remove the non weak subscriptions to the announcers. _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: MonkeyIsChecking Comment #3 on issue 6326 by [hidden email]: RPackage testInvariant failing http://code.google.com/p/pharo/issues/detail?id=6326#c3 The Monkey is currently checking this issue. Please don't change it! _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: FailingTest Comment #4 on issue 6326 by [hidden email]: RPackage testInvariant failing http://code.google.com/p/pharo/issues/detail?id=6326#c4 Test Results: ------------- Passed: 6330 CollectionsTests-Arrayed (547) CollectionsTests-Atomic (12) CollectionsTests-Sequenceable (906) CollectionsTests-SplitJoin (27) CollectionsTests-Stack (16) CollectionsTests-Streams (37) CollectionsTests-Strings (596) CollectionsTests-Support (12) CollectionsTests-Unordered (1951) CollectionsTests-Weak (739) CompilerTests (179) KernelTests-Chronology (581) KernelTests-Classes (67) KernelTests-Exception (2) KernelTests-Methods (178) KernelTests-Numbers (276) KernelTests-Objects (86) KernelTests-Pragmas (3) KernelTests-Processes (31) SUnit-Core-Extensions (3) SUnit-Core-Utilities (3) SUnit-Tests-Core (78) Errors: 73 RPackageMCSynchronisationTest>>#testAddCategoryCreatesPackage RPackageMCSynchronisationTest>>#testAddCategoryIsAlreadyAPackageDoesNotCreatePackage RPackageMCSynchronisationTest>>#testAddClassAddItIntoPackage RPackageMCSynchronisationTest>>#testAddClassInNotCreatedPackage RPackageMCSynchronisationTest>>#testAddClassUpdateTheOrganizer RPackageMCSynchronisationTest>>#testAddMCPackageCreatesAPackage RPackageMCSynchronisationTest>>#testAddMCPackageForCategoryAlreadyExistingDoesNotCreateAPackage RPackageMCSynchronisationTest>>#testAddMethodByUsingATraitDoesNotAddTheMethodToThePackage RPackageMCSynchronisationTest>>#testAddMethodInClassicCategoryAddMethodToTheParentPackageOfItsClass RPackageMCSynchronisationTest>>#testAddMethodInClassicCategoryAddMethodToTheParentPackageOfItsTrait RPackageMCSynchronisationTest>>#testAddMethodInExtensionCategoryAddMethodToTheExtendingPackage RPackageMCSynchronisationTest>>#testAddMethodInExtensionCategoryEnlargingPackageNameAddMethodToTheExtendingPackage RPackageMCSynchronisationTest>>#testAddMethodInExtensionCategoryNotExistingCreateANewPackage RPackageMCSynchronisationTest>>#testAddMethodInExtensionCategoryNotRespectingCaseAddMethodToTheExtendingPackage RPackageMCSynchronisationTest>>#testAddTraitAddItIntoPackage RPackageMCSynchronisationTest>>#testAddTraitInNotCreatedPackage RPackageMCSynchronisationTest>>#testAddTraitUpdateTheOrganizer RPackageMCSynchronisationTest>>#testBasicImportSystemClass RPackageMCSynchronisationTest>>#testCategoryMatching RPackageMCSynchronisationTest>>#testImportSystallManagershSubCategoryAndAnotherCategory RPackageMCSynchronisationTest>>#testImportSystemClassWithSubCategory RPackageMCSynchronisationTest>>#testImportSystemClassWithSubCategoryAndAnotherCategory RPackageMCSynchronisationTest>>#testModifyMethodByChangingCode RPackageMCSynchronisationTest>>#testModifyMethodByMovingFromClassicCategoryToClassicCategoryDoesNothing RPackageMCSynchronisationTest>>#testModifyMethodByMovingFromClassicCategoryToExtensionCategoryMoveItFromParentPackageToExtendingPackage RPackageMCSynchronisationTest>>#testModifyMethodByMovingFromExtensionCategoryToClassicCategoryMoveItFromExtendingPackageToParentPackage RPackageMCSynchronisationTest>>#testModifyMethodByMovingFromExtensionCategoryToExtensionCategoryMoveItFromExtendingPackageToSecondExtendingPackage RPackageMCSynchronisationTest>>#testRecategorizeClassInUnknownCategoryRegisterTheClassInANewPackage RPackageMCSynchronisationTest>>#testRecategorizeClassRegisterTheClassInTheNewPackage RPackageMCSynchronisationTest>>#testRecategorizeClassRegisterTheClassMethodsInTheNewPackage RPackageMCSynchronisationTest>>#testRecategorizeClassUnregisterTheClassFromTheOldPackage RPackageMCSynchronisationTest>>#testRecategorizeClassUnregisterTheClassMethodsFromTheOldPackage RPackageMCSynchronisationTest>>#testRecategorizeClassUpdateTheOrganizer RPackageMCSynchronisationTest>>#testRecategorizeClassWithExtensionInTheExtendedPackage RPackageMCSynchronisationTest>>#testRecategorizeClassWithMetaClassMethodsRegisterAllClassMethodsInTheNewPackage RPackageMCSynchronisationTest>>#testRemoveAllExtensionMethodsFromMetaAndInstanceSideUpdateOrganizerExtensionsDictionary RPackageMCSynchronisationTest>>#testRemoveAllExtensionMethodsFromMetaClassUpdateOrganizerExtensionsDictionary RPackageMCSynchronisationTest>>#testRemoveAllExtensionMethodsRemoveTheClassFromExtendedClasses RPackageMCSynchronisationTest>>#testRemoveAllExtensionMethodsRemoveTheMetaClassFromExtendedClasses RPackageMCSynchronisationTest>>#testRemoveAllExtensionMethodsUpdateOrganizerExtensionsDictionary RPackageMCSynchronisationTest>>#testRemoveCategoryRemoveThePackage RPackageMCSynchronisationTest>>#testRemoveCategoryWhenMCPackageExistDoesNotRemoveThePackage RPackageMCSynchronisationTest>>#testRemoveClassUnregisterTheClassDefinedMethodsFromItsPackage RPackageMCSynchronisationTest>>#testRemoveClassUnregisterTheClassExtensionMethodsFromTheCorrespondingPackage RPackageMCSynchronisationTest>>#testRemoveClassUnregisterTheClassFromItsPackage RPackageMCSynchronisationTest>>#testRemoveClassUpdateTheorganizer RPackageMCSynchronisationTest>>#testRemoveExtensionMethodDoesNotRemoveExtendingPackage RPackageMCSynchronisationTest>>#testRemoveExtensionMethodDoesRemoveExtendingPackage RPackageMCSynchronisationTest>>#testRemoveExtensionMethodRemoveMethodFromItsPackage RPackageMCSynchronisationTest>>#testRemoveMCPackageRemoveThePackage RPackageMCSynchronisationTest>>#testRemoveMethodComingFromTraitDoesNotRemoveMethodFromTraitPackage RPackageMCSynchronisationTest>>#testRemoveMethodRemoveMethodFromItsPackage RPackageMCSynchronisationTest>>#testRemoveTraitMethod RPackageMCSynchronisationTest>>#testRenameCategoryAlsoRenameAllExtensionProtocols RPackageMCSynchronisationTest>>#testRenameCategoryChangeTheNameOfThePackage RPackageMCSynchronisationTest>>#testRenameCategoryUpdateTheOrganizer RPackageMCSynchronisationTest>>#testRenameClassUpdateClassDefinedInTheParentPackage RPackageMCSynchronisationTest>>#testRenameClassUpdateClassDefinedSelectorsInTheParentPackage RPackageMCSynchronisationTest>>#testRenameClassUpdateClassExtensionSelectorsInTheExtendingPackages RPackageMCSynchronisationTest>>#testRenameClassUpdateMetaclassDefinedSelectorsInTheParentPackage RPackageMCSynchronisationTest>>#testRenameClassUpdateMetaclassExtensionSelectorsInTheExtendingPackages RPackageMCSynchronisationTest>>#testRenameClassUpdateOrganizerClassExtendingPackagesMapping RPackageMCSynchronisationTest>>#testRenameClassUpdateOrganizerClassPackageMapping RPackageMCSynchronisationTest>>#testRenameUnknownCategoryCreatesNewRPackage RPackageMCSynchronisationTest>>#testReorganizeClassByAddingNewProtocolDoesNothing RPackageMCSynchronisationTest>>#testReorganizeClassByRemovingClassicCategoryRemoveMethodsFromTheParentPackage RPackageMCSynchronisationTest>>#testReorganizeClassByRemovingExtensionCategoryRemoveMethodsFromTheExtendingPackage RPackageMCSynchronisationTest>>#testReorganizeClassByRenamingClassicCategoryToExtensionCategoryMoveAllMethodsFromParentPackageToExtendingPackage RPackageMCSynchronisationTest>>#testReorganizeClassByRenamingClassicCategoryToExtensionCategoryMoveMethodsFromParentPackageToExtendingPackage RPackageMCSynchronisationTest>>#testReorganizeClassByRenamingExtensionCategoryToAnotherExtensionCategoryAddMethodsToTheNewPackage RPackageMCSynchronisationTest>>#testReorganizeClassByRenamingExtensionCategoryToClassicCategoryMoveAllMethodsFromExtendingPackageToParentPackage RPackageMCSynchronisationTest>>#testReorganizeClassByRenamingExtensionCategoryToClassicCategoryMoveMethodsFromExtendingPackageToParentPackage RPackageMCSynchronisationTest>>#testisDefinedAsPackageOrSubPackageInMC ---------------------------------------------------------- Loaded Source: SLICE-Issue-6326-RPackage-testInvariant-failing-GuillermoPolito.1 from http://ss3.gemstone.com/ss/PharoInbox Tested using Pharo-2.0-20199-a on CoInterpreter VMMaker-oscog-EstebanLorenzano.161 uuid: 8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul 9 2012, StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.161 uuid: 8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul 9 2012, https://git.gitorious.org/cogvm/blessed.git Commit: 8eb3f452262d1b213fd1b6fd3cb682e292945ccf Date: Mon Jul 9 15:23:19 2012 +0200 By: Esteban Lorenzano <[hidden email]> _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: FixReviewNeeded Comment #5 on issue 6326 by [hidden email]: RPackage testInvariant failing http://code.google.com/p/pharo/issues/detail?id=6326 (No comment was entered for this change.) _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: MonkeyIsChecking Comment #6 on issue 6326 by [hidden email]: RPackage testInvariant failing http://code.google.com/p/pharo/issues/detail?id=6326#c6 The Monkey is currently checking this issue. Please don't change it! _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: FailingTest Comment #7 on issue 6326 by [hidden email]: RPackage testInvariant failing http://code.google.com/p/pharo/issues/detail?id=6326#c7 Test Results: ------------- Passed: 6485 CollectionsTests-Arrayed (547) CollectionsTests-Atomic (12) CollectionsTests-Sequenceable (906) CollectionsTests-SplitJoin (27) CollectionsTests-Stack (16) CollectionsTests-Streams (37) CollectionsTests-Strings (596) CollectionsTests-Support (12) CollectionsTests-Unordered (1951) CollectionsTests-Weak (739) CompilerTests (179) KernelTests-Chronology (580) KernelTests-Classes (67) KernelTests-Exception (2) KernelTests-Methods (178) KernelTests-Numbers (276) KernelTests-Objects (86) KernelTests-Pragmas (3) KernelTests-Processes (31) RPackage-SystemIntegration (73) RPackage-Tests (83) SUnit-Core-Extensions (3) SUnit-Core-Utilities (3) SUnit-Tests-Core (78) Failures: 2 TimeTest>>#testGeneralInquiries RPackageWithDoTest>>#testInvariant ---------------------------------------------------------- Loaded Source: SLICE-Issue-6326-RPackage-testInvariant-failing-GuillermoPolito.2 from http://ss3.gemstone.com/ss/PharoInbox Tested using Pharo-2.0-20199-a on CoInterpreter VMMaker-oscog-EstebanLorenzano.161 uuid: 8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul 9 2012, StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.161 uuid: 8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul 9 2012, https://git.gitorious.org/cogvm/blessed.git Commit: 8eb3f452262d1b213fd1b6fd3cb682e292945ccf Date: Mon Jul 9 15:23:19 2012 +0200 By: Esteban Lorenzano <[hidden email]> _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: FixToInclude Comment #8 on issue 6326 by [hidden email]: RPackage testInvariant failing http://code.google.com/p/pharo/issues/detail?id=6326 (No comment was entered for this change.) _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: Integrated Comment #9 on issue 6326 by [hidden email]: RPackage testInvariant failing http://code.google.com/p/pharo/issues/detail?id=6326 in 2.0 200 _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Free forum by Nabble | Edit this page |