summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2014-05-12 18:01:10 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-12 18:01:10 +0000
commita45643035d7465efd25c8b6796f0872c51914bfd (patch)
treead12a592369e779346cb19ff796a10df6c477600 /expectations
parent7f8e717890c7ffe040fc33a90d60e08f49921e68 (diff)
parentf586bda5bf607c76b608b715ad248871522372f3 (diff)
downloadlibcore-a45643035d7465efd25c8b6796f0872c51914bfd.zip
libcore-a45643035d7465efd25c8b6796f0872c51914bfd.tar.gz
libcore-a45643035d7465efd25c8b6796f0872c51914bfd.tar.bz2
am f586bda5: DO NOT MERGE : Suppress broken DecimalFormatTest on klp-modular-dev for dory
* commit 'f586bda5bf607c76b608b715ad248871522372f3': DO NOT MERGE : Suppress broken DecimalFormatTest on klp-modular-dev for dory
Diffstat (limited to 'expectations')
-rw-r--r--expectations/brokentests.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt
index 3b966f5..4fd12d3 100644
--- a/expectations/brokentests.txt
+++ b/expectations/brokentests.txt
@@ -891,5 +891,20 @@
names: [
"org.apache.harmony.tests.java.util.ControlTest#test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ"
]
+},
+{
+ description: "Some DecimalFormat tests fail, treating tests as broken while investigate further.",
+ bug: 12781028,
+ result: EXEC_FAILED,
+ names: [
+ "org.apache.harmony.tests.java.text.DecimalFormatTest#testSerializationSelf",
+ "org.apache.harmony.tests.java.text.DecimalFormatTest#test_formatD",
+ "org.apache.harmony.tests.java.text.DecimalFormatTest#test_formatDLjava_lang_StringBufferLjava_text_FieldPosition",
+ "org.apache.harmony.tests.java.text.DecimalFormatTest#test_formatDLjava_lang_StringBufferLjava_text_FieldPosition_problem_cases",
+ "org.apache.harmony.tests.java.text.DecimalFormatTest#test_formatD_2",
+ "org.apache.harmony.tests.java.text.DecimalFormatTest#test_formatJLjava_lang_StringBufferLjava_text_FieldPosition",
+ "org.apache.harmony.tests.java.text.DecimalFormatTest#test_formatToCharacterIterator_very_large",
+ "org.apache.harmony.tests.java.text.DecimalFormatTest#test_format_minus_zero"
+ ]
}
]