summaryrefslogtreecommitdiffstats
path: root/luni/src/test/java/libcore/java/io/InterruptedStreamTest.java
Commit message (Expand)AuthorAgeFilesLines
* libcore changes to support asynchronous close interruptionNeil Fuller2014-04-221-2/+5
* resolved conflicts for merge of 3c473504 to masterBrian Carlstrom2012-10-171-9/+36
|\
| * Fix Thread.interrupt and PipedInputStream/PipedReader issues found by Interru...Brian Carlstrom2012-10-171-9/+37
|/
* Avoid a wavy result for InterruptReadable/WritableChannel testMasanori Ogino2012-04-231-1/+7
* Remove tests that always time out.Jesse Wilson2011-10-051-27/+0
* Don't leave the thread's interrupted bit set.Jesse Wilson2011-08-161-0/+1
* Test for Thread.interrupt() plus IO.Jesse Wilson2011-04-221-0/+206