Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6270d52c authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change Ica1d7b90 into eclair

* changes:
  Disable known failure math tanhd tests  (DO NOT MERGE)
parents 9aa7e4e7 efc6bef1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -687,7 +687,8 @@ public class MathTest extends TestCase {
    /**
     * @tests java.lang.Math#tanh(double)
     */
    @SmallTest
    // TODO: Known failure, temporarily remove from SmallSuite
    // @SmallTest
    public void testTanhD() {
        // Test for special situations
        assertTrue("Should return NaN", Double.isNaN(Math.tanh(Double.NaN)));
+2 −1
Original line number Diff line number Diff line
@@ -709,7 +709,8 @@ public class StrictMathTest extends TestCase {
    /**
     * @tests java.lang.StrictMath#tanh(double)
     */
    @SmallTest
    // TODO: Known failure, temporarily remove from small suite
    // @SmallTest
    public void testTanhD() {
        // Test for special situations
        assertTrue(Double.isNaN(StrictMath.tanh(Double.NaN)));