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
It failed once on the CI on OpenJDK 8 because the toString of the
exception was "java.lang.ArrayIndexOutOfBoundsException" instead of
"java.lang.ArrayIndexOutOfBoundsException:-1"
(https://dotty-ci.epfl.ch/lampepfl/dotty/982/1/4). I have no idea how
this could happen (different code paths between the interpreted and JIT
compiled code ?), so just stop checking for the exact toString output.
0 commit comments