diff options
author | Neil Fuller <nfuller@google.com> | 2014-09-26 16:54:44 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-09-26 16:54:45 +0000 |
commit | 972b728220e3d85eb549aa3451e872f5a06e25c1 (patch) | |
tree | 07147102983f6cb93efe13b7914420a4a0ca2c0a /expectations | |
parent | 37fcc48b63f95775d0304bf0bd3b9d7ff30e2232 (diff) | |
parent | 4e92b6265acb1d12109e311819dd64b27ec85df5 (diff) | |
download | libcore-972b728220e3d85eb549aa3451e872f5a06e25c1.zip libcore-972b728220e3d85eb549aa3451e872f5a06e25c1.tar.gz libcore-972b728220e3d85eb549aa3451e872f5a06e25c1.tar.bz2 |
Merge "Rewrite tests and add tests that demonstrate a bug"
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/knownfailures.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index c6194ee..2da25b0 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" |