History log of /libcore/luni/src/test/java/libcore/java/nio/channels/OldFileChannelTest.java
Revision Date Author Comments
e3d7539b3cb1e763f1ed5832120684468e635d94 10-Jun-2011 Elliott Hughes <enh@google.com> Tidy transferFrom a little.

Other than documentation, the only real change here is to stop using direct
buffers, which doesn't gain us anything (and does have a cost).

Bug: 4109660
Change-Id: Iebf3eb9cee6038af68443cd061718d584040010e
e3b6fa2bf357f2712ab2ee9e8487f157595ea0c7 10-Jun-2011 Elliott Hughes <enh@google.com> Expose pread and pwrite.

And fix FileChannel to use them.

Bug: 4183719
Bug: 3107501
Change-Id: I51114a16522b93bf959b5953bec658e6889054c6
dbde5bd893290c02bb289460fc61e48eda63daa2 20-May-2011 Elliott Hughes <enh@google.com> FileChannelImpl doesn't need to special-case O_APPEND.

...we have an OS kernel for such things.

Bug: 4455730
Change-Id: I23efc0ceaa534bffdc0da9a5ff1426ff9d56547f
52b939cbcc060c6bf71b65f2588e9837a86f7c5f 04-Feb-2011 Elliott Hughes <enh@google.com> Remove @Test cruft from all tests under luni/src/test/java/libcore.

Change-Id: I1c5a4f3109147830009d5fc1780e43ed875313ca
617329e227c071828c4b2616f548d0e0f29cd75a 17-Dec-2010 Jesse Wilson <jessewilson@google.com> Don't be specific about exception priority in OldFileChannelTest.

Change-Id: I147b60df59446fe1edbdc24249f66a2a15e9814e
3d09992b375338188c75268dddbe07635a505bbe 07-Dec-2010 Jesse Wilson <jessewilson@google.com> Relax assumptions made in OldFileChannelTest about the maximum supported offsets.

This test was failing on the host where larger offsets can be locked.

Change-Id: I1c1946fab32a88f4ca13234eb2c74b22a3e45b1e
4557728efb66c455a52b7669a8eefef7a9e54854 11-Aug-2010 Jesse Wilson <jessewilson@google.com> Moving tests to be under the libcore.* package.

This is indended to make it easier to run on VMs that restrict the packages
from which application classes can be loaded. For example, on the RI you need
to use the bootclasspath to load these tests.

Change-Id: I52193f35c5fcca18b5a3e1d280505b1e29b388af