diff options
author | Neil Fuller <nfuller@google.com> | 2014-05-08 12:00:51 +0100 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2014-05-12 15:14:28 +0100 |
commit | 55434452be8ccb2063a3767cacdf76ec3fc165cd (patch) | |
tree | 64ea4f1a893fea7b0f4aa763b955e0e21cb21f66 /expectations | |
parent | da3e83465c390f12ad7b7e89a914ae7bccbf4f0a (diff) | |
download | libcore-55434452be8ccb2063a3767cacdf76ec3fc165cd.zip libcore-55434452be8ccb2063a3767cacdf76ec3fc165cd.tar.gz libcore-55434452be8ccb2063a3767cacdf76ec3fc165cd.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.
(cherry picked from commit d377f244c95a5bf24f0e8e2cd05ad27497f3e67f)
Bug: 13747957
Conflicts:
expectations/brokentests.txt
Change-Id: I06cddf03846efbb9f8fee46b51ff94cac112e965
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/brokentests.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt index 93c9a5c..e6fbe81 100644 --- a/expectations/brokentests.txt +++ b/expectations/brokentests.txt @@ -875,5 +875,13 @@ "org.apache.harmony.tests.java.util.jar.ManifestTest#testRead", "org.apache.harmony.tests.java.util.jar.ManifestTest#testStreamConstructor" ] +}, +{ + 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" + ] } ] |