Skip Montanaro <[EMAIL PROTECTED]> added the comment:

Mark> Could you try the attached patch to see if it fixes the math.log
    Mark> and math.log10 test failures.  (The patch is generated against the
    Mark> trunk, but should apply cleanly to py3k or either of the 2.6 or
    Mark> 3.0 maintenance branches.

Seems to work on Sol10 for me:

    % ./python Lib/test/regrtest.py -v test_math 
    test_math
    testAcos (test.test_math.MathTests) ... ok
    testAcosh (test.test_math.MathTests) ... ok
    testAsin (test.test_math.MathTests) ... ok
    testAsinh (test.test_math.MathTests) ... ok
    testAtan (test.test_math.MathTests) ... ok
    testAtan2 (test.test_math.MathTests) ... ok
    testAtanh (test.test_math.MathTests) ... ok
    testCeil (test.test_math.MathTests) ... ok
    testConstants (test.test_math.MathTests) ... ok
    testCopysign (test.test_math.MathTests) ... ok
    testCos (test.test_math.MathTests) ... ok
    testCosh (test.test_math.MathTests) ... ok
    testDegrees (test.test_math.MathTests) ... ok
    testExp (test.test_math.MathTests) ... ok
    testFabs (test.test_math.MathTests) ... ok
    testFactorial (test.test_math.MathTests) ... ok
    testFloor (test.test_math.MathTests) ... ok
    testFmod (test.test_math.MathTests) ... ok
    testFrexp (test.test_math.MathTests) ... ok
    testFsum (test.test_math.MathTests) ... ok
    testHypot (test.test_math.MathTests) ... ok
    testIsinf (test.test_math.MathTests) ... ok
    testIsnan (test.test_math.MathTests) ... ok
    testLdexp (test.test_math.MathTests) ... ok
    testLog (test.test_math.MathTests) ... ok
    testLog10 (test.test_math.MathTests) ... ok
    testLog1p (test.test_math.MathTests) ... ok
    testModf (test.test_math.MathTests) ... ok
    testPow (test.test_math.MathTests) ... ok
    testRadians (test.test_math.MathTests) ... ok
    testSin (test.test_math.MathTests) ... ok
    testSinh (test.test_math.MathTests) ... ok
    testSqrt (test.test_math.MathTests) ... ok
    testTan (test.test_math.MathTests) ... ok
    testTanh (test.test_math.MathTests) ... ok
    test_exceptions (test.test_math.MathTests) ... ok
    test_testfile (test.test_math.MathTests) ... ok
    test_trunc (test.test_math.MathTests) ... ok
    Doctest: ieee754.txt ... ok

    ----------------------------------------------------------------------
    Ran 39 tests in 0.237s

    OK
    1 test OK.

Skip

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3167>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to