[Python-modules-commits] r24310 - in packages/scipy/trunk/debian/tests (python2 python3)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sat May 11 19:25:09 UTC 2013


    Date: Saturday, May 11, 2013 @ 19:25:08
  Author: jtaylor-guest
Revision: 24310

add known failures

Modified:
  packages/scipy/trunk/debian/tests/python2
  packages/scipy/trunk/debian/tests/python3

Modified: packages/scipy/trunk/debian/tests/python2
===================================================================
--- packages/scipy/trunk/debian/tests/python2	2013-05-11 19:25:03 UTC (rev 24309)
+++ packages/scipy/trunk/debian/tests/python2	2013-05-11 19:25:08 UTC (rev 24310)
@@ -12,6 +12,16 @@
 import re
 # add failures to skip here
 skip = [
+# ppc failure
+"test_qhull.TestUtilities.test_degenerate_barycentric_transforms",
+# ppc, scipy github issue #2482
+"test_distance.TestPdist.test_pdist_wminkowski",
+"test_stats.TestRound.test_rounding1",
+"test_stats.TestRound.test_rounding2",
+# i386 small rounding issue
+"test_qhull.TestUtilities.test_more_barycentric_transforms",
+# don't fail on ubuntus compressed pngs, scipy trac issue #457
+"test_io.test_imread",
 ]
 r = $TESTPKG.test(label='$TESTMODE', verbose=2);
 errors = []

Modified: packages/scipy/trunk/debian/tests/python3
===================================================================
--- packages/scipy/trunk/debian/tests/python3	2013-05-11 19:25:03 UTC (rev 24309)
+++ packages/scipy/trunk/debian/tests/python3	2013-05-11 19:25:08 UTC (rev 24310)
@@ -12,6 +12,16 @@
 import re
 # add failures to skip here
 skip = [
+# ppc failure
+"test_qhull.TestUtilities.test_degenerate_barycentric_transforms",
+# ppc, scipy github issue #2482
+"test_distance.TestPdist.test_pdist_wminkowski",
+"test_stats.TestRound.test_rounding1",
+"test_stats.TestRound.test_rounding2",
+# i386 small rounding issue
+"test_qhull.TestUtilities.test_more_barycentric_transforms",
+# don't fail on ubuntus compressed pngs, scipy trac issue #457
+"test_io.test_imread",
 ]
 import sys
 extra=""




More information about the Python-modules-commits mailing list