[issue15279] Spurious unittest warnings

2014-11-01 Thread Ezio Melotti
Ezio Melotti added the comment: I'm going to close this. If someone can reproduce it again, feel free to reopen it. -- resolution: - out of date stage: needs patch - resolved status: open - closed ___ Python tracker rep...@bugs.python.org

[issue15279] Spurious unittest warnings

2014-09-25 Thread Ezio Melotti
Ezio Melotti added the comment: Is this still an issue? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15279 ___ ___ Python-bugs-list mailing

[issue15279] Spurious unittest warnings

2012-07-09 Thread Łukasz Langa
Łukasz Langa luk...@langa.pl added the comment: Unfortunately, exactly the same thing happens with == CPython 3.3.0b1 (default:464c6a50b0ce, Jul 9 2012, 09:26:07) [GCC 4.2.1 Compatible Apple Clang 3.1 (tags/Apple/clang-318.0.61)] == Darwin-11.4.0-x86_64-i386-64bit little-endian

[issue15279] Spurious unittest warnings

2012-07-09 Thread Chris Jerdonek
Changes by Chris Jerdonek chris.jerdo...@gmail.com: -- nosy: +cjerdonek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15279 ___ ___

[issue15279] Spurious unittest warnings

2012-07-07 Thread Łukasz Langa
New submission from Łukasz Langa luk...@langa.pl: On Mac OS X 10.7 64-bit unittest regression tests fail: == FAIL: test_warnings (unittest.test.test_runner.Test_TextTestRunner)

[issue15279] Spurious unittest warnings

2012-07-07 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15279 ___ ___

[issue15279] Spurious unittest warnings

2012-07-07 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: I cannot reproduce with 3.3 on Snow Leopard (default options, default compiler). $ ./python.exe -m test.regrtest test_unittest [1/1] test_unittest 1 test OK. [158600 refs] == CPython 3.3.0b1 (tip:9807de61191c, Jul 7 2012, 10:54:30)

[issue15279] Spurious unittest warnings

2012-07-07 Thread Łukasz Langa
Łukasz Langa luk...@langa.pl added the comment: Additional info that might help: 1. The command I'm using to build: MACOSX_DEPLOYMENT_TARGET=10.7 ./configure CC=gcc-apple-4.2 --with-pydebug 2. The test header in -v output: == CPython 3.3.0b1 (default:2e9cba1d1554, Jul 7 2012, 16:17:21)

[issue15279] Spurious unittest warnings

2012-07-07 Thread Ned Deily
Ned Deily n...@acm.org added the comment: That's an odd failure. I've not seen it nor can I reproduce it on 10.7 using the standard Apple Xcode 4.3.3 clang nor on 10.6 using the Apple Xcode 3.2.6 gcc-4.2. You appear to be using a MacPorts-built gcc-4.2. Can you try with an Apple-supplied