History log of /libcore/luni/src/test/java/libcore/java/util/AbstractCollectionTest.java
Revision Date Author Comments
b0907d38556b20653abee1895d240886de0808df 30-Aug-2016 Tobias Thierer <tobiast@google.com> Add test for AbstractCollection.{remove,retain}All(null)

This behavior changed in http://r.android.com/261190
(AOSP commit fee325d834eb37a26761e849c9becd7b9b4d3a12).
The test verifies the new behavior.

Test: Ran AbstractCollectionTest using vogar

Bug: http://b/31052838
Change-Id: Ic84d0c88b96532511d80976439bf4ad7cc7c4252
e2351b133933cbf0356447b6623ca39fa6cb4963 24-Aug-2013 Elliott Hughes <enh@google.com> Fix three failing tests.

Increase an overly-tight timeout in SelectorTest.

Remove an incorrect assertion about a return type.

Remove an assertion testing fallback behavior of Currency.getDisplayName where
icu4c's behavior changes between releases and the RI doesn't match its own
documentation.

(cherry-pick of 8b3d7dfa1b50eb611b20824242f35eba2cfba46e.)

Bug: 10210895
Change-Id: Ia21b7c20056646cfc3e8cc784741ef2cbd10b7df
8b3d7dfa1b50eb611b20824242f35eba2cfba46e 24-Aug-2013 Elliott Hughes <enh@google.com> Fix three failing tests.

Increase an overly-tight timeout in SelectorTest.

Remove an incorrect assertion about a return type.

Remove an assertion testing fallback behavior of Currency.getDisplayName where
icu4c's behavior changes between releases and the RI doesn't match its own
documentation.

Bug: 10210895
Change-Id: I6ec4fd571d810d4b08c703acaec2e7c9d6bf9d69
61e99b166906954cf2686381968a37a3ab32bde7 05-Dec-2012 Elliott Hughes <enh@google.com> Fix AbstractCollection.toArray.

ConcurrentHashMap.values().toArray() could throw if the map was being modified.
WeakHashMap had a workaround, but AbstractCollection is supposed to just do the
right thing.

Bug: http://code.google.com/p/android/issues/detail?id=36519
Bug: https://issues.apache.org/jira/browse/HARMONY-6681
Change-Id: I749fe615edbea6f8285bfe6804c972e8bdcf2530