Re: [Python-Dev] uuid test suite failing

2006-07-29 Thread Ka-Ping Yee
On Fri, 28 Jul 2006, Neal Norwitz wrote: > This only fixes 1 of the 2 failures in test_uuid. The other one is > due to _unixdll_getnode() failing. This is because > _uuid_generate_time is None because we couldn't find it in the uuid > library. This is just broken, not sure if it's the code or th

Re: [Python-Dev] uuid test suite failing

2006-07-28 Thread Grig Gheorghiu
On 7/28/06, Neal Norwitz <[EMAIL PROTECTED]> wrote: On 7/27/06, A.M. Kuchling <[EMAIL PROTECTED]> wrote:> On Thu, Jul 27, 2006 at 05:40:57PM +0200, Georg Brandl wrote:> > The UUID test suite, which wasn't run by regrtest.py until now, is > > now failing on some buildbots (and my machine). This shou

Re: [Python-Dev] uuid test suite failing

2006-07-28 Thread Neal Norwitz
On 7/27/06, A.M. Kuchling <[EMAIL PROTECTED]> wrote: > On Thu, Jul 27, 2006 at 05:40:57PM +0200, Georg Brandl wrote: > > The UUID test suite, which wasn't run by regrtest.py until now, is > > now failing on some buildbots (and my machine). This should be fixed > > before releasing something. > > Lo

Re: [Python-Dev] uuid test suite failing

2006-07-27 Thread Matt Fleming
> On 27/07/06, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > > IIRC at least some versions of HP-UX do not support the -a flag for > > ifconfig, I'll check this tomorrow. > > > > Ronald > > td192> /usr/sbin/ifconfig usage: ifconfig interface [ af [ address [ dest_addr ] ] [ up ] [ down

Re: [Python-Dev] uuid test suite failing

2006-07-27 Thread Ronald Oussoren
On Jul 27, 2006, at 6:20 PM, Georg Brandl wrote: > Georg Brandl wrote: >> The UUID test suite, which wasn't run by regrtest.py until now, is >> now failing on some buildbots (and my machine). This should be fixed >> before releasing something. > > Okay, after fixing the test on my machine (locale

Re: [Python-Dev] uuid test suite failing

2006-07-27 Thread A.M. Kuchling
On Thu, Jul 27, 2006 at 05:40:57PM +0200, Georg Brandl wrote: > The UUID test suite, which wasn't run by regrtest.py until now, is > now failing on some buildbots (and my machine). This should be fixed > before releasing something. Looking at the failures, there seem to be two problems on Unix var

Re: [Python-Dev] uuid test suite failing

2006-07-27 Thread Georg Brandl
Georg Brandl wrote: > The UUID test suite, which wasn't run by regrtest.py until now, is > now failing on some buildbots (and my machine). This should be fixed > before releasing something. Okay, after fixing the test on my machine (locale issue) it looks like some ifconfigs don't like to be calle

[Python-Dev] uuid test suite failing

2006-07-27 Thread Georg Brandl
The UUID test suite, which wasn't run by regrtest.py until now, is now failing on some buildbots (and my machine). This should be fixed before releasing something. Georg ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/li