[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

[issue15279] Spurious unittest warnings

2014-09-25 Thread Ezio Melotti
Ezio Melotti added the comment: Is this still an issue? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue15279] Spurious unittest warnings

2012-07-09 Thread Chris Jerdonek
Changes by Chris Jerdonek : -- nosy: +cjerdonek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue15279] Spurious unittest warnings

2012-07-09 Thread Łukasz Langa
Łukasz Langa 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 == /Users/ambv

[issue15279] Spurious unittest warnings

2012-07-07 Thread Ned Deily
Ned Deily 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 compiler (./co

[issue15279] Spurious unittest warnings

2012-07-07 Thread Łukasz Langa
Łukasz Langa 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) [GCC 4.2.1 (Appl

[issue15279] Spurious unittest warnings

2012-07-07 Thread Florent Xicluna
Florent Xicluna 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) [GCC 4.2.1 (Apple Inc. bu

[issue15279] Spurious unittest warnings

2012-07-07 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue15279] Spurious unittest warnings

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