summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
Diffstat (limited to 'expectations')
-rw-r--r--expectations/knownfailures.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index f0c1056..c8a1b35 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -1436,6 +1436,14 @@
]
},
{
+ description: "Known precision issue in DecimalFormat",
+ bug: 17656132,
+ names: [
+ "org.apache.harmony.tests.java.text.DecimalFormatTest#test_formatDouble_bug17656132",
+ "org.apache.harmony.tests.java.text.DecimalFormatTest#test_formatDouble_roundingProblemCases"
+ ]
+},
+{
description: "Known failure in GregorianCalendarTest",
bug: 12778197,
name: "org.apache.harmony.tests.java.util.GregorianCalendarTest#test_computeTime"