summaryrefslogtreecommitdiffstats
path: root/nio
diff options
context:
space:
mode:
authorJorg Pleumann <nobody@android.com>2009-05-11 10:16:41 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-05-11 10:16:41 -0700
commit291d51f712c4acdb9a30427bb3b5b01a3ea77d3c (patch)
tree712668cd0802aad8dc085b43220ab5dc8f18d77b /nio
parent656af42dd9e4ca8db75f3bab4db08c7fafa119a2 (diff)
parentd5b62e3e105c77c5164342461ca9b5c1d1da3c2b (diff)
downloadlibcore-291d51f712c4acdb9a30427bb3b5b01a3ea77d3c.zip
libcore-291d51f712c4acdb9a30427bb3b5b01a3ea77d3c.tar.gz
libcore-291d51f712c4acdb9a30427bb3b5b01a3ea77d3c.tar.bz2
am ac02d18: am 2de2459: AI 148670: More tests that need to be marked bro
Merge commit 'ac02d185cf7f5b494c621ca67a4d786348deac3a' * commit 'ac02d185cf7f5b494c621ca67a4d786348deac3a': AI 148670: More tests that need to be marked broken, since
Diffstat (limited to 'nio')
-rwxr-xr-xnio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/SocketChannelTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/SocketChannelTest.java b/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/SocketChannelTest.java
index c586f59..ce34dba 100755
--- a/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/SocketChannelTest.java
+++ b/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/SocketChannelTest.java
@@ -22,6 +22,7 @@ import dalvik.annotation.TestTargetNew;
import dalvik.annotation.TestTargetClass;
import dalvik.annotation.TestLevel;
import dalvik.annotation.AndroidOnly;
+import dalvik.annotation.BrokenTest;
import java.io.IOException;
import java.io.InputStream;
@@ -2671,6 +2672,7 @@ public class SocketChannelTest extends TestCase {
method = "write",
args = {java.nio.ByteBuffer.class}
)
+ @BrokenTest("Occasionally fail in CTS, but works in CoreTestRunner")
public void test_writeLjava_nio_ByteBuffer_Nonblocking_HugeData() throws IOException {
// initialize write content
ByteBuffer writeContent = ByteBuffer.allocate(CAPACITY_HUGE);