(fwd) [Test-Runner Results] Squeak3.6beta latest update: #5411

Daniel Vainsencher danielv at netvision.net.il
Tue Sep 9 19:21:53 UTC 2003


Well, the short of it is we've got ourselves a test server. Unless
someone objects, I'll be sending these in weekly.

A while back Markus Gaelli put up on SM a package that automates running
tests and sending a report to the list.

Since I'd like us to make the most of the Basic image tests suite that
Marcus Denker maintains, I've decided to put them both to work. The way
I'm automating running it is by using a weekly (?) cron job to run an
scsh script (below) that gets the latest image, runs it with a short
script that loads Markus' code, which does the rest. Because that
package knows to load updates before running the tests, this will
reflect the latest available.

Some caveats of this approach -
* This is a temporary solution - my machine is not a server.
* It doesn't make nice webified statistics, or any kind of web
interface, or statistics, really.
* Due to some SMTP authentication requirements, for now I'll forward the
mails manually, like this.
* I don't know how to automate getting the image from the correct
most-bleeding-edge directory. I've hard coded 3.6beta for now and will
change it manually. Can we have a currentBleedingEdge symbolic link in
the ftp servers?

However, Markus' code is pretty nicely done, so that people can actually
quite easily set this up in similar ways to automate running the test
suites of their own code.

Daniel

====forwarded====
From: danielv at netvision.net.il
Subject: [Test-Runner Results] Squeak3.6beta latest update: #5411
To: danielv at netvision.net.il
Message-id: <0HKY000AHLXFUZ at mxout2.netvision.net.il>
Content-transfer-encoding: 7BIT

482 run, 436 passed, 37 failed, 9 errors
Failures: 
	TextFontChangeTest>>#testHash
	BitmapStreamTests>>#testShortPointArrayWithSmartRefStreamOnDisk
	BitBltTest>>#testAlphaCompositing2
	TestsForTextAndTextStreams>>#testReplacementAtStartPos2
	BitmapStreamTests>>#testShortIntegerArrayWithSmartRefStreamOnDisk
	TestsForTextAndTextStreams>>#testExampleText1
	FlashLineStyleTest>>#testHash
	TestsForTextAndTextStreams>>#testReplacement2
	AtomMorphTest>>#testClassComment
	PointTest>>#testUnCategorizedMethods
	TextFontReferenceTest>>#testHash
	WeakMessageSendTest>>#testClassComment
	TextEmphasisTest>>#testHash
	NumberTest>>#testUnCategorizedMethods
	CRLookupItemTest>>#testHash
	MorphTest>>#testIntoWorldTransferToNewGuy
	TextKernTest>>#testHash
	ExceptionTests>>#testSimpleOuter
	TextLineTest>>#testHash
	BitmapStreamTests>>#testShortRunArrayWithSmartRefStreamOnDisk
	BitmapStreamTests>>#testShortRunArrayWithRefStreamOnDisk
	EventManagerTest>>#testClassComment
	TestsForTextAndTextStreams>>#testExampleText2
	ClassRenameFixTest>>#testRenameClassUsingSystemDictionary
	TextAnchorTest>>#testHash
	TestsForTextAndTextStreams>>#testRangeDetection1
	TextStyleTest>>#testHash
	MethodReferenceTest>>#testClassComment
	BitBltTest>>#testAlphaCompositing
	AtomMorphTest>>#testUnCategorizedMethods
	IntervalTest>>#testEquals
	TestsForTextAndTextStreams>>#testRangeDetection3
	TextAlignmentTest>>#testHash
	BitmapStreamTests>>#testShortIntegerArrayWithRefStreamOnDisk
	TestsForTextAndTextStreams>>#testRangeDetection2
	BlockContextTest>>#testWording
	BitmapStreamTests>>#testShortPointArrayWithRefStreamOnDisk
Errors 
	TestsForTextAndTextStreams>>#testExampleRunArray4
	BitmapStreamTests>>#testShortIntegerArrayWithRefStream
	BitmapStreamTests>>#testShortIntegerArrayWithSmartRefStream
	BitmapStreamTests>>#testShortPointArrayWithRefStream
	BitmapStreamTests>>#testShortPointArrayWithSmartRefStream
	BitmapStreamTests>>#testShortRunArrayWithRefStream
	BitmapStreamTests>>#testShortRunArrayWithSmartRefStream
	IntervalTest>>#testEquals2
	IntervalTest>>#testEquals4


More information about the Squeak-dev mailing list