4.1 RC4 Mac test results

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

4.1 RC4 Mac test results

Ken G. Brown
4.1 RC4 on Mac 10.6.3

test results
2707 run, 2695 passes, 10 expected failures, 1 failures, 1 errors, 0 unexpected passes

Ken G. Brown

Reply | Threaded
Open this post in threaded view
|

Re: 4.1 RC4 Mac test results

Andreas.Raab
Hi Ken -

What's the error and what's the failure?

Thanks,
   - Andreas

On 4/12/2010 1:40 PM, Ken G. Brown wrote:
> 4.1 RC4 on Mac 10.6.3
>
> test results
> 2707 run, 2695 passes, 10 expected failures, 1 failures, 1 errors, 0 unexpected passes
>
> Ken G. Brown
>
>


Reply | Threaded
Open this post in threaded view
|

Re: 4.1 RC4 Mac test results

Ken G. Brown
At 2:14 PM -0700 4/12/10, Andreas Raab apparently wrote:
>Hi Ken -
>
>What's the error and what's the failure?

TestURI>>#testDefaultDirRoundtrip

SMDependencyTest>>#test2


Is there some way to get a log of the results?
I can copy and paste the results from the top right pane, but I cannot seem to do the same in the right 2nd or third pane, and the menu to the upper right of the 2nd pane does not work.

Ken G. Brown


>Thanks,
>  - Andreas
>
>On 4/12/2010 1:40 PM, Ken G. Brown wrote:
>>4.1 RC4 on Mac 10.6.3
>>
>>test results
>>2707 run, 2695 passes, 10 expected failures, 1 failures, 1 errors, 0 unexpected passes
>>
>>Ken G. Brown


Reply | Threaded
Open this post in threaded view
|

Re: 4.1 RC4 Mac test results

Andreas.Raab
On 4/12/2010 2:37 PM, Ken G. Brown wrote:
> At 2:14 PM -0700 4/12/10, Andreas Raab apparently wrote:
>> Hi Ken -
>>
>> What's the error and what's the failure?
>
> TestURI>>#testDefaultDirRoundtrip
>
> SMDependencyTest>>#test2

Thanks! I was able to reproduce the SMDependencyTest failure. For the
TestURI failure, can you run the following snippet for me and send back
the result?

        | defaultDir defaultURI uriDir |
        defaultDir := FileDirectory default.
        defaultURI := defaultDir uri.
        uriDir := FileDirectory uri: defaultURI.
        {defaultDir. defaultURI. uriDir}

Cheers,
   - Andreas

> Is there some way to get a log of the results?
> I can copy and paste the results from the top right pane, but I cannot seem to do the same in the right 2nd or third pane, and the menu to the upper right of the 2nd pane does not work.
>
> Ken G. Brown
>
>
>> Thanks,
>>   - Andreas
>>
>> On 4/12/2010 1:40 PM, Ken G. Brown wrote:
>>> 4.1 RC4 on Mac 10.6.3
>>>
>>> test results
>>> 2707 run, 2695 passes, 10 expected failures, 1 failures, 1 errors, 0 unexpected passes
>>>
>>> Ken G. Brown
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: 4.1 RC4 Mac test results

Ken G. Brown
At 2:55 PM -0700 4/12/10, Andreas Raab apparently wrote:

>On 4/12/2010 2:37 PM, Ken G. Brown wrote:
>>At 2:14 PM -0700 4/12/10, Andreas Raab apparently wrote:
>>>Hi Ken -
>>>
>>>What's the error and what's the failure?
>>
>>TestURI>>#testDefaultDirRoundtrip
>>
>>SMDependencyTest>>#test2
>
>Thanks! I was able to reproduce the SMDependencyTest failure. For the TestURI failure, can you run the following snippet for me and send back the result?
>
> | defaultDir defaultURI uriDir |
> defaultDir := FileDirectory default.
> defaultURI := defaultDir uri.
> uriDir := FileDirectory uri: defaultURI.
> {defaultDir. defaultURI. uriDir}

 {UnixFileDirectory on '/mySqueakStuff/Sqkb/<Sqkb4.x/Sqkb4.1/RC4-Squeak4.1.1-mac#1' . file:///mySqueakStuff/Sqkb/<Sqkb4.x/Sqkb4.1/RC4-Squeak4.1.1-mac#1/ . UnixFileDirectory on '/mySqueakStuff/Sqkb/<Sqkb4.x/Sqkb4.1/RC4-Squeak4.1.1-mac'}

Ken

>
>Cheers,
>  - Andreas
>
>>Is there some way to get a log of the results?
>>I can copy and paste the results from the top right pane, but I cannot seem to do the same in the right 2nd or third pane, and the menu to the upper right of the 2nd pane does not work.
>>
>>Ken G. Brown
>>
>>>Thanks,
>>>  - Andreas
>>>
>>>On 4/12/2010 1:40 PM, Ken G. Brown wrote:
>>>>4.1 RC4 on Mac 10.6.3
>>>>
>>>>test results
>>>>2707 run, 2695 passes, 10 expected failures, 1 failures, 1 errors, 0 unexpected passes
>>>>
>>>>Ken G. Brown


Reply | Threaded
Open this post in threaded view
|

Re: 4.1 RC4 Mac test results

Andreas.Raab
On 4/12/2010 3:19 PM, Ken G. Brown wrote:

> At 2:55 PM -0700 4/12/10, Andreas Raab apparently wrote:
>> On 4/12/2010 2:37 PM, Ken G. Brown wrote:
>>> At 2:14 PM -0700 4/12/10, Andreas Raab apparently wrote:
>>>> Hi Ken -
>>>>
>>>> What's the error and what's the failure?
>>>
>>> TestURI>>#testDefaultDirRoundtrip
>>>
>>> SMDependencyTest>>#test2
>>
>> Thanks! I was able to reproduce the SMDependencyTest failure. For the TestURI failure, can you run the following snippet for me and send back the result?
>>
>> | defaultDir defaultURI uriDir |
>> defaultDir := FileDirectory default.
>> defaultURI := defaultDir uri.
>> uriDir := FileDirectory uri: defaultURI.
>> {defaultDir. defaultURI. uriDir}
>
>   {UnixFileDirectory on '/mySqueakStuff/Sqkb/<Sqkb4.x/Sqkb4.1/RC4-Squeak4.1.1-mac#1' . file:///mySqueakStuff/Sqkb/<Sqkb4.x/Sqkb4.1/RC4-Squeak4.1.1-mac#1/ . UnixFileDirectory on '/mySqueakStuff/Sqkb/<Sqkb4.x/Sqkb4.1/RC4-Squeak4.1.1-mac'}

Thanks. Definitely a bug (I posted a test for it to the inbox), but I'm
not going to consider this a release blocker.

Cheers,
   - Andreas

>>> Is there some way to get a log of the results?
>>> I can copy and paste the results from the top right pane, but I cannot seem to do the same in the right 2nd or third pane, and the menu to the upper right of the 2nd pane does not work.
>>>
>>> Ken G. Brown
>>>
>>>> Thanks,
>>>>   - Andreas
>>>>
>>>> On 4/12/2010 1:40 PM, Ken G. Brown wrote:
>>>>> 4.1 RC4 on Mac 10.6.3
>>>>>
>>>>> test results
>>>>> 2707 run, 2695 passes, 10 expected failures, 1 failures, 1 errors, 0 unexpected passes
>>>>>
>>>>> Ken G. Brown
>
>
>