Bill Janssen added the comment:
[More info from Ronald Oussoren]
This is a bug in Tk:
>>> root = Tkinter.Tk()
Thu May 13 20:45:13 Rivendell.local python[84887] : kCGErrorFailure: Set
a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
_RegisterApplication(),
Bill Janssen added the comment:
It's fairly easy to create a restricted process tree for testing. ssh into a
Mac which has no one logged into the console, from another machine, and use
that connection to launch an xterm or Xemacs window to the other machine. Then
log out of the ssh se
Bill Janssen added the comment:
Not sure I understand this patch. Either the icglue module is removed in
python 3, in which case it should raise the deprecation warning, or it is not,
in which case it should be removed from the list of modules checked in
test_py3kwarn. Shouldn't the
New submission from Bill Janssen :
Considering the number of OS X machines running Python programs, it would be
good idea to get this platform into the "stable" list of buildbots so that
releases are checked against it.
--
messages: 108302
nosy: janssen
priority: norma
Changes by Bill Janssen :
--
components: +None
keywords: +buildbot
versions: -Python 2.7
___
Python tracker
<http://bugs.python.org/issue9048>
___
___
Python-bug
New submission from Bill Janssen :
% ./python.exe -Wd -3 -E -tt ./Lib/test/regrtest.py -v test_urllib2_localnet
== CPython 2.7rc2 (r27rc2:82137, Jun 21 2010, 12:50:22) [GCC 4.0.1 (Apple Inc.
build 5493)]
== Darwin-9.8.0-i386-32bit little-endian
== /private/tmp/Python-2.7rc2/build
Bill Janssen added the comment:
This is on an Intel machine running OS X 10.5.8. I downloaded and built 2.7rc2
from source with "./configure ; make". I then ran the tests with "make test".
test_uuid fails with this output:
test test_uuid failed -- Traceback (m
Bill Janssen added the comment:
Bit of a chicken/egg issue here. Since we haven't had OS X buildbots for very
long, and the ones we do have represent odd configurations, I think it's
premature to say that "the port *doesn't* pass the test suite on
a regular manner&quo
Bill Janssen added the comment:
Stefan, I tried your suggestion of starting threading. Test still succeeds on
my 10.5.8 system when test_uuid is run separately.
Ronald, your fix works on my 10.5.8 system. Why not check it in, and let's see
if the buildbots turn green
Bill Janssen added the comment:
Failing on my PPC Tiger OS X buildbot, with 2.6, too.
--
nosy: +janssen
versions: +Python 2.6
___
Python tracker
<http://bugs.python.org/issue8
New submission from Bill Janssen :
Looks like some test borked the 2.7 tests on the buildbots. Here's the
offending test:
test test_platform failed -- Traceback (most recent call last):
File
"/Users/buildbot/buildarea/2.7.parc-leopard-1/build/Lib/test/test_platform.py"
Bill Janssen added the comment:
This is on a PowerPC machine running Leopard:
>>> os.uname()[4]
'Power Macintosh'
>>>
--
___
Python tracker
<h
Bill Janssen added the comment:
So the problem is in the _mac_ver_xml() routine in Lib/platform.py, which says:
machine = os.uname()[4]
if machine == 'ppc':
# for compatibility with the gestalt based code
machine = 'PowerPC'
and perhaps shou
301 - 313 of 313 matches
Mail list logo