summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-04-11 19:02:59 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-04-11 19:02:59 (GMT)
commit71b24115669c72dd64906745674e012c4af2b7fe (patch)
tree7e3c560ac979b425d469673aca7a432a888d0b04 /PCbuild
parenta0d781a5438f4e9c7606126a5fbda3b878d42f39 (diff)
downloadcpython-71b24115669c72dd64906745674e012c4af2b7fe.zip
cpython-71b24115669c72dd64906745674e012c4af2b7fe.tar.gz
cpython-71b24115669c72dd64906745674e012c4af2b7fe.tar.bz2
Record test_bsddb3 test results on WinXP.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/readme.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index a53f9ad..054d1e5 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -240,6 +240,16 @@ __bsddb - 0 error(s), 5 warning(s)
XXX doesn't cause a test to fail when it happens (exceptions in
XXX threads are invisible to unittest).
+ XXX 11-Apr-2004 tim
+ XXX On WinXP Pro, I got one failure from test_bsddb3:
+ XXX
+ XXX ERROR: test04_n_flag (bsddb.test.test_compat.CompatibilityTestCase)
+ XXX Traceback (most recent call last):
+ XXX File "C:\Code\python\lib\bsddb\test\test_compat.py", line 86, in test04_n_flag
+ XXX f = hashopen(self.filename, 'n')
+ XXX File "C:\Code\python\lib\bsddb\__init__.py", line 293, in hashopen
+ XXX d.open(file, db.DB_HASH, flags, mode)
+ XXX DBInvalidArgError: (22, 'Invalid argument -- DB_TRUNCATE illegal with locking specified')
_ssl
Python wrapper for the secure sockets library.