From d377f244c95a5bf24f0e8e2cd05ad27497f3e67f Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Thu, 8 May 2014 12:00:51 +0100 Subject: Blacklist ControlTest test case. org.apache.harmony.tests.java.util.ControlTest The test is probably broken, but the code under test also looks broken. Unpicking it all and fixing it all is low priority. Marking it as known-broken until it can be given the attention it deserves. Change-Id: I0e2784aa505ace4ab86149741c2faf94d8432df9 Bug: 13747957 --- expectations/brokentests.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'expectations') diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt index 3412e1c..3b966f5 100644 --- a/expectations/brokentests.txt +++ b/expectations/brokentests.txt @@ -883,5 +883,13 @@ "org.apache.harmony.tests.java.nio.channels.ServerSocketChannelTest#test_bind_explicitPort", "org.apache.harmony.tests.java.nio.channels.SocketChannelTest#testBind_ExplicitFreePort" ] +}, +{ + description: "The ResourceBundle code under test is probably not used much on Android and needs a lot of attention.", + bug: 13747957, + result: EXEC_FAILED, + names: [ + "org.apache.harmony.tests.java.util.ControlTest#test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ" + ] } ] -- cgit v1.1