This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2018年08月14日 11:54 by michael-o, last changed 2022年04月11日 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 8828 | closed | michael-o, 2018年08月20日 07:40 | |
| PR 20804 | merged | vstinner, 2020年06月11日 13:28 | |
| PR 20805 | merged | miss-islington, 2020年06月11日 13:48 | |
| PR 20806 | merged | miss-islington, 2020年06月11日 13:48 | |
| Messages (7) | |||
|---|---|---|---|
| msg323508 - (view) | Author: Michael Osipov (michael-o) * | Date: 2018年08月14日 11:54 | |
Regex in test_gdb.py needs to be changed and test can continue, though will be skipped due to old version. |
|||
| msg323679 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2018年08月17日 22:12 | |
Why did you put '[SOLUTION]' in the title? We do not use such conventions, and you provide no solution. Why did you mark this as 'crash'? What is the actual failure? |
|||
| msg323727 - (view) | Author: Michael Osipov (michael-o) * | Date: 2018年08月18日 18:51 | |
My bad, I initially had attached a patch as you can see, but will turn that into a PR on GitHub on Monday. That's why I had that label, but removed the patch. It doesn't crash, it is rather a behavior/regex issue in the test. Thanks for pointing out. Will get to you with a solution on Monday. |
|||
| msg371281 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2020年06月11日 13:48 | |
New changeset b2dca49ca3769cb60713f5c2b43e5d5bbdc1f9c7 by Victor Stinner in branch 'master': bpo-34401: Fix test_gdb for HP GDB version string (GH-20804) https://github.com/python/cpython/commit/b2dca49ca3769cb60713f5c2b43e5d5bbdc1f9c7 |
|||
| msg371282 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2020年06月11日 13:52 | |
Thanks Michael Osipov for the fix! It's already merged into the master branch and will be merged into 3.8 and 3.9 branches as soon as the CI tests pass on the two backport PRs. I don't think that it's worth it to backport the fix to 3.7: this branch is close to move to security fixes only. I prefer to reduce any risk of regression. |
|||
| msg371283 - (view) | Author: miss-islington (miss-islington) | Date: 2020年06月11日 14:07 | |
New changeset 5b8e3a533560c39eb40b2fb950d2b14caacfaf6a by Miss Islington (bot) in branch '3.8': bpo-34401: Fix test_gdb for HP GDB version string (GH-20804) https://github.com/python/cpython/commit/5b8e3a533560c39eb40b2fb950d2b14caacfaf6a |
|||
| msg371284 - (view) | Author: miss-islington (miss-islington) | Date: 2020年06月11日 14:08 | |
New changeset 2f46c65071c5528ce143bd02786f8fe94fe65d1f by Miss Islington (bot) in branch '3.9': bpo-34401: Fix test_gdb for HP GDB version string (GH-20804) https://github.com/python/cpython/commit/2f46c65071c5528ce143bd02786f8fe94fe65d1f |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:59:04 | admin | set | github: 78582 |
| 2020年06月11日 14:08:34 | miss-islington | set | messages: + msg371284 |
| 2020年06月11日 14:07:43 | miss-islington | set | messages: + msg371283 |
| 2020年06月11日 13:52:12 | vstinner | set | status: open -> closed versions: + Python 3.9, Python 3.10, - Python 3.6, Python 3.7 messages: + msg371282 resolution: fixed stage: patch review -> resolved |
| 2020年06月11日 13:48:26 | miss-islington | set | pull_requests: + pull_request20002 |
| 2020年06月11日 13:48:21 | miss-islington | set | nosy:
+ miss-islington pull_requests: + pull_request20001 |
| 2020年06月11日 13:48:07 | vstinner | set | messages: + msg371281 |
| 2020年06月11日 13:28:50 | vstinner | set | nosy:
+ vstinner pull_requests: + pull_request20000 |
| 2018年08月21日 09:03:49 | michael-o | set | versions: + Python 3.6, Python 3.8 |
| 2018年08月20日 07:40:35 | michael-o | set | stage: patch review pull_requests: + pull_request8307 |
| 2018年08月18日 18:51:53 | michael-o | set | type: crash -> behavior messages: + msg323727 title: [SOLUTION] Make test_gdb work on HP-UX -> Make test_gdb work on HP-UX |
| 2018年08月17日 22:12:00 | terry.reedy | set | nosy:
+ terry.reedy messages: + msg323679 |
| 2018年08月16日 14:46:03 | michael-o | set | files: - test_gdb.patch |
| 2018年08月15日 11:53:27 | michael-o | set | title: [solution] Make test_gdb work on HP-UX -> [SOLUTION] Make test_gdb work on HP-UX |
| 2018年08月14日 12:40:23 | michael-o | set | title: Make test_gdb work on HP-UX -> [solution] Make test_gdb work on HP-UX |
| 2018年08月14日 12:01:14 | michael-o | set | type: crash |
| 2018年08月14日 11:54:16 | michael-o | create | |