[issue27313] test case failures in test_widgets.ComboboxTest.of test_ttk_guionly on OS X with Cocoa Tk 8.5.18

2021-11-05 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +27682 pull_request: https://github.com/python/cpython/pull/29425 ___ Python tracker ___

[issue27313] test case failures in test_widgets.ComboboxTest.of test_ttk_guionly on OS X with Cocoa Tk 8.5.18

2021-11-05 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: -27678 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45615] Missing test for type of error when printing traceback for non-exception

2021-11-05 Thread Nikita Sobolev
brary in traceback.py. They are expected to > work the same as much as possible. > > If you add a test to BaseExceptionReportingTests, it will test both > versions (see the PyExcReportingTests and PyExcReportingTests subclasses). > > -- > > _

[issue27313] test case failures in test_widgets.ComboboxTest.of test_ttk_guionly on OS X with Cocoa Tk 8.5.18

2021-11-05 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +27678 pull_request: https://github.com/python/cpython/pull/29425 ___ Python tracker ___

[issue27313] test case failures in test_widgets.ComboboxTest.of test_ttk_guionly on OS X with Cocoa Tk 8.5.18

2021-11-05 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 885e57c148d0b2c34daa2b7e5162dc57cf7e4469 by Miss Islington (bot) in branch '3.9': bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-29411) (GH-29423)

[issue27313] test case failures in test_widgets.ComboboxTest.of test_ttk_guionly on OS X with Cocoa Tk 8.5.18

2021-11-05 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 363ecb36da273ddb0c80ad14f3f1aa5101223bc2 by Miss Islington (bot) in branch '3.10': bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-29411) (GH-29422)

[issue45615] Missing test for type of error when printing traceback for non-exception

2021-11-05 Thread Irit Katriel
Irit Katriel added the comment: It's been merged now, so go ahead. Note that there are two traceback printing functions - in the interpreter in traceback.c and in the library in traceback.py. They are expected to work the same as much as possible. If you add a test

[issue27313] test case failures in test_widgets.ComboboxTest.of test_ttk_guionly on OS X with Cocoa Tk 8.5.18

2021-11-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +27676 pull_request: https://github.com/python/cpython/pull/29423 ___ Python tracker ___

[issue27313] test case failures in test_widgets.ComboboxTest.of test_ttk_guionly on OS X with Cocoa Tk 8.5.18

2021-11-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +27675 pull_request: https://github.com/python/cpython/pull/29422 ___ Python tracker ___

[issue27313] test case failures in test_widgets.ComboboxTest.of test_ttk_guionly on OS X with Cocoa Tk 8.5.18

2021-11-05 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset e52f9bee802aa7a7fbd405dcc43bc2d1bea884d9 by Łukasz Langa in branch 'main': bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-29411) https://github.com/python/cpython/commit/e52f9bee802aa7a7fbd405dcc43bc2d1bea884d9

[issue27313] test case failures in test_widgets.ComboboxTest.of test_ttk_guionly on OS X with Cocoa Tk 8.5.18

2021-11-04 Thread Łukasz Langa
Change by Łukasz Langa : -- nosy: +lukasz.langa nosy_count: 3.0 -> 4.0 pull_requests: +27668 pull_request: https://github.com/python/cpython/pull/29411 ___ Python tracker ___

[issue45615] Missing test for type of error when printing traceback for non-exception

2021-11-04 Thread Nikita Sobolev
s merged. > > I think in the C code what we need to do is remove the check in _testcapi > - this is a test utility, it doesn't need to verify input types. > > -- > > ___ > Python tracker

[issue45615] Missing test for type of error when printing traceback for non-exception

2021-11-04 Thread Irit Katriel
Irit Katriel added the comment: Nikita, if you want to work on this go head, but I would wait until PR 29207 is merged. I think in the C code what we need to do is remove the check in _testcapi - this is a test utility, it doesn't need to verify input types

[issue45615] Missing test for type of error when printing traceback for non-exception

2021-11-04 Thread Irit Katriel
Irit Katriel added the comment: You're right Nikita, that's what main currently does. My output was from a branch where I started fixing it. Sorry about the confusion. -- ___ Python tracker

[issue45615] Missing test for type of error when printing traceback for non-exception

2021-11-04 Thread Nikita Sobolev
Nikita Sobolev added the comment: For me something different happens now: ``` Python 3.11.0a1+ (heads/main-dirty:e03e50377d, Nov 4 2021, 13:09:20) [Clang 11.0.0 (clang-1100.0.33.16)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import traceback >>>

[issue45615] Missing test for type of error when printing traceback for non-exception

2021-11-03 Thread Guido van Rossum
Change by Guido van Rossum : -- nosy: +gvanrossum ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45668] Some PGO tests are failing when building with --enable-optimizations --disable-test-modules

2021-11-01 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue45668] Some PGO tests are failing when building with --enable-optimizations --disable-test-modules

2021-11-01 Thread Christian Heimes
Christian Heimes added the comment: New changeset e73283a20fb05b70da2990decefac0e011faec17 by Christian Heimes in branch 'main': bpo-45668: Fix PGO tests without test extensions (GH-29315) https://github.com/python/cpython/commit/e73283a20fb05b70da2990decefac0e011faec17

[issue10572] Move test sub-packages to Lib/test

2021-11-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Do we need Lib/test/test_sqlite3/__init__.py? Would not tests in package be loaded automatically? -- nosy: +serhiy.storchaka ___ Python tracker <https://bugs.python.org/issue10

[issue10572] Move test sub-packages to Lib/test

2021-11-01 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 762a4dc9361f9563e158e373ba8d767b4449f23d by Erlend Egeberg Aasland in branch 'main': bpo-10572: Fixup Lib/test/libregrtest/pgo.py (GH-29327) https://github.com/python/cpython/commit/762a4dc9361f9563e158e373ba8d767b4449f23d

[issue2771] Test issue

2021-10-29 Thread Ezio Melotti
Ezio Melotti added the comment: Testing GitHub mentions, please ignore: @serhiy-storchaka -- ___ Python tracker ___ ___

[issue10572] Move test sub-packages to Lib/test

2021-10-29 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- pull_requests: +27596 pull_request: https://github.com/python/cpython/pull/29327 ___ Python tracker ___

[issue10572] Move test sub-packages to Lib/test

2021-10-29 Thread miss-islington
miss-islington added the comment: New changeset 62bf263a775fd8b5d5841cc09be3bd53e933 by Erlend Egeberg Aasland in branch 'main': bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304) https://github.com/python/cpython/commit/62bf263a775fd8b5d5841cc09be3bd53e933 -- nosy

[issue45668] Some PGO tests are failing when building with --enable-optimizations --disable-test-modules

2021-10-29 Thread Sam James
Change by Sam James : -- nosy: +thesamesam ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45668] Some PGO tests are failing when building with --enable-optimizations --disable-test-modules

2021-10-29 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +27584 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29315 ___ Python tracker

[issue45668] Some PGO tests are failing when building with --enable-optimizations --disable-test-modules

2021-10-29 Thread Christian Heimes
New submission from Christian Heimes : Some PGO tests are failing when Python is build with options ./configure --disable-test-modules --enable-optimizations . Test failures are caused by missing _testcapi module. ./python -m test --pgo --timeout=1200 || true test test_array failed test

[issue10572] Move test sub-packages to Lib/test

2021-10-29 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- pull_requests: +27573 pull_request: https://github.com/python/cpython/pull/29304 ___ Python tracker ___

[issue45629] Tools/freeze needs tests in the test suite.

2021-10-28 Thread Eric Snow
Change by Eric Snow : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue45629] Tools/freeze needs tests in the test suite.

2021-10-28 Thread Eric Snow
Eric Snow added the comment: New changeset 13d9205f4057f80a25d410ad123876dc60cd by Eric Snow in branch 'main': bpo-45629: Add a test for the "freeze" tool. (gh-29222) https://github.com/python/cpython/commit/13d9205f4057f80a25d410ad12

[issue45629] Tools/freeze needs tests in the test suite.

2021-10-27 Thread Eric Snow
Change by Eric Snow : -- keywords: +patch pull_requests: +27506 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/29222 ___ Python tracker <https://bugs.python.org/issu

[issue45629] Tools/freeze needs tests in the test suite.

2021-10-27 Thread Eric Snow
New submission from Eric Snow : I found that Tools/freeze doesn't get tested. It has a "test" directory but it's more of a rudimentary sanity check that must be run manually. Since the tool isn't tested through our test suite, there's a high likelihood it can get broken with

[issue45615] Missing test for type of error when printing traceback for non-exception

2021-10-26 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- nosy: +erlendaasland ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45615] Missing test for type of error when printing traceback for non-exception

2021-10-26 Thread Irit Katriel
ypeError(f"Expected exception, got {exc}") ^ TypeError: Expected exception, got 12 -- components: Interpreter Core, Library (Lib) messages: 405048 nosy: iritkatriel priority: normal severity: normal status: open title: Missing test for type of error when printing traceback for n

[issue10572] Move test sub-packages to Lib/test

2021-10-26 Thread Erlend E. Aasland
lite3 DESCRIPTION [...] PACKAGE CONTENTS dbapi2 dump test (package) Regarding history: Serhiy already moved the sqlite3 test files (see commit 3e19409d6443c66a6a7d62f58b2bb4e8330e56c4 of 2021-09-13). If one worries about needing to add the --follow switch to git log, or possibly

[issue2771] Test issue

2021-10-25 Thread Ezio Melotti
Change by Ezio Melotti : -- assignee: python-dev -> ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue2771] Test issue

2021-10-25 Thread Ezio Melotti
Change by Ezio Melotti : -- assignee: python-dev -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2771] Test issue

2021-10-25 Thread Ezio Melotti
Change by Ezio Melotti : -- assignee: -> python-dev ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2771] Test issue

2021-10-25 Thread Ezio Melotti
Change by Ezio Melotti : -- assignee: ezio.melotti -> python-dev versions: +Python 3.11 -Python 3.9 ___ Python tracker ___ ___

[issue19460] Add test for MIMENonMultipart

2021-10-22 Thread Irit Katriel
Irit Katriel added the comment: The patch needs to be converted to a GitHub PR. -- keywords: +easy -patch nosy: +iritkatriel versions: +Python 3.11 -Python 3.4 ___ Python tracker

[issue21249] removing pythonXY.zip from sys.path results in additional test failures

2021-10-21 Thread Irit Katriel
Irit Katriel added the comment: This seems abandoned. Shall we close? -- nosy: +iritkatriel ___ Python tracker ___ ___

[issue31000] Test failure in resource module on some ZFS systems

2021-10-21 Thread Gregory P. Smith
Gregory P. Smith added the comment: It doesn't happen on the zfs ubuntu 20.04 machine i've got. Figuring out an appropriate workaround when refactoring the test for this is best done by someone with a system it fails on. It'd be guesswork otherwise. -- title: Test failure

[issue45559] pprint tests do not test pprint.pprint()

2021-10-21 Thread Eric V. Smith
Change by Eric V. Smith : -- title: pprint module does not test pprint.pprint() -> pprint tests do not test pprint.pprint() ___ Python tracker <https://bugs.python.org/issu

[issue31000] Test failure in resource module on ZFS

2021-10-21 Thread Larry Hastings
Larry Hastings added the comment: FWIW the test still fails in exactly the same way. This was building with main, on Pop!_OS 21.04 64-bit. -- ___ Python tracker <https://bugs.python.org/issue31

[issue31000] Test failure in resource module on ZFS

2021-10-21 Thread Gregory P. Smith
system filesystem. but zfs is also highly configurable so it likely isn't accurate to just say "zfs" caused this. that test appears to be setting RLIMIT_FSIZE to 1024 and creating a 1024 byte file. this could be an edge case, either in our understanding (the limit can never be reached or

[issue45559] pprint module does not test pprint.pprint()

2021-10-21 Thread Eric V. Smith
priority: normal severity: normal status: open title: pprint module does not test pprint.pprint() type: behavior versions: Python 3.10, Python 3.11, Python 3.9 ___ Python tracker <https://bugs.python.org/issue45

[issue31000] Test failure in resource module on ZFS

2021-10-21 Thread Irit Katriel
Irit Katriel added the comment: Can we/should we do anything about this or shall we close? -- nosy: +iritkatriel resolution: -> third party status: open -> pending ___ Python tracker

[issue19899] No test for thread.interrupt_main()

2021-10-21 Thread Christian Heimes
Christian Heimes added the comment: Tests have been added as part of GH-24755. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker

[issue24397] Test asynchat makes wrong assumptions

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> wont fix stage: -> resolved status: open -> closed superseder: -> Close asyncore/asynchat/smtpd issues and list them here ___ Python tracker

[issue31882] Cygwin: asyncio and asyncore test suites hang indefinitely due to bug in Cygwin

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31882] Cygwin: asyncio and asyncore test suites hang indefinitely due to bug in Cygwin

2021-10-20 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate status: open -> closed superseder: -> Cygwin is unsupported - close all open issues and list them here. ___ Python tracker

[issue37815] 'Make Test' error while trying to install Python 3.7.4 on Linux Mint

2021-10-19 Thread Zachary Ware
and steps taken to reproduce the test failure. -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue42222] Modernize integer test/conversion in randrange()

2021-10-19 Thread Łukasz Langa
Change by Łukasz Langa : -- versions: +Python 3.11 -Python 3.10 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue42222] Modernize integer test/conversion in randrange()

2021-10-19 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 574241632bd19e56ed488ee4d8999aefc6a8d7cd by Serhiy Storchaka in branch 'main': bpo-4: Improve tests for invalid argument types in randrange() (GH-29021) https://github.com/python/cpython/commit/574241632bd19e56ed488ee4d8999aefc6a8d7cd

[issue31882] Cygwin: asyncio and asyncore test suites hang indefinitely due to bug in Cygwin

2021-10-19 Thread Irit Katriel
Irit Katriel added the comment: Sorry I thought this was the same issue. Note that asyncore is deprecated now. -- resolution: out of date -> status: closed -> open ___ Python tracker

[issue31882] Cygwin: asyncio and asyncore test suites hang indefinitely due to bug in Cygwin

2021-10-19 Thread Erik Bray
Erik Bray added the comment: To my knowledge this issue is *not* fixed upstream. However, my PR no doubt needs rebasing. -- ___ Python tracker ___

[issue31885] Cygwin: socket test suites hang indefinitely due to bug in Cygwin

2021-10-19 Thread Erik Bray
Erik Bray added the comment: That person was me--I have the keys to a cygwin buildbot, but it's currently not running. I lost the urgency to make cygwin fully supported, though it's come a long way. In particular the deprecation of distutils should help nix some of the long-standing

[issue31885] Cygwin: socket test suites hang indefinitely due to bug in Cygwin

2021-10-19 Thread Irit Katriel
Irit Katriel added the comment: Thanks. Do you know whether anyone is looking at Cygwin support for cpython at the moment? Is there interest in that? -- ___ Python tracker

[issue31882] Cygwin: asyncio and asyncore test suites hang indefinitely due to bug in Cygwin

2021-10-19 Thread Irit Katriel
Irit Katriel added the comment: See discussion on issue31885. -- nosy: +iritkatriel resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue31885] Cygwin: socket test suites hang indefinitely due to bug in Cygwin

2021-10-19 Thread Erik Bray
Erik Bray added the comment: Thanks for asking. Indeed the fix to that issue was included in https://cygwin.com/git/?p=newlib-cygwin.git;a=commit;h=5ca28a0cd71436a84797d5d66831790004e0 and as Cygwin obsoletes old releases rather quickly I see no reason to keep this issue open.

[issue31885] Cygwin: socket test suites hang indefinitely due to bug in Cygwin

2021-10-18 Thread Irit Katriel
Irit Katriel added the comment: Erik, is this still relevant, given the Cygwin bug was fixed 4 years ago? -- nosy: +iritkatriel ___ Python tracker ___

[issue42222] Modernize integer test/conversion in randrange()

2021-10-18 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +27294 pull_request: https://github.com/python/cpython/pull/29021 ___ Python tracker ___

[issue42222] Modernize integer test/conversion in randrange()

2021-10-16 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 5afa0a411243210a30526c7459a0ccff5cb88494 by Raymond Hettinger in branch 'main': bpo-4: Remove deprecated support for non-integer values (GH-28983) https://github.com/python/cpython/commit/5afa0a411243210a30526c7459a0ccff5cb88494

[issue42222] Modernize integer test/conversion in randrange()

2021-10-15 Thread Raymond Hettinger
Change by Raymond Hettinger : -- pull_requests: +27270 pull_request: https://github.com/python/cpython/pull/28983 ___ Python tracker ___

[issue43725] Create a release branch ABI stability regression test

2021-10-15 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: I will add something to the devguide explaining how to do it. In any case, the RM should be ideally the one doing this because every potential ABI breakage need to be supervised by the RM (even if is a false positive). --

[issue43725] Create a release branch ABI stability regression test

2021-10-15 Thread STINNER Victor
STINNER Victor added the comment: > the dump needs to be generated in a docker container using the same compiler > version that is used in the CI I'm not used to docker and I don't know how to get a docker similar than the one used by GitHub Action. Is there a documentation somewhere giving

[issue34897] distutils test errors when CXX is not set

2021-10-14 Thread Jan Pieczkowski
Jan Pieczkowski added the comment: This issue also still affects Python versions 3.6.15 and 3.7.12 IMHO it would make sense to backport this patch to the 3.6 and 3.7 branches, especially as it only affects one line of code and doesn't seem to affect anything else, but solves the same issue

[issue45410] python -m test -jN: write stderr in stdout to get messages in order

2021-10-13 Thread STINNER Victor
STINNER Victor added the comment: New changeset 676201a59f90caace606d11d4172aa74c1cd4992 by Victor Stinner in branch 'main': bpo-45410: regrtest replaces print_warning.orig_stderr (GH-28926) https://github.com/python/cpython/commit/676201a59f90caace606d11d4172aa74c1cd4992 --

[issue45410] python -m test -jN: write stderr in stdout to get messages in order

2021-10-13 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +27215 pull_request: https://github.com/python/cpython/pull/28926 ___ Python tracker ___

[issue45410] python -m test -jN: write stderr in stdout to get messages in order

2021-10-13 Thread STINNER Victor
STINNER Victor added the comment: New changeset 773330773968f211c77abc7b5b525faa7b3c35a2 by Victor Stinner in branch 'main': bpo-45410: regrtest -W leaves stdout/err FD unchanged (GH-28915) https://github.com/python/cpython/commit/773330773968f211c77abc7b5b525faa7b3c35a2 --

[issue45410] python -m test -jN: write stderr in stdout to get messages in order

2021-10-12 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +27205 pull_request: https://github.com/python/cpython/pull/28915 ___ Python tracker ___

[issue45410] python -m test -jN: write stderr in stdout to get messages in order

2021-10-12 Thread STINNER Victor
STINNER Victor added the comment: > bpo-45410: Enhance libregrtest -W/--verbose3 option (GH-28908) Oh. Sadly, with this change, faulthandler is no longer able to dump a traceback on a crash :-( -- ___ Python tracker

[issue45410] python -m test -jN: write stderr in stdout to get messages in order

2021-10-12 Thread STINNER Victor
STINNER Victor added the comment: New changeset dbe213de7ef28712bbfdb9d94a33abb9c33ef0c2 by Victor Stinner in branch 'main': bpo-45410: Enhance libregrtest -W/--verbose3 option (GH-28908) https://github.com/python/cpython/commit/dbe213de7ef28712bbfdb9d94a33abb9c33ef0c2 --

[issue45410] python -m test -jN: write stderr in stdout to get messages in order

2021-10-12 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +27199 pull_request: https://github.com/python/cpython/pull/28908 ___ Python tracker ___

[issue45410] python -m test -jN: write stderr in stdout to get messages in order

2021-10-11 Thread STINNER Victor
STINNER Victor added the comment: Calling sys.stdout doesn't help :-( Fail at commit ce3489cfdb9f0e050bdc45ce5d3902c2577ea683: https://buildbot.python.org/all/#/builders/73/builds/788 --- 0:00:10 load avg: 7.59 [306/427/1] test_ftplib failed (env changed) Warning -- Uncaught thread exception:

[issue45410] python -m test -jN: write stderr in stdout to get messages in order

2021-10-11 Thread STINNER Victor
STINNER Victor added the comment: New changeset 1ebd798fddef51e1f6fd40a4860278a1851ac268 by Victor Stinner in branch 'main': bpo-45410: Add test.support.flush_std_streams() (GH-28885) https://github.com/python/cpython/commit/1ebd798fddef51e1f6fd40a4860278a1851ac268 --

[issue45410] python -m test -jN: write stderr in stdout to get messages in order

2021-10-11 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +27179 pull_request: https://github.com/python/cpython/pull/28885 ___ Python tracker ___

[issue45410] python -m test -jN: write stderr in stdout to get messages in order

2021-10-11 Thread STINNER Victor
STINNER Victor added the comment: Sadly, a recent build failure (at commit 560a79f94e94de66a18f2a5e4194c2fe51e2adf1) still write "Uncaught thread exception" at the top of logs: --- 0:00:11 load avg: 6.07 [315/427/1] test_ftplib failed (env changed) Warning -- Uncaught thread exception:

[issue45410] python -m test -jN: write stderr in stdout to get messages in order

2021-10-08 Thread STINNER Victor
STINNER Victor added the comment: New changeset b108db63e02797a795840152b82cab9792fd3ed2 by Victor Stinner in branch 'main': bpo-45410: libregrtest -jN writes stderr into stdout (GH-28819) https://github.com/python/cpython/commit/b108db63e02797a795840152b82cab9792fd3ed2 --

[issue45410] python -m test -jN: write stderr in stdout to get messages in order

2021-10-08 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +27138 stage: -> patch review pull_request: https://github.com/python/cpython/pull/28819 ___ Python tracker ___

[issue45410] python -m test -jN: write stderr in stdout to get messages in order

2021-10-08 Thread STINNER Victor
94 tests in 2.326s --- The Warning is logged at the beginning, it's not possible to know which test emitted this warning. I propose to write stdout and stderr of a worker process into a single pipe to keep messages order. In the past, I saw buildbot logging stderr messages in a different color

[issue44998] macOS build test failure

2021-10-05 Thread Ned Deily
ommand Line Tools and llvm from /usr/local/bin, perhaps from some package manager like Homebrew. Use one or the other; we strongly recommend building with, and only test with, the Apple-supplied tool chains from either the most Xcode or Command Line Tools release for each macOS r

[issue45332] Decimal test and benchmark are broken

2021-10-01 Thread Dong-hee Na
Dong-hee Na added the comment: Now the code is fixed. Thanks Serhiy for the report and review :) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue45332] Decimal test and benchmark are broken

2021-10-01 Thread miss-islington
miss-islington added the comment: New changeset 282992b36f9fe27183037051f3b37210884600af by Miss Islington (bot) in branch '3.10': bpo-45332: Fix broken Decimal test and benchmark (GH-28680) https://github.com/python/cpython/commit/282992b36f9fe27183037051f3b37210884600af

[issue45332] Decimal test and benchmark are broken

2021-10-01 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +27044 pull_request: https://github.com/python/cpython/pull/28681 ___ Python tracker

[issue45332] Decimal test and benchmark are broken

2021-10-01 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 9eed75fde226cec5a02301cfac1dc8039b5a183e by Dong-hee Na in branch 'main': bpo-45332: Fix broken Decimal test and benchmark (GH-28680) https://github.com/python/cpython/commit/9eed75fde226cec5a02301cfac1dc8039b5a183e

[issue45332] Decimal test and benchmark are broken

2021-10-01 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch nosy: +corona10 nosy_count: 3.0 -> 4.0 pull_requests: +27043 stage: -> patch review pull_request: https://github.com/python/cpython/pull/28680 ___ Python tracker

[issue45332] Decimal test and benchmark are broken

2021-09-30 Thread Mark Dickinson
Change by Mark Dickinson : -- nosy: +mark.dickinson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45332] Decimal test and benchmark are broken

2021-09-30 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : The test and the benchmark for the decimal module are broken in 3.10+. $ ./python Modules/_decimal/tests/deccheck.py Traceback (most recent call last): File "/home/serhiy/py/cpython/Modules/_decimal/tests/deccheck.py", line 50, in

[issue36674] "unittest.TestCase.debug" should honour "skip" (and other test controls)

2021-09-18 Thread Dieter Maurer
Dieter Maurer added the comment: Thank you for working on this issue! -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue36674] "unittest.TestCase.debug" should honour "skip" (and other test controls)

2021-09-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: See issue45238 for debug() in IsolatedAsyncioTestCase. -- ___ Python tracker ___ ___

[issue36674] "unittest.TestCase.debug" should honour "skip" (and other test controls)

2021-09-18 Thread miss-islington
miss-islington added the comment: New changeset 753f7af22e78456726496fd5d8bf38e7e6567e4e by Miss Islington (bot) in branch '3.10': bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446) https://github.com/python/cpython/commit/753f7af22e78456726496fd5d8bf38e7e6567e4e

[issue36674] "unittest.TestCase.debug" should honour "skip" (and other test controls)

2021-09-18 Thread miss-islington
miss-islington added the comment: New changeset 7e465a6b8273dc0b6cb484c65664f618afa22484 by Miss Islington (bot) in branch '3.9': bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446) https://github.com/python/cpython/commit/7e465a6b8273dc0b6cb484c65664f618afa22484

[issue36674] "unittest.TestCase.debug" should honour "skip" (and other test controls)

2021-09-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +26851 pull_request: https://github.com/python/cpython/pull/28448 ___ Python tracker ___

[issue36674] "unittest.TestCase.debug" should honour "skip" (and other test controls)

2021-09-18 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +26850 pull_request: https://github.com/python/cpython/pull/28447 ___ Python tracker

[issue36674] "unittest.TestCase.debug" should honour "skip" (and other test controls)

2021-09-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset dea59cf88adf5d20812edda330e085a4695baba4 by Serhiy Storchaka in branch 'main': bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446) https://github.com/python/cpython/commit/dea59cf88adf5d20812edda330e085a4695baba4

[issue36674] "unittest.TestCase.debug" should honour "skip" (and other test controls)

2021-09-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Since the behavior of debug() was different for the following cases: @skip('skipping') def test1(self): pass @othedecorator @skip('skipping') def test2(self): pass def test3(self): self.skipTest('skipping') I

[issue36674] "unittest.TestCase.debug" should honour "skip" (and other test controls)

2021-09-18 Thread Serhiy Storchaka
with the skipping decorator and tests using skipTest() or raising a SkipTest -- raises a SkipTest. 3. Tests actually test the skipping decorator. -- type: enhancement -> behavior versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.8 ___ Pyt

[issue36674] "unittest.TestCase.debug" should honour "skip" (and other test controls)

2021-09-18 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +26849 pull_request: https://github.com/python/cpython/pull/28446 ___ Python tracker ___

[issue42389] test_multiprocessing: @requires_hashdigest() prevents test discovery

2021-09-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Fixed in issue45042. -- nosy: +serhiy.storchaka resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Many multiprocessing tests are silently skipped since 3.9 ___ Python tracker

[issue16968] Fix test discovery for test_concurrent_futures.py

2021-09-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: test_concurrent_futures was made discoverable by Victor Stinner in issue37421. It used tearDownModule() to run threading_cleanup() and reap_children(). -- status: open -> pending ___ Python tracker

<    1   2   3   4   5   6   7   8   9   10   >