-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding test to test Ephemerons in the Old Space #702
base: pharo-12
Are you sure you want to change the base?
Adding test to test Ephemerons in the Old Space #702
Conversation
Hi @jordanmontt , is this finally an issue or not? |
This reverts commit 7714363.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should integrate it as it is. Besides the structural silly change of moving the tests to the right classes, there is at least one test that contradicts another tests that already exist. So one of them is wrong, we cannot keep both.
Also, adding broken tests to the suite is not good. They should come with the proper fix...
smalltalksrc/VMMakerTests/VMSpurEphemeronsAlgorithmTest.class.st
Outdated
Show resolved
Hide resolved
smalltalksrc/VMMakerTests/VMSpurEphemeronsAlgorithmTest.class.st
Outdated
Show resolved
Hide resolved
smalltalksrc/VMMakerTests/VMSpurEphemeronsAlgorithmTest.class.st
Outdated
Show resolved
Hide resolved
Thanks for the feedback! I will move the useful tests to the default test class and close this PR |
…merons in the old space.
Mmmm the new tonel format :/ *$%$#@#$ |
…the ephemerons in the old space." This reverts commit 210b40d.
It looks like it's ready to be integrated @guillep . Failing tests Tests-Linux-x86_64-CoInterpreter Tests-Linux-x86_64-CoInterpreter-worker don't seem related |
Added a class that tests some edge cases of the finalization algorithm. The class has failing tests which is good. That means that we found some errors on the finalization algorithm. Next step is to fix those errors