SOMns icon indicating copy to clipboard operation
SOMns copied to clipboard

Failing MinitestTests in JUnit Harness

Open smarr opened this issue 10 years ago • 0 comments

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 avatar Dec 25 '15 21:12 smarr