From 4d105209f79ebdd157a79ba478002ecb0c6ac8a0 Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Sat, 25 Sep 2010 08:53:24 -0700 Subject: [PATCH] Attach bugs to failures in MathTest and StrictMathTest. Change-Id: Ifd0cf35e6e3dee4fe512db962db5f44c6e614af4 --- expectations/knownfailures.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index f9b54fce..53da5217 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", -- 2.11.0