You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[error] Test scala.collection.immutable.IntMapTest.isEmpty$u0020O$u00281$u0029 failed: java.lang.NoSuchFieldException: modifiers, took 0.009 sec
[error] at java.lang.Class.getDeclaredField(Class.java:2569)
[error] at scala.tools.testkit.ReflectUtil$.modsField$lzycompute(ReflectUtil.scala:25)
[error] at scala.tools.testkit.ReflectUtil$.modsField(ReflectUtil.scala:25)
[error] at scala.tools.testkit.ReflectUtil$.$anonfun$getFieldAccessible$1(ReflectUtil.scala:32)
[error] at scala.tools.testkit.ReflectUtil$.$anonfun$getFieldAccessible$1$adapted(ReflectUtil.scala:30)
[error] at scala.util.ChainingOps$.tap$extension(ChainingOps.scala:40)
[error] at scala.tools.testkit.ReflectUtil$.getFieldAccessible(ReflectUtil.scala:30)
[error] at scala.collection.immutable.IntMapTest.isEmpty$u0020O$u00281$u0029(IntMapTest.scala:27)
[error] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[error] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
[error] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[error] at java.lang.reflect.Method.invoke(Method.java:564)
[error] ...
[error] Test scala.collection.immutable.LongMapTest.isEmpty$u0020O$u00281$u0029 failed: java.lang.NoSuchFieldException: modifiers, took 0.005 sec
[error] at java.lang.Class.getDeclaredField(Class.java:2569)
[error] at scala.tools.testkit.ReflectUtil$.modsField$lzycompute(ReflectUtil.scala:25)
[error] at scala.tools.testkit.ReflectUtil$.modsField(ReflectUtil.scala:25)
[error] at scala.tools.testkit.ReflectUtil$.$anonfun$getFieldAccessible$1(ReflectUtil.scala:32)
[error] at scala.tools.testkit.ReflectUtil$.$anonfun$getFieldAccessible$1$adapted(ReflectUtil.scala:30)
[error] at scala.util.ChainingOps$.tap$extension(ChainingOps.scala:40)
[error] at scala.tools.testkit.ReflectUtil$.getFieldAccessible(ReflectUtil.scala:30)
[error] at scala.collection.immutable.LongMapTest.isEmpty$u0020O$u00281$u0029(LongMapTest.scala:28)
[error] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[error] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
[error] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[error] at java.lang.reflect.Method.invoke(Method.java:564)
[error] ...
scala/scala#9324 did a bunch of fixes. We don't have it tested in CI continuously though. Perhaps we have spare capacity on travis-ci.com to run the suite nightly on JDK 15. Or weekly.
Younger sibling to #581.
I ran it (
testAll
) and got the following errors:The text was updated successfully, but these errors were encountered: