Test failures in trunk

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

Test failures in trunk

Igor Stasenko
I just updated an image and run all test suites.

Here the results:

2532 run, 2478 passes, 0 expected failures, 43 failures, 11 errors, 0
unexpected passes

Failures:

ArrayTest>>#testPrinting
BitBltTest>>#testAllAlphasRgbAdd
BitBltTest>>#testAllAlphasRgbMax
BitBltTest>>#testAllAlphasRgbMin
BitBltTest>>#testAllAlphasRgbMinInvert
BitBltTest>>#testAllAlphasRgbMul
BitBltTest>>#testAllAlphasRgbSub
ClosureCompilerTest>>#testDebuggerTempAccess
ClosureCompilerTest>>#testInjectIntoDecompilations
ClosureCompilerTest>>#testInjectIntoDecompiledDebugs
DebuggerUnwindBug>>#testUnwindDebuggerWithStep
DecompilerTests>>#testDecompilerInClassesAAtoAM
DecompilerTests>>#testDecompilerInClassesBAtoBM
DecompilerTests>>#testDecompilerInClassesCAtoCM
DecompilerTests>>#testDecompilerInClassesCNtoCZ
DecompilerTests>>#testDecompilerInClassesDAtoDM
DecompilerTests>>#testDecompilerInClassesFAtoFM
DecompilerTests>>#testDecompilerInClassesFNtoFZ
DecompilerTests>>#testDecompilerInClassesGNtoGZ
DecompilerTests>>#testDecompilerInClassesHNtoHZ
DecompilerTests>>#testDecompilerInClassesINtoIZ
DecompilerTests>>#testDecompilerInClassesJNtoJZ
DecompilerTests>>#testDecompilerInClassesKAtoKM
DecompilerTests>>#testDecompilerInClassesLNtoLZ
DecompilerTests>>#testDecompilerInClassesMAtoMM
DecompilerTests>>#testDecompilerInClassesMNtoMZ
DecompilerTests>>#testDecompilerInClassesNAtoNM
DecompilerTests>>#testDecompilerInClassesOAtoOM
DecompilerTests>>#testDecompilerInClassesPAtoPM
DecompilerTests>>#testDecompilerInClassesPNtoPZ
DecompilerTests>>#testDecompilerInClassesRAtoRM
DecompilerTests>>#testDecompilerInClassesSAtoSM
DecompilerTests>>#testDecompilerInClassesSNtoSZ
DecompilerTests>>#testDecompilerInClassesTAtoTM
DecompilerTests>>#testDecompilerInClassesTNtoTZ
DecompilerTests>>#testDecompilerInClassesWAtoWM
FloatTest>>#testNaNCompare
LocaleTest>>#testIsFontAvailable
MorphicToolBuilderTests>>#testGetButtonSideEffectFree
TimeTest>>#testGeneralInquiries
TraitFileOutTest>>#testFileOutCategory
TraitTest>>#testTraitMethodClass
TraitTest>>#testTraitMethodSelector

Errors:

DecompilerTestFailuresCollector>>#testDecompilerInClassesENtoEZ
DecompilerTestFailuresCollector>>#testDecompilerInClassesTNtoTZ
DecompilerTests>>#testDecompilerInClassesENtoEZ
LocaleTest>>#testLocaleChanged
MirrorPrimitiveTests>>#testMirrorAt
MirrorPrimitiveTests>>#testMirrorClass
MirrorPrimitiveTests>>#testMirrorEqEq
MirrorPrimitiveTests>>#testMirrorInstVarAt
MirrorPrimitiveTests>>#testMirrorPerform
MirrorPrimitiveTests>>#testMirrorSize
SMDependencyTest>>#test2


also, i found that squeak.org site still points to win32 vm without
closures ( SqueakVM-Win32-3.10.6-bin.zip ).

The VM, which i downloaded from http://squeakvm.org/win32/
(http://squeakvm.org/win32/release/SqueakVM-Win32-3.11.5-bin.zip)
still failing 5 BitBltTest tests listed above.



--
Best regards,
Igor Stasenko AKA sig.

Reply | Threaded
Open this post in threaded view
|

Re: Test failures in trunk

Igor Stasenko
+ with latest update i found that scrolling using mouse wheel no
longer working in system browser window, not in lists nor in code
pane.




--
Best regards,
Igor Stasenko AKA sig.

Reply | Threaded
Open this post in threaded view
|

Re: Test failures in trunk

David T. Lewis
In reply to this post by Igor Stasenko
On Fri, Nov 13, 2009 at 05:22:31AM +0200, Igor Stasenko wrote:
> I just updated an image and run all test suites.
>
> Here the results:
>
> 2532 run, 2478 passes, 0 expected failures, 43 failures, 11 errors, 0
> unexpected passes
>
> Failures:

  <snip>

> BitBltTest>>#testAllAlphasRgbAdd
> BitBltTest>>#testAllAlphasRgbMax
> BitBltTest>>#testAllAlphasRgbMin
> BitBltTest>>#testAllAlphasRgbMinInvert
> BitBltTest>>#testAllAlphasRgbMul
> BitBltTest>>#testAllAlphasRgbSub

  <snip>

> The VM, which i downloaded from http://squeakvm.org/win32/
> (http://squeakvm.org/win32/release/SqueakVM-Win32-3.11.5-bin.zip)
> still failing 5 BitBltTest tests listed above.

Fixes for these are in the VM code but are probably not yet available
in the various precompiled VMs. The tests themselves are new, and were
recently added to document the issue (Mantis 7407).

  http://bugs.squeak.org/view.php?id=7407

Dave


Reply | Threaded
Open this post in threaded view
|

Re: Re: Test failures in trunk

Levente Uzonyi-2
In reply to this post by Igor Stasenko
On Fri, 13 Nov 2009, Igor Stasenko wrote:

> + with latest update i found that scrolling using mouse wheel no
> longer working in system browser window, not in lists nor in code
> pane.
>

It works for me.

Levente

Reply | Threaded
Open this post in threaded view
|

Re: Re: Test failures in trunk

Levente Uzonyi-2
On Fri, 13 Nov 2009, Levente Uzonyi wrote:

> On Fri, 13 Nov 2009, Igor Stasenko wrote:
>
>> + with latest update i found that scrolling using mouse wheel no
>> longer working in system browser window, not in lists nor in code
>> pane.
>>
>
> It works for me.

I found that it breaks after running LocaleTest >> #testLocaleChanged.

Levente

>
> Levente
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Re: Test failures in trunk

Igor Stasenko
2009/11/13 Levente Uzonyi <[hidden email]>:

> On Fri, 13 Nov 2009, Levente Uzonyi wrote:
>
>> On Fri, 13 Nov 2009, Igor Stasenko wrote:
>>
>>> + with latest update i found that scrolling using mouse wheel no
>>> longer working in system browser window, not in lists nor in code
>>> pane.
>>>
>>
>> It works for me.
>
> I found that it breaks after running LocaleTest >> #testLocaleChanged.
>

Funny. Test breaks windows.

> Levente
>
>>
>> Levente
>>
>>
>
>



--
Best regards,
Igor Stasenko AKA sig.