Skip to content

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Oct 2, 2025

@bedevere-app bedevere-app bot added tests Tests in the Lib/test dir awaiting core review labels Oct 2, 2025
@vstinner
Copy link
Member Author

vstinner commented Oct 2, 2025

The test is skipped since 2011, since commit 7cd94a1:

commit 7cd94a1e232b3af6ab6df363336907fc4bce53f6
Author: Eli Bendersky <eliben@gmail.com>
Date:   Sat Jul 23 15:00:31 2011 +0300

    Issue #11049: skip a test that fails on some buildbots

See the buildbot failure: https://bugs.python.org/issue11049#msg140934

@vstinner vstinner added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Oct 2, 2025
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @vstinner for commit 2dff5cd 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F139499%2Fmerge

If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Oct 2, 2025
@vstinner
Copy link
Member Author

vstinner commented Oct 2, 2025

Oh ok, the test fails (on buildbots) when the --junit-xml option is used:

FAIL: test_get_original_stdout (test.test_support.TestSupport.test_get_original_stdout)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/pull_request.itamaro-centos-aws.nogil/build/Lib/test/test_support.py", line 100, in test_get_original_stdout
    self.assertEqual(support.get_original_stdout(), sys.stdout)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'> != <_io.StringIO object at 0x200018a4c90>

@vstinner vstinner added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Oct 2, 2025
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @vstinner for commit e2e6a8c 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F139499%2Fmerge

If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Oct 2, 2025
@vstinner vstinner merged commit 9bf6965 into python:main Oct 2, 2025
79 of 88 checks passed
@vstinner vstinner deleted the reenable_orig_stdout branch October 2, 2025 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants