diff options
author | Jorg Pleumann <nobody@android.com> | 2009-05-11 10:16:41 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-05-11 10:16:41 -0700 |
commit | 291d51f712c4acdb9a30427bb3b5b01a3ea77d3c (patch) | |
tree | 712668cd0802aad8dc085b43220ab5dc8f18d77b /nio | |
parent | 656af42dd9e4ca8db75f3bab4db08c7fafa119a2 (diff) | |
parent | d5b62e3e105c77c5164342461ca9b5c1d1da3c2b (diff) | |
download | libcore-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-x | nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/SocketChannelTest.java | 2 |
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); |