summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2010-10-01 18:12:38 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-01 18:12:38 -0700
commit916a236d4153c26fff23d496e8f1af362f96a0e9 (patch)
treeda063568c1180f9fe32668021ef30762293a94ea /expectations
parentdc825fef1519d4a65abf374e31d985cb2faf9d4a (diff)
parent3efa3e3429d360706117411942494d0aabebcfe8 (diff)
downloadlibcore-916a236d4153c26fff23d496e8f1af362f96a0e9.zip
libcore-916a236d4153c26fff23d496e8f1af362f96a0e9.tar.gz
libcore-916a236d4153c26fff23d496e8f1af362f96a0e9.tar.bz2
am 3efa3e34: am c1851da3: Scrub test failures in java.text.
Merge commit '3efa3e3429d360706117411942494d0aabebcfe8' * commit '3efa3e3429d360706117411942494d0aabebcfe8': Scrub test failures in java.text.
Diffstat (limited to 'expectations')
-rw-r--r--expectations/knownfailures.txt52
1 files changed, 47 insertions, 5 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index d5f5ac1..d9676d5 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -3,6 +3,53 @@
*/
[
{
+ description: "ICU seems to treat unknown and invalid locales differently",
+ name: "libcore.java.text.DateFormatSymbolsTest#test_getInstance_unknown_locale",
+ bug: 2541757
+},
+{
+ description: "Root locale uses INF for infinity but unknown locales use \u221e",
+ name: "libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale",
+ bug: 3056617
+},
+{
+ description: "Minimal days in first week is broken",
+ names: [
+ "libcore.java.text.OldSimpleDateFormatTest#testFormattingWeekOfYear",
+ "libcore.java.text.OldSimpleDateFormatTest#testDefaultMinimalDaysInFirstWeek"
+ ],
+ bug: 1613709
+},
+{
+ description: "Custom SimpleTimeZones not honored by SimpleDateFormat",
+ name: "libcore.java.text.OldSimpleDateFormatTest#testFormattingTimezones",
+ bug: 3049014
+},
+{
+ description: "NaN character not found when deserializing DecimalFormatSymbols",
+ name: "libcore.java.text.OldDecimalFormatSymbolsTest#test_RIHarmony_compatible",
+ bug: 3056792
+},
+{
+ description: "DecimalFormat.formatToCharacterIterator() is failing tests",
+ names: [
+ "libcore.java.text.OldDecimalFormatTest#test_formatToCharacterIterator",
+ "org.apache.harmony.text.tests.java.text.DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object",
+ "org.apache.harmony.text.tests.java.text.DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object__ArithmeticException"
+ ],
+ bug: 3056865
+},
+{
+ 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
+},
+{
+ description: "DecimalFormat FieldPosition not updated with correct begin and end indices",
+ name: "libcore.java.text.OldDecimalFormatTest#test_formatDLjava_lang_StringBufferLjava_text_FieldPosition",
+ bug: 3057090
+},
+{
description: "finalize() called on objects whose constructor didn't complete normally",
name: "libcore.java.lang.SystemTest#testBackFromTheDead",
bug: 2645458
@@ -830,11 +877,6 @@
name: "tests.sql.StatementTest#testGetUpdateCount"
},
{
- description: "Fails in CTS but passes under run-core-tests",
- result: EXEC_FAILED,
- name: "org.apache.harmony.text.tests.java.text.DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object"
-},
-{
description: "Handshake Status is never finished. NPE in ClientSessionContext$HostAndPort.hashCode() when host
is null",
result: EXEC_FAILED,