History log of /libcore/luni/src/test/java/libcore/java/nio/channels/ChannelsTest.java
Revision Date Author Comments
c721818a4895a62d546d284c181df76d4de08ad0 21-Feb-2017 Przemyslaw Szczepaniak <pszczepaniak@google.com> Tests for Channels.new(In|Out)putSteam(AsynchronousByteChannel)

Test: vogar ChannelsTest
Bug: 34923831
Change-Id: I839cdfc852b1d5f4ab610ce64e41ab8023f11d5a
bd3fa20df1d41ddb1310bb03d82b2f5aa11e0dfb 25-Sep-2010 Jesse Wilson <jessewilson@google.com> Don't expect bug-compatibility with the RI's missing IllegalBlockingModeException.

The RI promises to throw when a non-blocking channel is read via
a stream. It doesn't throw, and our tests were validating that.

This also cleans up ScannerTest, which was duplicated with Harmony.
Change-Id: Ife522d29c0b0734e188462b4d23f0a872727ce38