diff options
author | Elliott Hughes <enh@google.com> | 2014-09-08 18:22:45 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-09-08 18:22:45 +0000 |
commit | c5952ec0d8c4c5a4e3fa01081871c2b549782986 (patch) | |
tree | 71b2e5515d52a9b646318b246117e78d5fca46ce /expectations | |
parent | 66fe52246ffd22384843571088f94d7ee44a3d99 (diff) | |
parent | 2b26994c5069c22c25d8456ba6fba7d9fd3d95ae (diff) | |
download | libcore-c5952ec0d8c4c5a4e3fa01081871c2b549782986.zip libcore-c5952ec0d8c4c5a4e3fa01081871c2b549782986.tar.gz libcore-c5952ec0d8c4c5a4e3fa01081871c2b549782986.tar.bz2 |
am 2b26994c: Merge "Mark libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale a known failure." into lmp-dev
* commit '2b26994c5069c22c25d8456ba6fba7d9fd3d95ae':
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 3de387a..175fe03 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -1458,5 +1458,12 @@ names: [ "com.squareup.okhttp.internal.http.HttpResponseCacheTest#setIfModifiedSince" ] +}, +{ + 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" + ] } ] |