[Numpy-svn] r5503 - trunk/numpy/core/tests

numpy-svn at scipy.org numpy-svn at scipy.org
Tue Jul 22 15:52:42 EDT 2008


Author: ptvirtan
Date: 2008-07-22 14:52:34 -0500 (Tue, 22 Jul 2008)
New Revision: 5503

Modified:
   trunk/numpy/core/tests/test_umath.py
Log:
Skip one more possibly failing C99 test

Modified: trunk/numpy/core/tests/test_umath.py
===================================================================
--- trunk/numpy/core/tests/test_umath.py	2008-07-22 19:47:54 UTC (rev 5502)
+++ trunk/numpy/core/tests/test_umath.py	2008-07-22 19:52:34 UTC (rev 5503)
@@ -278,7 +278,7 @@
     def test_clog(self):
         for p, v, e in [
             ((-0., 0.), (-inf, pi), 'divide'),
-            ((+0., 0.), (-inf, 0.), 'divide'),
+            ((+0., 0.), (-inf, 0.), 'XXX divide'), # fails on OSX?
             ((1., inf), (inf, pi/2), ''),
             ((1., nan), (nan, nan), 'invalid-optional'),
             ((-inf, 1.), (inf, pi), ''),




More information about the Numpy-svn mailing list