summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2010-10-04 11:10:54 -0700
committerJesse Wilson <jessewilson@google.com>2010-10-04 11:28:26 -0700
commita20d5db4cfbe096a20ec1073e4c0b140ae4ceee0 (patch)
treebdd5ab48c6bd4c3eb48e4168a7ca3ed2557eb2be /expectations
parent2d9aee7a4a506fcfb15d6ba08848109fae0f1357 (diff)
downloadlibcore-a20d5db4cfbe096a20ec1073e4c0b140ae4ceee0.zip
libcore-a20d5db4cfbe096a20ec1073e4c0b140ae4ceee0.tar.gz
libcore-a20d5db4cfbe096a20ec1073e4c0b140ae4ceee0.tar.bz2
Fix a test with broken expectations for localized arabic exponent.
Also tagging the RI as failing this test, and fixing a broken bug number in another test. Change-Id: I800e82832050d45df6853fd7d3c5bc14e60842d3 http://b/3060661
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
}
]