]> granicus.if.org Git - python/commit
This test doesn't pass on Windows. The cause seems to be that chmod
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 18 Jan 2007 06:20:55 +0000 (06:20 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 18 Jan 2007 06:20:55 +0000 (06:20 +0000)
commit06a9a0ccf45a172b1f1a03a5e5f83c1c4478e89c
treeb56d2c208a8b9920fe3a5335351d7159c3ac5ab7
parentb94ed71bd157bbcb25a2e82c4c0bc238a7647886
This test doesn't pass on Windows.  The cause seems to be that chmod
doesn't support the same funcationality as on Unix.  I'm not sure if
this fix is the best (or if it will even work)--it's a test to see
if the buildbots start passing again.

It might be better to not even run this test if it's windows (or non-posix).
Lib/test/test_dumbdbm.py