[Scipy-svn] r5445 - branches/0.7.x/scipy/weave/tests

scipy-svn at scipy.org scipy-svn at scipy.org
Mon Jan 12 04:50:59 EST 2009


Author: cdavid
Date: 2009-01-12 03:50:54 -0600 (Mon, 12 Jan 2009)
New Revision: 5445

Modified:
   branches/0.7.x/scipy/weave/tests/test_scxx_object.py
Log:
One more weave failure on linux 64 bits.

Modified: branches/0.7.x/scipy/weave/tests/test_scxx_object.py
===================================================================
--- branches/0.7.x/scipy/weave/tests/test_scxx_object.py	2009-01-12 09:13:39 UTC (rev 5444)
+++ branches/0.7.x/scipy/weave/tests/test_scxx_object.py	2009-01-12 09:50:54 UTC (rev 5445)
@@ -933,7 +933,7 @@
         assert_equal(sys.getrefcount(key),4) # should be 3
         assert_equal(sys.getrefcount(a[key]),2)
         assert_equal(a[key],123.0)
-    @dec.knownfailureif(sys.platform=='win32')
+    @dec.knownfailureif(True)
     @dec.slow
     def test_set_complex(self):
         a = UserDict()




More information about the Scipy-svn mailing list