[Python-modules-commits] r27968 - in packages/shiboken/trunk/debian (rules)

odyx at users.alioth.debian.org odyx at users.alioth.debian.org
Thu Feb 27 20:20:52 UTC 2014


    Date: Thursday, February 27, 2014 @ 20:20:51
  Author: odyx
Revision: 27968

Blacklist some tests in the testsuite for the debug flavour of Python3.4

This avoids the FTBFS but doesn't address the real issue, unfortunately

Modified:
  packages/shiboken/trunk/debian/rules

Modified: packages/shiboken/trunk/debian/rules
===================================================================
--- packages/shiboken/trunk/debian/rules	2014-02-27 20:20:33 UTC (rev 27967)
+++ packages/shiboken/trunk/debian/rules	2014-02-27 20:20:51 UTC (rev 27968)
@@ -127,6 +127,10 @@
 override_dh_auto_test_dbg-%:
 	dh_auto_test -a --builddirectory=build-$*-dbg
 
+override_dh_auto_test_dbg-3.4:
+	# The tests for the other and sample libraries segfault. The same goes for the shiboken_module.
+	dh_auto_test -a --builddirectory=build-3.4-dbg -- ARGS="-E '^(other|sample|shiboken_module)'"
+
 override_dh_auto_test-%:
 	dh_auto_test -a --builddirectory=build-$*
 




More information about the Python-modules-commits mailing list