Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 26, 2023

(cherry picked from commit a254120)

Co-authored-by: Tian Gao [email protected]

@bedevere-app bedevere-app bot mentioned this pull request Oct 26, 2023
3 tasks
@bedevere-app bedevere-app bot added awaiting review tests Tests in the Lib/test dir labels Oct 26, 2023
@brandtbucher brandtbucher self-assigned this Oct 26, 2023
@brandtbucher brandtbucher enabled auto-merge (squash) October 26, 2023 18:48
@brandtbucher brandtbucher merged commit a70b2cd into python:3.12 Oct 26, 2023
25 checks passed
@bedevere-bot
Copy link

⚠️⚠️⚠️ 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

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