Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
View staffing
Description
Currently
testConcurrentModificationException
inArrayMapTest
andArraySetTest
spawns multiple threads and accesses the collection concurrently, verifying that IOOBE and CCE are not thrown, and treating CME as expected.It would be good if we could make the test deterministic and explicitly verify thrown exceptions.