[Python-modules-commits] r13418 - in packages/pyside/trunk/debian/patches (fixTests.patch)

odyx-guest at users.alioth.debian.org odyx-guest at users.alioth.debian.org
Mon Jun 14 08:42:03 UTC 2010


    Date: Monday, June 14, 2010 @ 08:42:01
  Author: odyx-guest
Revision: 13418

Document the tests blacklisting

Modified:
  packages/pyside/trunk/debian/patches/fixTests.patch

Modified: packages/pyside/trunk/debian/patches/fixTests.patch
===================================================================
--- packages/pyside/trunk/debian/patches/fixTests.patch	2010-06-14 08:37:16 UTC (rev 13417)
+++ packages/pyside/trunk/debian/patches/fixTests.patch	2010-06-14 08:42:01 UTC (rev 13418)
@@ -9,14 +9,14 @@
 Index: pyside/tests/CMakeLists.txt
 ===================================================================
 --- pyside.orig/tests/CMakeLists.txt	2010-06-06 19:20:55.000000000 +0200
-+++ pyside/tests/CMakeLists.txt	2010-06-14 09:55:11.000000000 +0200
++++ pyside/tests/CMakeLists.txt	2010-06-14 10:41:09.000000000 +0200
 @@ -1,10 +1,27 @@
  
  file(GLOB TEST_FILES */*_test.py)
  
 -set(test_blacklist )
 +# Debian patch
-+# blacklist non-compiled tests
++# blacklist non-compiled tests (upstream: #239)
 +#        138 - qtmaemo5_pickselector
 +#        139 - qtmaemo5_qmaemo5import
 +#        144 - qtopengl_qglbuffer
@@ -25,10 +25,10 @@
 +set(test_blacklist qtmaemo5_pickselector qtmaemo5_qmaemo5import qtopengl_qglbuffer qtdeclarative_qdeclarativenetwork qtdeclarative_qdeclarativeview)
 +
 +# Don't run other bugs:
-+#         74 - qtmultimedia_audio
++#         74 - qtmultimedia_audio (upstream: #240)
 +# python2.6: pcm_params.c:2348: sndrv_pcm_hw_params: Assertion `err >= 0' failed.
 +# Aborted
-+#         83 - qtgui_qwidget
++#         83 - qtgui_qwidget (upstream: #243)
 +# Segmentation fault
 +set(test_dontrun_list qtmultimedia_audio qtgui_qwidget)
  




More information about the Python-modules-commits mailing list