aboutsummaryrefslogtreecommitdiff
path: root/expectations
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2019-07-02 15:05:22 +0100
committerNeil Fuller <nfuller@google.com>2019-07-02 15:07:54 +0100
commitd45e69ceec5cf523d771ac118b64d1b350418ae1 (patch)
treea5005c13e721c08260158384152960af14e6008c /expectations
parenta5d67e192379c3e00ce8bff2e3693a4a80bd3b84 (diff)
downloadlibcore-d45e69ceec5cf523d771ac118b64d1b350418ae1.tar.gz
Minimal fix for ControlTest
Make minimal changes to ControlTest to get it passing; ControlTest is not loaded by the System ClassLoader on Android so needs to be changed. Now fixed, the test can be removed from the knownfailures.txt list. This commit moves hyts_resource_fr_FR.properties file from libcore so that hyts_resource_fr_FR.properties is with hyts_resource.properties in external/apache-harmony/. Test: atest CtsLibcoreTestCases Bug: 13747957 Bug: 28686280 Change-Id: I4ce32aff83dc0be7e3e830415ae890464d11d36d
Diffstat (limited to 'expectations')
-rw-r--r--expectations/knownfailures.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index 9b19222bf78..6f034ba4d2e 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -1719,14 +1719,6 @@
]
},
{
- description: "The ResourceBundle code under test is probably not used much on Android and needs a lot of attention.",
- modes: [device],
- bug: 13747957,
- names: [
- "org.apache.harmony.tests.java.util.ControlTest#test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ"
- ]
-},
-{
description: "Fails in CTS, passes in CoreTestRunner.",
result: EXEC_FAILED,
modes: [device],