summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2014-05-08 12:00:51 +0100
committerNeil Fuller <nfuller@google.com>2014-05-08 13:48:00 +0100
commitd377f244c95a5bf24f0e8e2cd05ad27497f3e67f (patch)
treed006b80d2d44d6108a4f69f6abf938b327134e64 /expectations
parent6d4959fccde3bcddb42ca0d0bb16eef294ac09b4 (diff)
downloadlibcore-d377f244c95a5bf24f0e8e2cd05ad27497f3e67f.zip
libcore-d377f244c95a5bf24f0e8e2cd05ad27497f3e67f.tar.gz
libcore-d377f244c95a5bf24f0e8e2cd05ad27497f3e67f.tar.bz2
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
Diffstat (limited to 'expectations')
-rw-r--r--expectations/brokentests.txt8
1 files changed, 8 insertions, 0 deletions
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"
+ ]
}
]