[issue9832] test_unicodedata fails on MacOSX 10.6

2010-09-12 Thread Ned Deily
Changes by Ned Deily : -- stage: unit test needed -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue9832] test_unicodedata fails on MacOSX 10.6

2010-09-12 Thread Ned Deily
Ned Deily added the comment: On a similar systems (10.6, HFS+ case-sensitive), I was able to reproduce this failure when using those non-standard ./configure params. The test does not fail after removing --with-wctype-functions. As noted, --with-wctype-functions is planned to be removed bef

[issue9832] test_unicodedata fails on MacOSX 10.6

2010-09-11 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue9832] test_unicodedata fails on MacOSX 10.6

2010-09-11 Thread Florent Xicluna
Florent Xicluna added the comment: According to issue #9210, "--with-wctype-functions" is pending removal. Could you retry without this switch? -- nosy: +amaury.forgeotdarc, lemburg superseder: -> remove --with-wctype-functions configure option ___

[issue9832] test_unicodedata fails on MacOSX 10.6

2010-09-11 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +michael.foord, ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9832] test_unicodedata fails on MacOSX 10.6

2010-09-11 Thread Ismail Donmez
Ismail Donmez added the comment: Btw I configured with; ./configure --with-wctype-functions --with-fpectl --with-wide-unicode --with-computed-gotos --enable-ipv6 --with-universal-archs=64-bit MACOSX_DEPLOYMENT_TARGET=10.6 -- ___ Python tracker

[issue9832] test_unicodedata fails on MacOSX 10.6

2010-09-11 Thread Ismail Donmez
Ismail Donmez added the comment: Yes I did make distclean before building (to cleanup old build files). -- ___ Python tracker ___ ___

[issue9832] test_unicodedata fails on MacOSX 10.6

2010-09-11 Thread Florent Xicluna
Florent Xicluna added the comment: Did you run `make distclean` before? -- assignee: -> ronaldoussoren components: +Macintosh nosy: +flox, ronaldoussoren stage: -> unit test needed ___ Python tracker

[issue9832] test_unicodedata fails on MacOSX 10.6

2010-09-11 Thread Ismail Donmez
New submission from Ismail Donmez : Using py3k branch revision 84707, on Mac OSX 10.6, case-sensitive HFS+ filesystem. == FAIL: test_ucd_510 (test.test_unicodedata.UnicodeMiscTest) -