Message299207
| Author | Devin Jeanpierre |
|---|---|
| Recipients | Devin Jeanpierre, alex, brett.cannon, christian.heimes, gregory.p.smith, terry.reedy |
| Date | 2017-07-26.04:35:59 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1501043759.86.0.64844280942.issue29505@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I think they misspoke, it's normal with fuzzing to test against master. The current draft of the code runs this git pull before building/launching any tests:
git clone --depth 1 https://github.com/python/cpython.git cpython
Speaking of which, I forgot to update this bug thread with the followup PR to actually run CPython's fuzz tests (when they exist): https://github.com/google/oss-fuzz/pull/731. That's where I grabbed the git clone statement from. I think that will be merged after some version of PR 2878 lands in CPython (still in code review / broken).
For Python 2 I guess it's different, and we will test against the 2.7 branch, right? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-07-26 04:35:59 | Devin Jeanpierre | set | recipients: + Devin Jeanpierre, brett.cannon, terry.reedy, gregory.p.smith, christian.heimes, alex |
| 2017-07-26 04:35:59 | Devin Jeanpierre | set | messageid: <1501043759.86.0.64844280942.issue29505@psf.upfronthosting.co.za> |
| 2017-07-26 04:35:59 | Devin Jeanpierre | link | issue29505 messages |
| 2017-07-26 04:35:59 | Devin Jeanpierre | create | |