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

[3.13] gh-119050: Add XML support to libregrtest refleak checker (GH-119148) by miss-islington · Pull Request #119270 · python/cpython · GitHub

/ cpython Public

[3.13] gh-119050: Add XML support to libregrtest refleak checker (GH-119148) - #119270

Merged
vstinner merged 1 commit into
python:3.13from
miss-islington:backport-9257731-3.13
May 20, 2024
Merged

[3.13] gh-119050: Add XML support to libregrtest refleak checker (GH-119148)#119270
vstinner merged 1 commit into
python:3.13from
miss-islington:backport-9257731-3.13

Conversation

miss-islington commented May 20, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

regrtest test runner: Add XML support to the refleak checker
(-R option).

  • run_unittest() now stores XML elements as string, rather than
    objects, in support.junit_xml_list.
  • runtest_refleak() now saves/restores XML strings before/after
    checking for reference leaks. Save XML into a temporary file.
    (cherry picked from commit 9257731)

Co-authored-by: Victor Stinner vstinner@python.org

…onGH-119148)

regrtest test runner: Add XML support to the refleak checker
(-R option).

* run_unittest() now stores XML elements as string, rather than
  objects, in support.junit_xml_list.
* runtest_refleak() now saves/restores XML strings before/after
  checking for reference leaks. Save XML into a temporary file.
(cherry picked from commit 9257731)

Co-authored-by: Victor Stinner <vstinner@python.org>
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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL