History log of /libcore/luni/src/test/java/libcore/java/util/OldAndroidArrayListTest.java
Revision Date Author Comments
5edc236b2fa90a655ce1bdd13382d75813dc59d7 29-Feb-2016 Narayan Kamath <narayan@google.com> Revert "Fix DatagramChannelTest#test_setOption."

This reverts commit 5ece1b52d3269bc9fb6902ce0daac58fd50805ec.

This included other random cruft that's unrelated to this change.

Change-Id: Ia563a18b2c2d809c2de0615cee9e35b7f89bc7ae
5ece1b52d3269bc9fb6902ce0daac58fd50805ec 26-Feb-2016 Narayan Kamath <narayan@google.com> Fix DatagramChannelTest#test_setOption.

The kernel rounds up SO_SNDBUF arguments to convenient values.
Also, use SO_SNDBUF instead of SO_LINGER because LINGER will not
be supported (which will end up in a different exception being
thrown).

bug: 27316686
Change-Id: Ibc07cdad62d0e199eccdf9323a4ba22053bc2592
990640f1775dc6f429a5f8b9fc6cab6b4220c03a 15-Dec-2010 Jesse Wilson <jessewilson@google.com> Move 41 tests to libcore, closer to the tested code.

Change-Id: I0ecaacd0e68b8319806555f71ddf347f01b17be9
http://b/3073226