am 6270d52c: Merge change Ica1d7b90 into eclair

Merge commit '6270d52c0dded8658733a392f3ef1f521bc5dbee' into eclair-plus-aosp

* commit '6270d52c0dded8658733a392f3ef1f521bc5dbee':
  Disable known failure math tanhd tests  (DO NOT MERGE)
This commit is contained in:
Brett Chabot
2009-10-20 21:59:36 -07:00
committed by Android Git Automerger
2 changed files with 4 additions and 2 deletions

View File

@@ -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)));

View File

@@ -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)));