Hi Nathanael,
I have put them on:
http://homepage.mac.com/alain_fischer/
The file is ANSI-Tests-for-3.2.tar.gz
After unpacking it, you must file in ACSInstl.st in a fresh 3.2 image
#4956
and then after running all the tests with TestRunner you must have:
--> 998 run, 938 passed, 10 failed, 50 errors
I have tried the tests suite with Squeak 2.7 and had the following
result:
--> 2665 run, 1 failed, 0 error(s)
Have a nice day.
Alain
Le Lundi 28 octobre 2002, à 08:06 , Nathanael Schärli a écrit :
Hey Alain
Thanks for your help.
I have never had the time to finish this port to 3.2 but if
you want, I
could send
you what I have.
That would be great. Don't worry if it is incomplete or messy. I'll just
see what parts I can use...
Thanks,
Nathanael
-----Original Message-----
From: squeak-dev-admin@xxxxxxxxxxxxxxxxxxxxxxxxxx
[mailto:squeak-dev-admin@xxxxxxxxxxxxxxxxxxxxxxxxxx] On
Behalf Of Alain Fischer
Sent: Wednesday, October 23, 2002 9:28 PM
To: squeak-dev@xxxxxxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Tests for ST collection hierarchy
Hi Nethanael,
I have found on my hard disk the ANSI tests suite which was
on the web
site of
Richard A. Harmon (not yet available).
The ANSI tests suite and SUnit26SQ27 are on my home page:
http://homepage.mac.com/alain_fischer/
I have tried the tests suite with Squeak 2.7 and had the following
result:
--> 2665 run, 1 failed, 0 error(s)
For those who want to try on Squeak 2.7 here are my notes:
- you must have the 4 SUnit changeset version 2.6 for Squeak
2.7 with the
following name SUnit26SQ27-*.st
- in the file ACSInstl.st, you must set the variables devDir
acsDir and
sUnitDir
with the values corresponding to your installation directory
structure.
On Squeak 3.0 and Squeak 3.2 I was not able to load the
original change
sets.
Squeak freeze when loading ACSMsgA.cs. It appear that the
freeze is when the system compile Symbol>>intern:
I have done some work to be able to load these change sets on
Squeak 3.2 but not all the test work. It seem to me that this
is due to some change between Sunit26 and Sunit30.
I have never had the time to finish this port to 3.2 but if
you want, I
could send
you what I have.
Have a nice day.
Alain
Le Mercredi 23 octobre 2002, à 07:55 , Nathanael Schärli a écrit :
Hi
Andrew Black and me are refactoring the ST collection hierarchy in
Squeak using the Traits model. In order to validate the refactored
classes, we need to have some test cases. We tried to find
such tests
on the web, but without success. Does anyone know whether there are
tests for the ST collection classes available in Squeak or other ST
dialects. Maybe as a part of the ANSI standardizaion
effort? If yes,
please let me know. It could save me a lot of work...
Thanks,
Nathanael
|