Daily Commit Log

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

Daily Commit Log

commits-2
Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2009-December/002061.html

Name: SUnit-ul.73
Ancestors: SUnit-ul.72

- refactored LongTestCase
- added a preference for running long test cases

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-December/002062.html

Name: MonticelloConfigurations-ul.68
Ancestors: MonticelloConfigurations-ul.67

- write to the end of the logfile instead of beginning

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-December/002063.html

Name: KernelTests-ul.118
Ancestors: KernelTests-ar.117

- mark AllocationTest >> testOutOfMemorySignal as expected failure on unix machines

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-December/002064.html

Name: Compiler-ul.105
Ancestors: Compiler-ul.104

- marked unimplemented mirror primitives' tests as expected failures in MirrorPrimitiveTests

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-December/002065.html

Name: Kernel-ul.328
Ancestors: Kernel-ul.327

- added a mirror primitive

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-December/002066.html

Name: ToolBuilder-Kernel-ar.25
Ancestors: ToolBuilder-Kernel-jcg.24

Fix tests for side effects on button signals.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-December/002067.html

Name: ToolBuilder-MVC-ar.17
Ancestors: ToolBuilder-MVC-ar.16

Fix tests for side effects on button signals.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-December/002068.html

Name: ToolBuilder-Morphic-ar.46
Ancestors: ToolBuilder-Morphic-jcg.45

Fix tests for side effects on button signals.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-December/002069.html

Name: KernelTests-ar.119
Ancestors: KernelTests-ul.118

Fix out of memory test and document one gig alloc failure.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-December/002070.html

Name: MorphicExtras-ar.62
Ancestors: MorphicExtras-ul.61

Make flaps registration and unregistration a bit more robust in the case of non-existing flaps. Allows TextMorphTest to succeed.

=============================================

Reply | Threaded
Open this post in threaded view
|

Re: Daily Commit Log

keith1y

On 15 Dec 2009, at 23:55, [hidden email] wrote:

> Changes to Trunk (http://source.squeak.org/trunk.html) in the last  
> 24 hours:
>
> http://lists.squeakfoundation.org/pipermail/packages/2009-December/002061.html
>
> Name: SUnit-ul.73
> Ancestors: SUnit-ul.72
>
> - refactored LongTestCase
> - added a preference for running long test cases
>

There is no need for a "LongTestCase" the concept doesn't make sense  
and is no use at all. SUnit-improved includes mechisms for  
categorising test cases, and you can mark tests as long, and filter  
them out in the test runner.

Keith

Reply | Threaded
Open this post in threaded view
|

Re: Daily Commit Log

Igor Stasenko
2009/12/16 keith <[hidden email]>:

>
> On 15 Dec 2009, at 23:55, [hidden email] wrote:
>
>> Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24
>> hours:
>>
>>
>> http://lists.squeakfoundation.org/pipermail/packages/2009-December/002061.html
>>
>> Name: SUnit-ul.73
>> Ancestors: SUnit-ul.72
>>
>> - refactored LongTestCase
>> - added a preference for running long test cases
>>
>
> There is no need for a "LongTestCase" the concept doesn't make sense and is
> no use at all. SUnit-improved includes mechisms for categorising test cases,
> and you can mark tests as long, and filter them out in the test runner.
>

Keith, do you realize that not many people aware of what is available.
And if taking a big span of time , they also tend to forget things
they knew already.
So, the best way to prevent that is to integrate the stuff anyone
could make use of.

So, why you don't do it now? Put the SUnit-improved in trunk and stop
corroding the atmosphere.

> Keith
>
>



--
Best regards,
Igor Stasenko AKA sig.

Reply | Threaded
Open this post in threaded view
|

Re: Daily Commit Log

keith1y
SUnit is a loadable package it doesn't belong in trunk

I don't have time, squeak isn't my problem anymore.

Keith

Reply | Threaded
Open this post in threaded view
|

Re: Daily Commit Log

Levente Uzonyi-2
In reply to this post by keith1y
On Wed, 16 Dec 2009, keith wrote:

>
> On 15 Dec 2009, at 23:55, [hidden email] wrote:
>
>> Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24
>> hours:
>>
>> http://lists.squeakfoundation.org/pipermail/packages/2009-December/002061.html
>>
>> Name: SUnit-ul.73
>> Ancestors: SUnit-ul.72
>>
>> - refactored LongTestCase
>> - added a preference for running long test cases
>>
>
> There is no need for a "LongTestCase" the concept doesn't make sense and is
> no use at all. SUnit-improved includes mechisms for categorising test cases,
> and you can mark tests as long, and filter them out in the test runner.

The trunk would have to pick up SUnit-improved (why not just SUnit?)
first. LongTestCase is already in SUnit and it could solve the current
issue.


Levente

>
> Keith
>