-
Notifications
You must be signed in to change notification settings - Fork 14
JUnit resident compiler bug / cross-talk between tests #214
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
Comments
Here's another one:
|
Optimistically closing that this was fixed in the rework that was scala/scala-partest#75. |
This ticket is not about partest, but JUnit tests that use Since both still reproduce, I re-open. |
Perhaps due to adaptToNewRun not reverting/resetting flags (scala/scala#9141 (comment)). |
Uh oh!
There was an error while loading. Please reload this page.
The following two tests in
scala.tools.testkit.BytecodeTesting
:Individually they both run fine. When running them together (first eins, then zwei), we get
Renaming
B
toB1
in test zwei fixes the cross-talk. Possibly related to scala/scala@59d6dbc.The text was updated successfully, but these errors were encountered: