diff options
author | Jesse Wilson <jessewilson@google.com> | 2010-09-25 08:53:24 -0700 |
---|---|---|
committer | Jesse Wilson <jessewilson@google.com> | 2010-09-25 08:53:24 -0700 |
commit | 4d105209f79ebdd157a79ba478002ecb0c6ac8a0 (patch) | |
tree | b43adea2046f21e2ddd4716e3d32f6622d385ed6 /expectations/knownfailures.txt | |
parent | 0e5792e85b0ed0f780f382cc4d6064aa8e0a48b0 (diff) | |
download | libcore-4d105209f79ebdd157a79ba478002ecb0c6ac8a0.zip libcore-4d105209f79ebdd157a79ba478002ecb0c6ac8a0.tar.gz libcore-4d105209f79ebdd157a79ba478002ecb0c6ac8a0.tar.bz2 |
Attach bugs to failures in MathTest and StrictMathTest.
Change-Id: Ifd0cf35e6e3dee4fe512db962db5f44c6e614af4
Diffstat (limited to 'expectations/knownfailures.txt')
-rw-r--r-- | expectations/knownfailures.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index f9b54fc..53da521 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -3,6 +3,28 @@ */ [ { + description: "Math failures when running on the host", + names: [ + "org.apache.harmony.luni.tests.java.lang.LongTest#test_bitCountJ", + "org.apache.harmony.luni.tests.java.lang.LongTest#test_highestOneBitJ", + "org.apache.harmony.luni.tests.java.lang.LongTest#test_reverseBytesJ", + "org.apache.harmony.luni.tests.java.lang.LongTest#test_reverseJ", + "org.apache.harmony.luni.tests.java.lang.LongTest#test_rotateLeftJI", + "org.apache.harmony.luni.tests.java.lang.LongTest#test_rotateRightJI", + "org.apache.harmony.luni.tests.java.lang.MathTest#test_cbrt_D", + "org.apache.harmony.luni.tests.java.lang.MathTest#test_powDD", + "org.apache.harmony.luni.tests.java.lang.MathTest#test_sinh_D", + "org.apache.harmony.luni.tests.java.lang.StrictMathTest#test_log1p_D", + "org.apache.harmony.luni.tests.java.lang.StrictMathTest#test_rintD" + ], + bug: 2931959 +}, +{ + description: "Double.parseDouble().toString does wrong rounding", + name: "org.apache.harmony.luni.tests.java.lang.DoubleTest#test_parseDoubleLjava_lang_String", + bug: 1607938 +}, +{ description: "We fake support for these by substituting similar (but not identical) charsets", names: [ "libcore.java.nio.charset.OldCharset_MultiByte_Big5#test_Decode", |