History log of /libcore/luni/src/test/java/libcore/java/nio/NoArrayTest.java
Revision Date Author Comments
bc01e68730f04cb8dbbf7f3b7da82006c2151ebf 29-Jan-2011 Elliott Hughes <enh@google.com> Fix NoArrayTest, and fix ReadOnlyDirectByteBuffer too.

This test was bogus, but fixing the test pointed out an actual bug in my
recent DirectByteBuffer change --- our DirectByteBuffers might be backed
by arrays, but that doesn't mean that a ReadOnlyDirectByteBuffer should
expose it (because it could then be modified).

Bug: 3403619
Change-Id: Ide91d42e072b5befc819e78a29dbccd0f2db9a61
81550e2d43bbf16be983722877519362799e7d90 14-Sep-2010 Jesse Wilson <jessewilson@google.com> Remove NIO tests duplicated from Harmony.

The only major differences were some tests marked disabled_testReadByteBuffer_Block_close()
which weren't running anyway. I could try to enable these tests, but I think effort would
be better spent writing new tests where they're needed.

Change-Id: I58748fd553bc1c9531ec91fddc432b192fbdef47