-
Notifications
You must be signed in to change notification settings - Fork 59
disable Akka tests known to fail on JDK 9 or 10 #749
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
Conversation
https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-jdk9-integrate-community-build/261/ shows another problem that needs fixing before akka-more will be green: |
go, run 264! do the best you can! https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-jdk9-integrate-community-build/264/ |
perhaps intermittent? let's see: https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-jdk9-integrate-community-build/276/ (404 for now) (perhaps it was already failing before, or it never got the chance to fail because some other subproject failed first? I didn't check) |
failed again, apparently not intermittent. let's try JDK10: https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-jdk10-integrate-community-build/68/ |
hmm, JDK 10 didn't get past akka-actor, |
same result. I should report it upstream |
I commented on akka/akka#23402 |
disabled the test. new run: |
gah
|
// -XDignore.symbol.file suppresses sun.misc.Unsafe warnings
final val DefaultJavacOptions = Seq("-encoding", "UTF-8", "-Xlint:unchecked", "-XDignore.symbol.file") is this an OpenJDK vs. OracleJDK thing?
gah, |
the |
Ima go ahead and merge this, and pursue the sun.misc.Unsafe thing separately |
No description provided.