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
Filter out "java.util.concurrent" frames from debugging test machinery
We do rely on java.util.concurrent primitives for rendezvous in tests,
but we cannot rely on their internal stacktraces in tests, thus filtering them out from test data.
Otherwise, tests outcome depends on the underlying JDK version
Fixes#3700
0 commit comments