Issue 6216 in pharo: Failing test: DateTest.testAsSeconds

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

Issue 6216 in pharo: Failing test: DateTest.testAsSeconds

pharo
Status: FailingTest
Owner: [hidden email]
Labels: Type-Bug Milestone-2.0

New issue 6216 by [hidden email]: Failing test:  
DateTest.testAsSeconds
http://code.google.com/p/pharo/issues/detail?id=6216

DateTest.testAsSeconds


_______________________________________________
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 6216 in pharo: Failing test: DateTest.testAsSeconds

pharo

Comment #1 on issue 6216 by [hidden email]: Failing test:  
DateTest.testAsSeconds
http://code.google.com/p/pharo/issues/detail?id=6216

I'll take a look


_______________________________________________
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 6216 in pharo: Failing test: DateTest.testAsSeconds

pharo

Comment #2 on issue 6216 by [hidden email]: Failing test:  
DateTest.testAsSeconds
http://code.google.com/p/pharo/issues/detail?id=6216

DateAndTime >> #epoch takes the current time zone into account, generating  
a 2h offset in summer france.

By explicitly avoiding the timezone in the generated time makes the test  
pass:

  '01 January, 1901 00:00:00' asDateAndTime

instead of

  '01 January, 1901 00:00:00+00:00' asDateAndTime


_______________________________________________
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 6216 in pharo: Failing test: DateTest.testAsSeconds

pharo
Updates:
        Status: FixReviewNeeded

Comment #3 on issue 6216 by [hidden email]: Failing test:  
DateTest.testAsSeconds
http://code.google.com/p/pharo/issues/detail?id=6216

fix in inbox
SLICE-Issue-6216-Failing-test-DateTesttestAsSeconds-CamilloBruni.1


_______________________________________________
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 6216 in pharo: Failing test: DateTest.testAsSeconds

pharo
Updates:
        Status: MonkeyIsChecking

Comment #4 on issue 6216 by [hidden email]: Failing test:  
DateTest.testAsSeconds
http://code.google.com/p/pharo/issues/detail?id=6216#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 6216 in pharo: Failing test: DateTest.testAsSeconds

pharo
Updates:
        Status: WorkNeeded

Comment #5 on issue 6216 by [hidden email]: Failing test:  
DateTest.testAsSeconds
http://code.google.com/p/pharo/issues/detail?id=6216#c5

Monkey went bananas:
--------------------
Error while loading  
SLICE-Issue-6216-Failing-test-DateTesttestAsSeconds-CamilloBruni.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-6216-Failing-test-DateTesttestAsSeconds-CamilloBruni.1 from  
http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20178-a on CoInterpreter  
VMMaker-oscog-EstebanLorenzano.161 uuid:  
8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul  3 2012,  
StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.161 uuid:  
8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul  3 2012,  
https://git.gitorious.org/cogvm/blessed.git Commit:  
8028952c1242f72b6d078b8161f310e3bf0cd365 Date: Tue Jul 3 16:26:14 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 6216 in pharo: Failing test: DateTest.testAsSeconds

pharo
Updates:
        Status: FixToInclude

Comment #6 on issue 6216 by [hidden email]: Failing test:  
DateTest.testAsSeconds
http://code.google.com/p/pharo/issues/detail?id=6216

(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 6216 in pharo: Failing test: DateTest.testAsSeconds

pharo
Updates:
        Status: Integrated

Comment #7 on issue 6216 by [hidden email]: Failing test:  
DateTest.testAsSeconds
http://code.google.com/p/pharo/issues/detail?id=6216

in 2.0 187


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