summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2010-10-04 11:33:59 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-04 11:33:59 -0700
commit35e28dfc5cfe5fa1b1fb12109c2d365842e38d1e (patch)
tree675911908eff63f8aab9673f4b777673e04a1d41 /expectations
parentecfa0645b680e5f68e90eda5db0413ef72306d3b (diff)
parent849425a7c0935b4695d1861edc8a92589e89f9ab (diff)
downloadlibcore-35e28dfc5cfe5fa1b1fb12109c2d365842e38d1e.zip
libcore-35e28dfc5cfe5fa1b1fb12109c2d365842e38d1e.tar.gz
libcore-35e28dfc5cfe5fa1b1fb12109c2d365842e38d1e.tar.bz2
am 849425a7: am a20d5db4: Fix a test with broken expectations for localized arabic exponent.
Merge commit '849425a7c0935b4695d1861edc8a92589e89f9ab' * commit '849425a7c0935b4695d1861edc8a92589e89f9ab': Fix a test with broken expectations for localized arabic exponent.
Diffstat (limited to 'expectations')
-rw-r--r--expectations/knownfailures.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index b35fcfe..f9cfa7d 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -42,7 +42,7 @@
{
description: "DecimalFormat.parse returns wrong type with multiplier: expected Long but was Double",
name: "libcore.java.text.OldDecimalFormatTest#test_parseLjava_lang_StringLjava_text_ParsePosition",
- bug: 33057080
+ bug: 3057080
},
{
description: "DecimalFormat FieldPosition not updated with correct begin and end indices",
@@ -995,5 +995,14 @@
description: "ZeroBlob not supported",
result: EXEC_FAILED,
name: "tests.SQLite.FunctionContextTest#testSet_result_zeroblob"
+},
+{
+ modes: [ "jvm" ],
+ description: "The RI's formatter doesn't localize arabic properly",
+ names: [
+ "libcore.java.util.FormatterTest#test_numberLocalization",
+ "libcore.java.util.FormatterTest#test_uppercaseConversions"
+ ],
+ result: EXEC_FAILED
}
]