Skip to content
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

Failing MinitestTests in JUnit Harness #10

Open
smarr opened this issue Dec 25, 2015 · 0 comments
Open

Failing MinitestTests in JUnit Harness #10

smarr opened this issue Dec 25, 2015 · 0 comments
Labels
bug Fixes an issue, incorrect implementation
Milestone

Comments

@smarr
Copy link
Owner

smarr commented Dec 25, 2015

The MinittestTests fail with a MessageNotUnderstood Exception not being properly caught.
The main issue is that the harness reinitializes the Kernel object, but reuses existing ASTs. The AST do value caching, for instance for the outer object, which is used to access class slots. The profile holds on to the old Kernel, and thus also to the old Exception object, which then in turn does not compare identical with the new Exception object.

smarr added a commit that referenced this issue Dec 25, 2015
Signed-off-by: Stefan Marr <git@stefan-marr.de>
@smarr smarr added the bug Fixes an issue, incorrect implementation label Dec 19, 2016
@smarr smarr added this to the later milestone Aug 7, 2017
smarr pushed a commit that referenced this issue Jul 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes an issue, incorrect implementation
Projects
No open projects
Completeness
  
Open Issues
Development

No branches or pull requests

1 participant