[Python-checkins] buildbot warnings in x86 XP trunk

A.M. Kuchling amk at amk.ca
Fri Dec 22 17:53:55 CET 2006


On Fri, Dec 22, 2006 at 03:47:32PM +0000, buildbot at python.org wrote:
> Traceback (most recent call last):
>   File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\test\test_dumbdbm.py", line 51, in test_dumbdbm_creation_mode
>     self.assertEqual(stat.S_IMODE(st.st_mode), 0632)
> AssertionError: 438 != 410

Waaaah.  438 = 0666, 410 = 0632, so it looks like the umask value
returned is zero even though the test case is setting it to 002.  By
Googling, it looks like Cygwin supports umask.  Anyone got a clue?

--amk


More information about the Python-checkins mailing list