Issue 24398: Update test_capi to use test.support.script_helper
Created on 2015-06-06 18:13 by bobcatfish, last changed 2022-04-11 14:58 by admin.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue24398.patch | aidin36, 2016-10-11 17:58 | review | ||
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 30912 | open | sobolevn, 2022-01-26 08:53 | |
| Messages (4) | |||
|---|---|---|---|
| msg244923 - (view) | Author: Christie (bobcatfish) * | Date: 2015-06-06 18:13 | |
As described in Issue9517, many test modules do not make use of the helpers in script_helpers.py to invoke the python interpreter in a subprocess. Issue9517 will be broken down into several smaller issues so we can address smaller change sets. This issue is to update test_capi.py to use script_helpers.py. |
|||
| msg244931 - (view) | Author: Christie (bobcatfish) * | Date: 2015-06-06 22:04 | |
I can't seem to get test_no_FatalError_infinite_loop to fail - I tried reverting the fix that this was verifying, but the test still passed and no infinite loop to be seen. I'm wondering if this is because I can't reproduce it on a mac. |
|||
| msg278339 - (view) | Author: Aidin Gharibnavaz (aidin36) | Date: 2016-10-09 04:18 | |
I am working on this issue. |
|||
| msg278499 - (view) | Author: Aidin Gharibnavaz (aidin36) | Date: 2016-10-11 17:58 | |
I tested the patch locally, on my Gnu/Linux machine, and it seems fine. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:17 | admin | set | github: 68586 |
| 2022-01-28 22:44:18 | sobolevn | set | nosy:
+ iritkatriel |
| 2022-01-26 08:53:17 | sobolevn | set | nosy:
+ sobolevn pull_requests:
+ pull_request29091 |
| 2022-01-25 10:24:35 | iritkatriel | set | versions: + Python 3.11, - Python 3.6 |
| 2016-10-11 17:58:22 | aidin36 | set | files:
+ issue24398.patch keywords: + patch messages: + msg278499 |
| 2016-10-09 04:18:19 | aidin36 | set | nosy:
+ aidin36 messages: + msg278339 |
| 2016-05-20 17:16:04 | berker.peksag | link | issue9517 dependencies |
| 2016-05-20 17:13:15 | berker.peksag | set | keywords:
+ easy type: enhancement components: + Tests stage: needs patch |
| 2015-06-06 22:04:24 | bobcatfish | set | messages: + msg244931 |
| 2015-06-06 18:13:52 | bobcatfish | create | |