FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.12] GH-94438: Fix RuntimeWarning for jump tests in test_sys_settrace (GH-111341) by miss-islington · Pull Request #111369 · python/cpython · GitHub

/ cpython Public

[3.12] GH-94438: Fix RuntimeWarning for jump tests in test_sys_settrace (GH-111341) - #111369

Merged
brandtbucher merged 1 commit into
python:3.12from
miss-islington:backport-a254120-3.12
Oct 26, 2023
Merged

[3.12] GH-94438: Fix RuntimeWarning for jump tests in test_sys_settrace (GH-111341)#111369
brandtbucher merged 1 commit into
python:3.12from
miss-islington:backport-a254120-3.12

Conversation

miss-islington commented Oct 26, 2023
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

(cherry picked from commit a254120)

Co-authored-by: Tian Gao gaogaotiantian@hotmail.com

pythonGH-111341)

(cherry picked from commit a254120)

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
bedevere-app Bot mentioned this pull request Oct 26, 2023
3 tasks
bedevere-app Bot added awaiting review tests Tests in the Lib/test dir labels Oct 26, 2023
brandtbucher self-assigned this Oct 26, 2023
brandtbucher enabled auto-merge (squash) October 26, 2023 18:48
brandtbucher merged commit a70b2cd into python:3.12 Oct 26, 2023

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot wasm32-emscripten node (pthreads) 3.12 has failed when building commit a70b2cd.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/1146/builds/394) and take a look at the build logs.
  4. Check if the failure is related to this commit (a70b2cd) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/1146/builds/394

Failed tests:

  • test_fileio

Failed subtests:

  • testErrnoOnClosedTruncate - test.test_fileio.CAutoFileTests.testErrnoOnClosedTruncate

Summary of the results of the build (if available):

==

Click to see traceback logs
Traceback (most recent call last):
  File "/opt/buildbot/bcannon-wasm/3.12.bcannon-wasm.emscripten-node-pthreads/build/Lib/test/test_fileio.py", line 274, in wrapper
    self.assertEqual(e.errno, errno.EBADF)
AssertionError: 28 != 8


Traceback (most recent call last):
  File "/opt/buildbot/bcannon-wasm/3.12.bcannon-wasm.emscripten-node-pthreads/build/Lib/test/test_fileio.py", line 272, in wrapper
    func(self, f)
  File "/opt/buildbot/bcannon-wasm/3.12.bcannon-wasm.emscripten-node-pthreads/build/Lib/test/test_fileio.py", line 302, in testErrnoOnClosedTruncate
    f.truncate(0)
OSError: [Errno 28] Invalid argument

miss-islington deleted the backport-a254120-3.12 branch January 2, 2026 18:05
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

4 participants


Back | FazBrowse Home | New Git URL