Message294964
| Author | vstinner |
|---|---|
| Recipients | serhiy.storchaka, vstinner |
| Date | 2017-06-01.20:46:18 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1496349978.92.0.0935072948585.issue29512@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Serhiy: "I don't understand how issue30523 and issue30540 can help to resolve this issue." - issue30523 produces a list of all test methods - issue30540 allows to pass a file to filter tests - attached bisect_test.py takes an input file produced by --list-tests and uses --matchfile to run tests Example of usage: ./python bisect_test.py test_tools tests bisect -n 5 * bisect -R 3:3 on test_tools * tests contains the list of test identifiers to test_tools * write result into the file "bisect" * stop bisection when there is 5 tests or less |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-06-01 20:46:18 | vstinner | set | recipients: + vstinner, serhiy.storchaka |
| 2017-06-01 20:46:18 | vstinner | set | messageid: <1496349978.92.0.0935072948585.issue29512@psf.upfronthosting.co.za> |
| 2017-06-01 20:46:18 | vstinner | link | issue29512 messages |
| 2017-06-01 20:46:18 | vstinner | create | |