[Pharo-project] Broken tests
Just for phun, I ran all the tests in the Pharo image. There are only 13 failures, 2 expected failures, and no errors! I have started a page to give an overview: http://code.google.com/p/pharo/wiki/BrokenTests Please update this page with an appropriate comment if you are working on any of these (or if you fix them). - on
excellent! Stef On Jun 11, 2008, at 4:04 PM, Oscar Nierstrasz wrote:
Just for phun, I ran all the tests in the Pharo image. There are only 13 failures, 2 expected failures, and no errors!
I have started a page to give an overview:
http://code.google.com/p/pharo/wiki/BrokenTests
Please update this page with an appropriate comment if you are working on any of these (or if you fix them).
- on
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I've fixed the following 7 tests (see inbox: SLICE-test-fixes.al.1.mcz): testRootsOfTheWorld -- test removed testLocalMethodWithSameCodeInTrait -- removed duplicated method ClassDescription>>fileOutCategory: testFinalizationOfEquals -- test fixed testHash -- remove all assertions/tests that have hardcoded hash values DateAndTimeEpochTest>>#testHash DateAndTimeLeapTest>>#testHash TimeTest>>#testHash TimespanTest>>#testHash Now 8 tests are still failing. We are getting there... Cheers, Adrian On Jun 11, 2008, at 19:07 , Stéphane Ducasse wrote:
excellent!
Stef
On Jun 11, 2008, at 4:04 PM, Oscar Nierstrasz wrote:
Just for phun, I ran all the tests in the Pharo image. There are only 13 failures, 2 expected failures, and no errors!
I have started a page to give an overview:
http://code.google.com/p/pharo/wiki/BrokenTests
Please update this page with an appropriate comment if you are working on any of these (or if you fix them).
- on
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Excellent we are getting there. Today I will harvest them and the changes of damien. We should take into account the feedback of andreas on Nan. Stef On Jun 12, 2008, at 11:24 PM, Adrian Lienhard wrote:
I've fixed the following 7 tests (see inbox: SLICE-test-fixes.al. 1.mcz):
testRootsOfTheWorld -- test removed testLocalMethodWithSameCodeInTrait -- removed duplicated method ClassDescription>>fileOutCategory: testFinalizationOfEquals -- test fixed testHash -- remove all assertions/tests that have hardcoded hash values DateAndTimeEpochTest>>#testHash DateAndTimeLeapTest>>#testHash TimeTest>>#testHash TimespanTest>>#testHash
Now 8 tests are still failing. We are getting there...
Cheers, Adrian
On Jun 11, 2008, at 19:07 , Stéphane Ducasse wrote:
excellent!
Stef
On Jun 11, 2008, at 4:04 PM, Oscar Nierstrasz wrote:
Just for phun, I ran all the tests in the Pharo image. There are only 13 failures, 2 expected failures, and no errors!
I have started a page to give an overview:
http://code.google.com/p/pharo/wiki/BrokenTests
Please update this page with an appropriate comment if you are working on any of these (or if you fix them).
- on
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
And please take into account my posting "Removing ScriptLoader legacy" on squeak-dev. Especially things in ScriptLoader are subject to Undeclared which lets the ReleaseTest fail. I had a talk on irc and it seems that for 3.10 that were removed (from Undeclared) manually (I have no other idea). I'll have look if ScriptLoader is the only suspect. Norbert On Fri, 2008-06-13 at 08:23 +0200, Stéphane Ducasse wrote:
Excellent we are getting there. Today I will harvest them and the changes of damien. We should take into account the feedback of andreas on Nan.
Stef
On Jun 12, 2008, at 11:24 PM, Adrian Lienhard wrote:
I've fixed the following 7 tests (see inbox: SLICE-test-fixes.al. 1.mcz):
testRootsOfTheWorld -- test removed testLocalMethodWithSameCodeInTrait -- removed duplicated method ClassDescription>>fileOutCategory: testFinalizationOfEquals -- test fixed testHash -- remove all assertions/tests that have hardcoded hash values DateAndTimeEpochTest>>#testHash DateAndTimeLeapTest>>#testHash TimeTest>>#testHash TimespanTest>>#testHash
Now 8 tests are still failing. We are getting there...
Cheers, Adrian
On Jun 11, 2008, at 19:07 , Stéphane Ducasse wrote:
excellent!
Stef
On Jun 11, 2008, at 4:04 PM, Oscar Nierstrasz wrote:
Just for phun, I ran all the tests in the Pharo image. There are only 13 failures, 2 expected failures, and no errors!
I have started a page to give an overview:
http://code.google.com/p/pharo/wiki/BrokenTests
Please update this page with an appropriate comment if you are working on any of these (or if you fix them).
- on
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Jun 13, 2008, at 11:08 AM, Norbert Hartl wrote:
And please take into account my posting "Removing ScriptLoader legacy" on squeak-dev.
Ok I missed it.
Especially things in ScriptLoader are subject to Undeclared which lets the ReleaseTest fail.
Yes We should clean that.
I had a talk on irc and it seems that for 3.10 that were removed (from Undeclared) manually (I have no other idea). I'll have look if ScriptLoader is the only suspect.
Norbert
On Fri, 2008-06-13 at 08:23 +0200, Stéphane Ducasse wrote:
Excellent we are getting there. Today I will harvest them and the changes of damien. We should take into account the feedback of andreas on Nan.
Stef
On Jun 12, 2008, at 11:24 PM, Adrian Lienhard wrote:
I've fixed the following 7 tests (see inbox: SLICE-test-fixes.al. 1.mcz):
testRootsOfTheWorld -- test removed testLocalMethodWithSameCodeInTrait -- removed duplicated method ClassDescription>>fileOutCategory: testFinalizationOfEquals -- test fixed testHash -- remove all assertions/tests that have hardcoded hash values DateAndTimeEpochTest>>#testHash DateAndTimeLeapTest>>#testHash TimeTest>>#testHash TimespanTest>>#testHash
Now 8 tests are still failing. We are getting there...
Cheers, Adrian
On Jun 11, 2008, at 19:07 , Stéphane Ducasse wrote:
excellent!
Stef
On Jun 11, 2008, at 4:04 PM, Oscar Nierstrasz wrote:
Just for phun, I ran all the tests in the Pharo image. There are only 13 failures, 2 expected failures, and no errors!
I have started a page to give an overview:
http://code.google.com/p/pharo/wiki/BrokenTests
Please update this page with an appropriate comment if you are working on any of these (or if you fix them).
- on
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo- project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Jun 13, 2008, at 11:08 AM, Norbert Hartl wrote:
And please take into account my posting "Removing ScriptLoader legacy" on squeak-dev.
I could not find it. Can you point it to me?
Especially things in ScriptLoader are subject to Undeclared which lets the ReleaseTest fail. I had a talk on irc and it seems that for 3.10 that were removed (from Undeclared) manually (I have no other idea). I'll have look if ScriptLoader is the only suspect.
On Fri, 2008-06-13 at 11:17 +0200, Stéphane Ducasse wrote:
On Jun 13, 2008, at 11:08 AM, Norbert Hartl wrote:
And please take into account my posting "Removing ScriptLoader legacy" on squeak-dev.
I could not find it. Can you point it to me?
http://lists.squeakfoundation.org/pipermail/squeak-dev/2008-June/129234.html In the meantie I uploaded a fix for ReleaseTest>>testUndeclared. It is called SLICE-ReleaseTestFixUndeclared. Seldomly a lot of the issues were missing class variables. Even in newer code from you. In ScriptLoader you have inboxRepository as instance var but in method inboxRepository you use InboxRepository. As the same is used from the class side I assumed you wanted to use a class var. Norbert
Especially things in ScriptLoader are subject to Undeclared which lets the ReleaseTest fail. I had a talk on irc and it seems that for 3.10 that were removed (from Undeclared) manually (I have no other idea). I'll have look if ScriptLoader is the only suspect.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Jun 13, 2008, at 12:06 PM, Norbert Hartl wrote:
On Fri, 2008-06-13 at 11:17 +0200, Stéphane Ducasse wrote:
On Jun 13, 2008, at 11:08 AM, Norbert Hartl wrote:
And please take into account my posting "Removing ScriptLoader legacy" on squeak-dev.
I could not find it. Can you point it to me?
http://lists.squeakfoundation.org/pipermail/squeak-dev/2008-June/129234.html
In the meantie I uploaded a fix for ReleaseTest>>testUndeclared. It is called SLICE-ReleaseTestFixUndeclared. Seldomly a lot of the issues were missing class variables. Even in newer code from you. In ScriptLoader you have inboxRepository as instance var but in method inboxRepository you use InboxRepository. As the same is used from the class side I assumed you wanted to use a class var.
Yes this is a class variable. I will check what you did.
Norbert
Especially things in ScriptLoader are subject to Undeclared which lets the ReleaseTest fail. I had a talk on irc and it seems that for 3.10 that were removed (from Undeclared) manually (I have no other idea). I'll have look if ScriptLoader is the only suspect.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (4)
-
Adrian Lienhard -
Norbert Hartl -
Oscar Nierstrasz -
Stéphane Ducasse