diff options
author | Elliott Hughes <enh@google.com> | 2014-09-05 11:42:52 -0700 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2014-09-26 16:28:08 +0100 |
commit | 19dcdd94310c9a6aedb80e8b9570334fc7d24f6a (patch) | |
tree | 7188c247cacab4e3ee145c94fb2ea5734eef1e01 /expectations | |
parent | 77afa6c64f0af91224368452e3cce74338d667d2 (diff) | |
download | libcore-19dcdd94310c9a6aedb80e8b9570334fc7d24f6a.zip libcore-19dcdd94310c9a6aedb80e8b9570334fc7d24f6a.tar.gz libcore-19dcdd94310c9a6aedb80e8b9570334fc7d24f6a.tar.bz2 |
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
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/knownfailures.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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" + ] } ] |