-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Test fail because of _JAVA_OPTIONS #4143
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
Labels
Comments
We cannot disable remove the eviroment variable from within the JVM instance. A simple workaround (like we did in the past for the CI) is to unset it before launching SBT.
|
It is not possible to remove these lines from the output before comparing them? |
That could be a possibility. |
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 4, 2018
nicolasstucki
added a commit
that referenced
this issue
Apr 4, 2018
Fix #4143: Ignore lines "Picked up _JAVA_OPTIONS" in tests
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 5, 2018
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 5, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have set up _JAVA_OPTIONS in
/etc/environment
to fix font rendering IntelliJ.For example, running
testCompilation enum-List1
fails, because there is an extra line in stderr.I browsed the issues and found #1712, which is basically the same. A filter file like discussed in that issue would fix this, but it looks like the filter is not applied for compilationTest.
The text was updated successfully, but these errors were encountered: