From c985b01362bb964972c426317ab1e9852ab44753 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 30 Mar 2010 15:18:26 -0700 Subject: Add an @KnownFailure annotation. Bug: 2489458 Change-Id: Ib1121c6190b63baae8dbc6a8a598c3f5a510cfaf --- .../harmony/nio/tests/java/nio/channels/ServerSocketChannelTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nio') diff --git a/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ServerSocketChannelTest.java b/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ServerSocketChannelTest.java index b9b880d..7eb03b3 100644 --- a/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ServerSocketChannelTest.java +++ b/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ServerSocketChannelTest.java @@ -21,8 +21,8 @@ import dalvik.annotation.TestTargetNew; import dalvik.annotation.TestTargets; import dalvik.annotation.TestLevel; import dalvik.annotation.TestTargetClass; -import dalvik.annotation.AndroidOnly; import dalvik.annotation.BrokenTest; +import dalvik.annotation.KnownFailure; import java.io.IOException; import java.io.InputStream; @@ -724,7 +724,7 @@ public class ServerSocketChannelTest extends TestCase { method = "accept", args = {} ) - @AndroidOnly("seems to run on newer RI versions") + @KnownFailure("http://b/1952042 - issues with sockets forgetting their local and remote addresses") public void test_accept_Security() throws IOException { this.clientChannel.configureBlocking(true); this.serverChannel.configureBlocking(true); -- cgit v1.1