Re: Issue 6156 in pharo: test failing for DateAndTimeTest

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
16 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6156 in pharo: test failing for DateAndTimeTest

pharo
Updates:
        Summary: test failing for DateAndTimeTest
        Status: FailingTest

Comment #2 on issue 6156 by [hidden email]: test failing for  
DateAndTimeTest
http://code.google.com/p/pharo/issues/detail?id=6156

this has already a report


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6156 in pharo: test failing for DateAndTimeTest

pharo
Updates:
        Status: FixReviewNeeded

Comment #3 on issue 6156 by [hidden email]: test failing for  
DateAndTimeTest
http://code.google.com/p/pharo/issues/detail?id=6156

patch included

Attachments:
        patch.st  2.1 KB


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6156 in pharo: test failing for DateAndTimeTest

pharo
Updates:
        Status: MonkeyIsChecking

Comment #4 on issue 6156 by [hidden email]: test failing for  
DateAndTimeTest
http://code.google.com/p/pharo/issues/detail?id=6156#c4

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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6156 in pharo: test failing for DateAndTimeTest

pharo
Updates:
        Status: WorkNeeded

Comment #5 on issue 6156 by [hidden email]: test failing for  
DateAndTimeTest
http://code.google.com/p/pharo/issues/detail?id=6156#c5

Monkey went bananas:
--------------------
Error while loading "patch.st" from Comment #3:
        MessageNotUnderstood: ReadStream>>fileIn
  1: ReadStream(Object)>>doesNotUnderstand: #fileIn
  2: [attachment contents asString readStream fileIn] in [:attachment |  
[attachment contents asString readStream fileIn]
                        on: Error
                        do: [:e | self addError: e forFile: attachment description]] in  
UlysseTheMonkey>>loadChangeSet
  3: BlockClosure>>on:do:
  4: [:attachment | [attachment contents asString readStream fileIn]
                        on: Error
                        do: [:e | self addError: e forFile: attachment description]] in  
UlysseTheMonkey>>loadChangeSet
  5: Array(SequenceableCollection)>>do:
  6: UlysseTheMonkey>>loadChangeSet
  7: [self loadChangeSet] in UlysseTheMonkey>>loadAndTestChangeSet
  8: [loadStopwatch reset activate.
                aBlock value.
                loadStopwatch suspend.
                testResult := self runTests.
                self removeFalseErrors] in UlysseTheMonkey>>testChangeImpact:
  9: BlockClosure>>on:do:
10: UlysseTheMonkey>>testChangeImpact:
        ...
----------------------------------------------------------
Loaded Source: "patch.st" from Comment #3
Tested using Pharo-2.0-20196-a on CoInterpreter  
VMMaker-oscog-EstebanLorenzano.161 uuid:  
8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul  8 2012,  
StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.161 uuid:  
8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul  8 2012,  
https://git.gitorious.org/cogvm/blessed.git Commit:  
b892447e025d1f85f7ef6494ccad441373817526 Date: Sun Jul 8 15:11:14 2012  
+0200 By: Camillo Bruni <[hidden email]>


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6156 in pharo: test failing for DateAndTimeTest

pharo
Updates:
        Status: FixReviewNeeded

Comment #6 on issue 6156 by [hidden email]: test failing for  
DateAndTimeTest
http://code.google.com/p/pharo/issues/detail?id=6156

SLICE-Issue-6156--test-failing-for-DateAndTimeTest-PavelKrivanek.1

I'm removing the patch from attachments because of the error in monkey.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6156 in pharo: test failing for DateAndTimeTest

pharo
Updates:
        Status: MonkeyIsChecking

Comment #7 on issue 6156 by [hidden email]: test failing for  
DateAndTimeTest
http://code.google.com/p/pharo/issues/detail?id=6156#c7

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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6156 in pharo: test failing for DateAndTimeTest

pharo
Updates:
        Status: WorkNeeded

Comment #8 on issue 6156 by [hidden email]: test failing for  
DateAndTimeTest
http://code.google.com/p/pharo/issues/detail?id=6156#c8

Monkey went bananas:
--------------------
Error while loading  
SLICE-Issue-6156--test-failing-for-DateAndTimeTest-PavelKrivanek.1 from  
http://ss3.gemstone.com/ss/PharoInbox:
        MCMergeOrLoadWarning: You are about to load new versions of the following  
packages
that have unsaved changes in the image:

   KernelTests
   KernelTests

If you continue, you will lose these changes:
  1: MCVersionLoader>>warnAboutLosingChangesTo:ifCancel:ifMerge:
  2: MCVersionLoader>>checkForModificationsIfCancel:ifMerge:
  3: MCVersionLoader>>loadWithNameLike:
  4: MCVersionLoader>>load
  5: GoferLoad>>execute
  6: Gofer>>execute:do:
  7: Gofer>>execute:
  8: Gofer>>load
  9: GoferResolvedReference>>load
10: [self slice load] in UlysseTheMonkey>>loadSlice
        ...
----------------------------------------------------------
Loaded Source:  
SLICE-Issue-6156--test-failing-for-DateAndTimeTest-PavelKrivanek.1 from  
http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20196-a on CoInterpreter  
VMMaker-oscog-EstebanLorenzano.161 uuid:  
8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul  8 2012,  
StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.161 uuid:  
8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul  8 2012,  
https://git.gitorious.org/cogvm/blessed.git Commit:  
b892447e025d1f85f7ef6494ccad441373817526 Date: Sun Jul 8 15:11:14 2012  
+0200 By: Camillo Bruni <[hidden email]>


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6156 in pharo: test failing for DateAndTimeTest

pharo

Comment #9 on issue 6156 by [hidden email]: test failing for  
DateAndTimeTest
http://code.google.com/p/pharo/issues/detail?id=6156

this error doesn't seem to be related to the patch


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6156 in pharo: test failing for DateAndTimeTest

pharo

Comment #10 on issue 6156 by [hidden email]: test failing for  
DateAndTimeTest
http://code.google.com/p/pharo/issues/detail?id=6156

After loading, the tests are green but Date>>#testAsSeconds fails...


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6156 in pharo: test failing for DateAndTimeTest

pharo

Comment #11 on issue 6156 by [hidden email]: test failing for  
DateAndTimeTest
http://code.google.com/p/pharo/issues/detail?id=6156

Well, this patches change the logic of asSeconds, it returns value related  
to UTC time. The test was improved. I will prepare the slice.

Attachments:
        Date class-fromSeconds.st  520 bytes
        DateTest-testAsSeconds.st  1.2 KB


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6156 in pharo: test failing for DateAndTimeTest

pharo
Updates:
        Cc: [hidden email]

Comment #12 on issue 6156 by [hidden email]: test failing for  
DateAndTimeTest
http://code.google.com/p/pharo/issues/detail?id=6156

SLICE-Issue-6156--test-failing-for-DateAndTimeTest-PavelKrivanek.2


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6156 in pharo: test failing for DateAndTimeTest

pharo
Updates:
        Status: FixReviewNeeded

Comment #13 on issue 6156 by [hidden email]: test failing for  
DateAndTimeTest
http://code.google.com/p/pharo/issues/detail?id=6156

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6156 in pharo: test failing for DateAndTimeTest

pharo
Updates:
        Status: MonkeyIsChecking

Comment #14 on issue 6156 by [hidden email]: test failing for  
DateAndTimeTest
http://code.google.com/p/pharo/issues/detail?id=6156#c14

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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6156 in pharo: test failing for DateAndTimeTest

pharo
Updates:
        Status: WorkNeeded

Comment #15 on issue 6156 by [hidden email]: test failing for  
DateAndTimeTest
http://code.google.com/p/pharo/issues/detail?id=6156#c15

Monkey went bananas:
--------------------
Error while loading  
SLICE-Issue-6156--test-failing-for-DateAndTimeTest-PavelKrivanek.2 from  
http://ss3.gemstone.com/ss/PharoInbox:
        MCMergeOrLoadWarning: You are about to load new versions of the following  
packages
that have unsaved changes in the image:

   KernelTests
   KernelTests

If you continue, you will lose these changes:
  1: MCVersionLoader>>warnAboutLosingChangesTo:ifCancel:ifMerge:
  2: MCVersionLoader>>checkForModificationsIfCancel:ifMerge:
  3: MCVersionLoader>>loadWithNameLike:
  4: MCVersionLoader>>load
  5: GoferLoad>>execute
  6: Gofer>>execute:do:
  7: Gofer>>execute:
  8: Gofer>>load
  9: GoferResolvedReference>>load
10: [self slice load] in UlysseTheMonkey>>loadSlice
        ...
----------------------------------------------------------
Loaded Source:  
SLICE-Issue-6156--test-failing-for-DateAndTimeTest-PavelKrivanek.2 from  
http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20198-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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6156 in pharo: test failing for DateAndTimeTest

pharo
Updates:
        Status: FixToInclude

Comment #16 on issue 6156 by [hidden email]: test failing for  
DateAndTimeTest
http://code.google.com/p/pharo/issues/detail?id=6156

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6156 in pharo: test failing for DateAndTimeTest

pharo
Updates:
        Status: Integrated

Comment #17 on issue 6156 by [hidden email]: test failing for  
DateAndTimeTest
http://code.google.com/p/pharo/issues/detail?id=6156

in 2.0 199


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker