New submission from Davide Rizzo <sor...@gmail.com>:

test test_platform failed -- Traceback (most recent call last):
  File "/Users/davide/cpython/Lib/test/test_platform.py", line 194, in 
test_mac_ver
    self.assertEqual(res[2], 'i386')
AssertionError: 'x86_64' != 'i386'
- x86_64
+ i386


uname reports machine as "x86_64", but the test expects "i386".

Related: the Gestalt call makes no difference between i386 and x86_64 and may 
only return "i386" as the machine.

----------
assignee: ronaldoussoren
components: Macintosh
messages: 140241
nosy: davide.rizzo, ronaldoussoren
priority: normal
severity: normal
status: open
title: test_platform test_mac_ver fails on Darwin x86_64
versions: Python 2.7, Python 3.2, Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12549>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to