[ANN] SWT 0.6 released

PhiHo Hoang phiho.hoang at home.com
Tue Aug 28 04:48:52 UTC 2001


Hi Andres,

    Thanks for making SWT 0.6 widely available. I've been watching for it
everyday :-)

    I tried 'SUnit Camp Smalltalk 3.0 Test Runner' with both Andreas's
Squeak-D3D and my MobVM (under Win2K Pro Build 2195 SP2) and got a bunch of
tests (29) failed. Is this a known problem and documented somewhere or this
is just a problem on my system, did I miss something ?

    Please find attached the file 'SUnitsFailedTests.txt'

    Cheers,

    PhiHo

----- Original Message -----
From: "Andres Valloud" <sqrmax at prodigy.net>
To: "Squeak" <squeak-dev at lists.squeakfoundation.org>
Sent: Monday, August 27, 2001 7:23 PM
Subject: [ANN] SWT 0.6 released


> Hello.
>
> Please feel free to download Squeak World Tour release 0.6 from:
>
> http://minnow.cc.gatech.edu/squeak/1986
>
> It includes many improvements, including:
>
> * Improved exceptions.
> * Event systems other than when:send:to: are either
> replaced or reimplemented in terms of when:send:to:.
> * Morphic converted to when:send:to:.
> * New symbol table included.
> * 400k smaller image.
> * Many little fixes.
> * Etcetera!
>
> Go get a copy of it!
>
> Take care,
> Andres.
>
>
-------------- next part --------------
    Here are the failed tests:

    1/- CollectionArrayTest(Error: NonBoolean receiver--proceed for truth.)
    2/- CollectionBagTest(Error: NonBoolean receiver--proceed for truth.)
    3/- CollectionByteArrayTest(Error: NonBoolean receiver--proceed for truth.)
    4/- CollectionDictionaryTest(Error: NonBoolean receiver--proceed for truth.)
    5/- CollectionIdentityDictionaryTest(Error: NonBoolean receiver--proceed for truth.)
    6/- CollectionInternalTest(Error: NonBoolean receiver--proceed for truth.)
    7/- CollectionOrderedCollectionTest(Error: NonBoolean receiver--proceed for truth.)
    8/- CollectionSetTest(Error: NonBoolean receiver--proceed for truth.)
    9/- CollectionSortedCollectionTest(Error: NonBoolean receiver--proceed for truth.)
  10/- CollectionStringTest(Error: NonBoolean receiver--proceed for truth.)
  11/- CollectionSymboltest(Error: NonBoolean receiver--proceed for truth.)
  12/- ExtensibleBagTest(Error: Negative occurrences)
  13/- IntervalFactoryProtocolTest(Error: The step value cannot be zero)
  14/- NiadicBlockContextTestCase(MessageNotUnderstood: testEnsureCurtailed - An exception was raised.)
  15/- ReadableStringStringTest(Error: Improper argument)
  16/- ReadableStringSymbolTest(Error: Improper argument)
  17/- SequenceableReadableByteArrayCollectionTest(CollectionError: Object is not in the collection.)
  18/- SequenceableReadableIntervalCollectionTest(CollectionError: Object is not in the collection.)
  19/- SequenceableReadableOrderedCollectionTest(CollectionError: Object is not in the collection.)
  20/- SequenceableReadableSortedCollectionTest(CollectionError: Object is not in the collection.)   
  21/- SequenceableReadableStringCollectionTest(CollectionError: Object is not in the collection.)
  22/- SequenceableReadableSymbolCollectionTest(CollectionError: Object is not in the collection.)
  23/- SequencedCollectionArrayTest(CollectionError: indices are out of bounds)
  24/- SequencedCollectionByteArrayTest(CollectionError: indices are out of bounds)
  25/- SequencedCollectionOrderedCollectionTest(CollectionError: Object is not in the collection.)
  26/- SequencedCollectionStringTest(CollectionError: indices are out of bounds)
  27/- SequencedContractibleOrderedCollectionTest(Error: attempt to index non-existent element in an ordered collection)
  28/- SequencedContractibleSortedCollectionTest(Error: attempt to index non-existent element in an ordered collection)
  29/- StreamTest(Error: Negative argument sent with next:)


More information about the Squeak-dev mailing list