summaryrefslogtreecommitdiffstats
path: root/expectations/knownfailures.txt
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-09-05 11:42:52 -0700
committerElliott Hughes <enh@google.com>2014-09-05 11:42:52 -0700
commitf887ab7ef74d3ca821aca63ccee2c86cc6a42489 (patch)
tree28fa40e07e5ed5b6faa379fbab1b02ad318e1ec5 /expectations/knownfailures.txt
parentae45925d3a59ae3eb72d70e305d2c1dab5ef6d17 (diff)
downloadlibcore-f887ab7ef74d3ca821aca63ccee2c86cc6a42489.zip
libcore-f887ab7ef74d3ca821aca63ccee2c86cc6a42489.tar.gz
libcore-f887ab7ef74d3ca821aca63ccee2c86cc6a42489.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 Change-Id: If9c221ec9e3a401c4ce9a3de4ff8b7c0e747e814
Diffstat (limited to 'expectations/knownfailures.txt')
-rw-r--r--expectations/knownfailures.txt7
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"
+ ]
}
]