diff options
author | Neil Fuller <nfuller@google.com> | 2014-09-26 15:52:49 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-09-26 15:52:49 +0000 |
commit | 37fcc48b63f95775d0304bf0bd3b9d7ff30e2232 (patch) | |
tree | 7188c247cacab4e3ee145c94fb2ea5734eef1e01 /expectations | |
parent | 77afa6c64f0af91224368452e3cce74338d667d2 (diff) | |
parent | 19dcdd94310c9a6aedb80e8b9570334fc7d24f6a (diff) | |
download | libcore-37fcc48b63f95775d0304bf0bd3b9d7ff30e2232.zip libcore-37fcc48b63f95775d0304bf0bd3b9d7ff30e2232.tar.gz libcore-37fcc48b63f95775d0304bf0bd3b9d7ff30e2232.tar.bz2 |
Merge "Mark libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale a known failure."
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" + ] } ] |