From 19dcdd94310c9a6aedb80e8b9570334fc7d24f6a Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 5 Sep 2014 11:42:52 -0700 Subject: Mark libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale a known failure. The good news is that for the first time we understand why this is failing. Too big to fix for L though, and not a regression. Bug: 17374604 (cherry-picked from commit f887ab7ef74d3ca821aca63ccee2c86cc6a42489) Change-Id: I589fe2eae0643e07e8db8cbcc7df52563aa24604 --- expectations/knownfailures.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'expectations') diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index 62b3278..c6194ee 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -1439,5 +1439,12 @@ description: "Known failure in GregorianCalendarTest", bug: 12778197, name: "org.apache.harmony.tests.java.util.GregorianCalendarTest#test_computeTime" +}, +{ + description: "libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale assumes fallback to locale other than en_US_POSIX.", + bug: 17374604, + names: [ + "libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale" + ] } ] -- cgit v1.1