Issue 6293 in pharo: Fix FIleSystemTest >> #testReferenceTo

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

Issue 6293 in pharo: Fix FIleSystemTest >> #testReferenceTo

pharo
Status: Accepted
Owner: ----
Labels: Milestone-2.0 Type-Feature

New issue 6293 by [hidden email]: Fix FIleSystemTest >>  
#testReferenceTo
http://code.google.com/p/pharo/issues/detail?id=6293

We should not rely on the fact that '/' is the root path under unix.
this makes the test fail under windoze


_______________________________________________
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 6293 in pharo: Fix FIleSystemTest >> #testReferenceTo

pharo
Updates:
        Status: FixReviewNeeded

Comment #1 on issue 6293 by [hidden email]: Fix FIleSystemTest >>  
#testReferenceTo
http://code.google.com/p/pharo/issues/detail?id=6293

SLICE-Issue-6293-Fix-FIleSystemTest-gtgt-testReferenceTo-CamilloBruni.67


_______________________________________________
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 6293 in pharo: Fix FIleSystemTest >> #testReferenceTo

pharo
Updates:
        Status: MonkeyIsChecking

Comment #2 on issue 6293 by [hidden email]: Fix FIleSystemTest >>  
#testReferenceTo
http://code.google.com/p/pharo/issues/detail?id=6293#c2

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 6293 in pharo: Fix FIleSystemTest >> #testReferenceTo

pharo
Updates:
        Status: WorkNeeded

Comment #3 on issue 6293 by [hidden email]: Fix FIleSystemTest >>  
#testReferenceTo
http://code.google.com/p/pharo/issues/detail?id=6293#c3

Monkey went bananas:
--------------------
Error while loading  
SLICE-Issue-6293-Fix-FIleSystemTest-gtgt-testReferenceTo-CamilloBruni.67  
from http://ss3.gemstone.com/ss/PharoInbox:
        Error: Unable to resolve FileSystem-Tests-Core-CamilloBruni.26
  1: GoferVersionReference(Object)>>error:
  2: GoferVersionReference(GoferReference)>>resolveWith:
  3: [:dependency | self
                        addResolved: ((GoferVersionReference name: dependency versionInfo name)
                                        resolveWith: self gofer)] in GoferLoad>>addResolved:
  4: Array(SequenceableCollection)>>do:
  5: GoferLoad>>addResolved:
  6: [:each | self addResolved: each] in GoferLoad>>initializeOn:
  7: [:each |
        | newLabel |
        (count = 0
                                or: [count + 1 = size
                                                or: [(Time millisecondsSince: lastUpdate)
                                                                >= msecs]])
                        ifTrue: [bar current: count.
                                oldLabel = (newLabel := (labelBlock value: each)
                                                                        ifNil: [oldLabel])
                                        ifFalse: [ProgressNotification signal: '' extra: (oldLabel :=  
newLabel)].
                                lastUpdate := Time millisecondClockValue].
                aBlock value: each.
                count := count + 1] in [:bar |
        labelBlock := aStringOrBlock isString
                                        ifTrue: [bar label: aStringOrBlock.
                                                [:item | aStringOrBlock]]
                                        ifFalse: [aStringOrBlock].
                self
                        do: [:each |
                                | newLabel |
                                (count = 0
                                                or: [count + 1 = size
                                                                or: [(Time millisecondsSince: lastUpdate)
                                                                                >= msecs]])
                                        ifTrue: [bar current: count.
                                                oldLabel = (newLabel := (labelBlock value: each)
                                                                                        ifNil: [oldLabel])
                                                        ifFalse: [ProgressNotification signal: '' extra: (oldLabel :=  
newLabel)].
                                                lastUpdate := Time millisecondClockValue].
                                aBlock value: each.
                                count := count + 1]] in Array(Collection)>>do:displayingProgress:every:
  8: Array(SequenceableCollection)>>do:
  9: [:bar |
        labelBlock := aStringOrBlock isString
                                        ifTrue: [bar label: aStringOrBlock.
                                                [:item | aStringOrBlock]]
                                        ifFalse: [aStringOrBlock].
                self
                        do: [:each |
                                | newLabel |
                                (count = 0
                                                or: [count + 1 = size
                                                                or: [(Time millisecondsSince: lastUpdate)
                                                                                >= msecs]])
                                        ifTrue: [bar current: count.
                                                oldLabel = (newLabel := (labelBlock value: each)
                                                                                        ifNil: [oldLabel])
                                                        ifFalse: [ProgressNotification signal: '' extra: (oldLabel :=  
newLabel)].
                                                lastUpdate := Time millisecondClockValue].
                                aBlock value: each.
                                count := count + 1]] in Array(Collection)>>do:displayingProgress:every:
10:
NonInteractiveUIManager(CommandLineUIManager)>>progressInitiationExceptionDefaultAction:
        ...
----------------------------------------------------------
Loaded Source:  
SLICE-Issue-6293-Fix-FIleSystemTest-gtgt-testReferenceTo-CamilloBruni.67  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20191-a on CoInterpreter  
VMMaker-oscog-EstebanLorenzano.161 uuid:  
8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul  5 2012,  
StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.161 uuid:  
8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul  5 2012,  
https://git.gitorious.org/cogvm/blessed.git Commit:  
8216bc960dcf8ddab3a2f6fb54cc97214e7797fd Date: Thu Jul 5 09:41:44 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 6293 in pharo: Fix FIleSystemTest >> #testReferenceTo

pharo

Comment #4 on issue 6293 by [hidden email]: Fix FIleSystemTest >>  
#testReferenceTo
http://code.google.com/p/pharo/issues/detail?id=6293

yes, I can not merge it in either


_______________________________________________
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 6293 in pharo: Fix FIleSystemTest >> #testReferenceTo

pharo
Updates:
        Status: FixReviewNeeded

Comment #5 on issue 6293 by [hidden email]: Fix FIleSystemTest >>  
#testReferenceTo
http://code.google.com/p/pharo/issues/detail?id=6293

new slice in inbox

SLICE-Issue-6293-Fix-FIleSystemTest-gtgt-testReferenceTo-CamilloBruni.100


_______________________________________________
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 6293 in pharo: Fix FIleSystemTest >> #testReferenceTo

pharo
Updates:
        Status: MonkeyIsChecking

Comment #6 on issue 6293 by [hidden email]: Fix FIleSystemTest >>  
#testReferenceTo
http://code.google.com/p/pharo/issues/detail?id=6293#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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6293 in pharo: Fix FIleSystemTest >> #testReferenceTo

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20195

Comment #7 on issue 6293 by [hidden email]: Fix FIleSystemTest >>  
#testReferenceTo
http://code.google.com/p/pharo/issues/detail?id=6293#c7

This Issue has been checked by Ulysse the Monkey
       
6511 tests passed in 00:02:03s:
===============================
        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)
        FileSystem-Tests-Core (184)
        KernelTests-Chronology (578)
        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)

----------------------------------------------------------
Loaded Source:  
SLICE-Issue-6293-Fix-FIleSystemTest-gtgt-testReferenceTo-CamilloBruni.100  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20195-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 6293 in pharo: Fix FIleSystemTest >> #testReferenceTo

pharo
Updates:
        Status: FixToInclude

Comment #8 on issue 6293 by [hidden email]: Fix FIleSystemTest >>  
#testReferenceTo
http://code.google.com/p/pharo/issues/detail?id=6293

(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 6293 in pharo: Fix FIleSystemTest >> #testReferenceTo

pharo
Updates:
        Status: Integrated

Comment #9 on issue 6293 by [hidden email]: Fix FIleSystemTest >>  
#testReferenceTo
http://code.google.com/p/pharo/issues/detail?id=6293

in 2.0 196


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