aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <della5@iinet.com.au>2012-06-25 21:59:21 +0800
committerIan Delaney <della5@iinet.com.au>2012-06-25 21:59:21 +0800
commitc9d79a947e8e7c7f7c59345c8b6f404d288850e6 (patch)
treec78c0a9a1c1d050aaa1e8ac17b7675f13421603b
parent[app-admin/eselect-python] fix to patch, commented [dev-python/pyudev/files/p... (diff)
downloadimprovise-c9d79a947e8e7c7f7c59345c8b6f404d288850e6.tar.gz
improvise-c9d79a947e8e7c7f7c59345c8b6f404d288850e6.tar.bz2
improvise-c9d79a947e8e7c7f7c59345c8b6f404d288850e6.zip
[dev-python/pyudev/files/pyudev_wrapped_test.patch] commented
(Portage version: 2.1.10.65/git/Linux x86_64, unsigned Manifest commit)
-rw-r--r--dev-python/pyudev/files/pyudev_wrapped_test.patch16
1 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/pyudev/files/pyudev_wrapped_test.patch b/dev-python/pyudev/files/pyudev_wrapped_test.patch
index 3f23380..cdcd784 100644
--- a/dev-python/pyudev/files/pyudev_wrapped_test.patch
+++ b/dev-python/pyudev/files/pyudev_wrapped_test.patch
@@ -1,9 +1,13 @@
-/* tests/test_monitor.py:195: draws an error because the gentoo sandbox pathname becomes a mile long
-second patch here changes its name to t_bs and even then it only just makes it.
-I normally use PORTAGE_TMPDIR="/mnt/gen2/TmpDir" which is too long under any circumstance.
-By rights this requires an ewarn line;
-"if your PORTAGE_TMPDIR isn't /var/tmp/, change it to /var/tmp for tests to pass for this package"
-sometimes I get a fail of TestTags.test_iteration[..] then run again and it passes
+/*
+1. tests/test_monitor.py:195: draws an error because the gentoo sandbox pathname becomes a mile long
+ second patch here changes its name to t_bs and even then it only just makes it.
+ I normally use PORTAGE_TMPDIR="/mnt/gen2/TmpDir" which is too long under any circumstance.
+ By rights this requires an ewarn line;
+ "if your PORTAGE_TMPDIR isn't /var/tmp/, change it to /var/tmp for tests to pass for this package"
+2. sometimes I get a fail of TestTags.test_iteration[..] then run again and it passes
+3. scan_subsystems && udev_enumerate_add_syspath are nowhere to be found in the source.
+ Joining udev_enumerate_ to them is to me a nonsense if the functions can be found in neither
+ _is_blacklisted nor wrapped_functions arrays
diff -ur pyudev-0.15.orig/tests/test_libudev.py pyudev-0.15/tests/test_libudev.py
--- tests//test_libudev.py 2012-06-25 18:18:06.051694665 +0800
+++ tests/test_libudev.py 2012-03-02 02:26:26.000000000 +0800