testrun results

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

testrun results

laza
Testsresults that have changed:

   class    |  selector   | oldexpectation | oldresult | newexpectation | newresult
------------+-------------+----------------+-----------+----------------+-----------
 RenderBugz | testHeading | expected       | pass      | unexpected     | failure
(1 Zeile)



All Tests with unexpected results:

         class         |          selector          | result  
-----------------------+----------------------------+---------
 BitBltTest            | testAllAlphasRgbAdd        | failure
 BitBltTest            | testAllAlphasRgbMax        | failure
 BitBltTest            | testAllAlphasRgbMin        | failure
 BitBltTest            | testAllAlphasRgbMinInvert  | failure
 BitBltTest            | testAllAlphasRgbMul        | failure
 BitBltTest            | testAllAlphasRgbSub        | failure
 FileStreamTest        | testNextChunkOutOfBounds   | failure
 FileStreamTest        | testPositionPastEndIsAtEnd | failure
 MorphicUIBugTest      | testShowAllBinParts        | failure
 PackageDependencyTest | testSUnit                  | failure
 RenderBugz            | testHeading                | failure
 SMDependencyTest      | test2                      | error
 WorldStateTest        | testDeferredUIQueueTimeout | failure
(13 Zeilen)



All package versions:

            package             | version
--------------------------------+---------
 Tools                          |     228
 ToolBuilder-Morphic            |      56
 System                         |     314
 Network                        |      69
 Morphic                        |     421
 MonticelloConfigurations       |      75
 Collections                    |     354
 Tests                          |      74
 MorphicExtras                  |      85
 KernelTests                    |     148
 Kernel                         |     440
 Graphics                       |     132
 SMBase                         |     103
 CollectionsTests               |     159
 311Deprecated                  |       2
 39Deprecated                   |      19
 Balloon                        |      16
 Compiler                       |     138
 Compression                    |      16
 EToys                          |      67
 Exceptions                     |      27
 Files                          |      79
 FlexibleVocabularies           |      12
 GraphicsTests                  |      22
 Installer-Core                 |     338
 Monticello                     |     387
 MorphicTests                   |      14
 Multilingual                   |     117
 MultilingualTests              |       9
 Nebraska                       |      30
 NetworkTests                   |      12
 PackageInfo-Base               |      41
 PreferenceBrowser              |      46
 Protocols                      |      28
 ReleaseBuilder                 |      50
 ScriptLoader                   |     332
 Services-Base                  |      45
 ShoutCore                      |      14
 SMLoader                       |      38
 Sound                          |      13
 Squeak-Version                 |    4662
 ST80                           |     115
 SUnit                          |      75
 SUnitGUI                       |      49
 SystemChangeNotification-Tests |      11
 ToolBuilder-Kernel             |      33
 ToolBuilder-MVC                |      19
 ToolBuilder-SUnit              |      13
 ToolsTests                     |       4
 Traits                         |     285
 TraitsTests                    |       9
 TrueType                       |      15
 Universes                      |      44
 VersionNumber                  |       2
 VersionNumberTests             |       3
 XML-Parser                     |      28
(56 Zeilen)


Reply | Threaded
Open this post in threaded view
|

Re: testrun results

laza
I switched to the latest VM for linux. Running "all tests" leaves one
test as a failure. Rerunning that single test lets it pass. So it
seems all tests are green.
A weird thing is, that the automatic test run last night stalled at
some point whereas the manual test run today went from start to end.
Maybe it has something to do with SM trying to update it's map? Will
see.

Alex