- Tick some items of the list.
- Add a matrix of tested platforms and regression test results Note: There are some failing tests on NetBSD-current!
This commit is contained in:
parent
73c2248247
commit
23e2122a62
1 changed files with 39 additions and 8 deletions
|
@ -1,17 +1,48 @@
|
|||
* Darwin, HP/UX [... others?] Darwin now has dlopen() support ... see docs.
|
||||
* Darwin now has dlopen() support ... see docs.
|
||||
* Darwin & SunOS PLIST needs updates?
|
||||
* I don't know which modules should be disabled, but there are new ones.
|
||||
Please audit this list.
|
||||
Please audit this list.
|
||||
* pkgsrc framework
|
||||
* PLISTs
|
||||
|
||||
* The setup.py script rejects db4 versions older than 4.6 by default
|
||||
since Python-2.5.2, because older are said to be "buggy".
|
||||
We have patched away the check in patch-am, but maybe we need to revisit it?
|
||||
|
||||
* IN.py is no longer installed, why?
|
||||
|
||||
* db 1.85 handling seems to do the wrong thing, PLIST problem(?)
|
||||
|
||||
* make it not install "egg files" when installing 3rdparty python modules
|
||||
|
||||
* before we import it to pkgsrc, someone should run the test suite
|
||||
* before we import it to pkgsrc, someone should run make test:
|
||||
|
||||
Python-2.5.2 install test Who
|
||||
---------------------------------------------
|
||||
HPUX-11.11 N[1] [2] tnn
|
||||
FreeBSD-7 y ? netcap
|
||||
NetBSD-4 y ? netcap
|
||||
NetBSD-current y [3] tnn
|
||||
Darwin ?
|
||||
IRIX ?
|
||||
SunOS ?
|
||||
Linux ?
|
||||
|
||||
[1] Doesn't install _cypes.sl
|
||||
|
||||
[2]
|
||||
test test_file failed -- Traceback (most recent call last):
|
||||
File "/tmp/pkgsrc-obj/wip/python25/work.c3k6/Python-2.5.2/Lib/test/test_file.py", line 141, in testStdin
|
||||
self.assertRaises(IOError, sys.stdin.truncate)
|
||||
AssertionError: IOError not raised
|
||||
|
||||
[3]
|
||||
test test_fcntl crashed -- <type 'exceptions.IOError'>: [Errno 22] Invalid argument
|
||||
test test_mailbox failed -- Traceback (most recent call last):
|
||||
File "/work/pkgsrc-obj/wip/python25/work.x40/Python-2.5.2/Lib/test/test_mailbox.py", line 609, in test_clean
|
||||
self.assert_(not os.path.exists(foo_path))
|
||||
AssertionError
|
||||
test_socket failed -- Traceback (most recent call last):
|
||||
File "/work/pkgsrc-obj/wip/python25/work.x40/Python-2.5.2/Lib/test/test_socket.py", line 335, in testGetServBy
|
||||
eq(port, port2)
|
||||
AssertionError: 7 != 4
|
||||
test test_thread produced unexpected output:
|
||||
**********************************************************************
|
||||
*** mismatch between lines 9-18 of expected output and line 9 of actual output:
|
||||
+ platform does not support changing thread stack size
|
||||
|
||||
|
|
Loading…
Reference in a new issue