scala / scala-dev

Scala 2 team issues. Not for user-facing bugs or directly actionable user-facing improvements. For build/test/infra and for longer-term planning and idea tracking. Our bug tracker is at https://github.com/scala/bug/issues
Apache License 2.0
130 stars 15 forks source link

Flaky IteratorTest #854

Closed som-snytt closed 7 months ago

som-snytt commented 10 months ago

https://github.com/scala/scala/pull/10518#issuecomment-1735951184

It seems to be testing not holding onto references, but I can't tell if it's too subtle and clever, or not subtle and clever enough.

Possibly, it should be smart enough to not fail a test if verification is not possible (because of a transient condition).