diff options
author | Neil Fuller <nfuller@google.com> | 2014-09-26 19:48:53 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-09-26 19:48:53 +0000 |
commit | b1acb15cf862c5174971b3d3654f245ec156d4d7 (patch) | |
tree | c25dfc9764c1649ada298cb801f42b2a628ade3d /expectations | |
parent | 8e642b15e05ea8492d08b725169bd55ab009d46f (diff) | |
parent | 972b728220e3d85eb549aa3451e872f5a06e25c1 (diff) | |
download | libcore-b1acb15cf862c5174971b3d3654f245ec156d4d7.zip libcore-b1acb15cf862c5174971b3d3654f245ec156d4d7.tar.gz libcore-b1acb15cf862c5174971b3d3654f245ec156d4d7.tar.bz2 |
am 972b7282: Merge "Rewrite tests and add tests that demonstrate a bug"
* commit '972b728220e3d85eb549aa3451e872f5a06e25c1':
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 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" |