Hi.

I tried (under eglibc 2.17-92 and 9.2 kernel from experimental)
this:

  cd ~/python3.3-3.3.2/build-debug
  export PYTHONPATH=~/python3.3-3.3.2/Lib/test
  export LD_LIBRARY_PATH=~/python3.3-3.3.2/build-debug/
  ./python  ~/python3.3-3.3.2/Lib/test/test_io.py

But is passes, while in buildd it still fails/hangs.
What is the correct invocation of one test ?
It seems that some environment/settings is different
during package build.

There is a problem in test of fcnt,
please could you fixup it:

--- a/python3.3-3.3.2/Lib/test/test_fcntl.py
+++ b/python3.3-3.3.2/Lib/test/test_fcntl.py
@@ -35,6 +35,8 @@
             pid_t = 'l'
         lockdata = struct.pack(off_t + off_t + pid_t + 'hh', 0, 0, 0,
                                fcntl.F_WRLCK, 0)
+    elif sys.platform.startswith('gnukfreebsd'):
+        lockdata = struct.pack('qqihhi', 0, 0, 0, fcntl.F_WRLCK, 0, 0)
     elif sys.platform in ['aix3', 'aix4', 'hp-uxB', 'unixware7']:
         lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
     elif sys.platform in ['os2emx']:


Thanks

        Petr


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to