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 2011年03月14日 23:04 by robquad, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| test_cgitb.diff | robquad, 2011年03月14日 23:04 | review | ||
| Messages (6) | |||
|---|---|---|---|
| msg130926 - (view) | Author: Robbie Clemons (robquad) | Date: 2011年03月14日 23:04 | |
Added a test suite for cgitb that provides 75% test coverage according to coverage.py. |
|||
| msg139910 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2011年07月06日 00:16 | |
New changeset 7e0102ec95d4 by Brian Curtin in branch 'default': Fix #11512. Add an initial test suite for the cgitb, providing 75% coverage. http://hg.python.org/cpython/rev/7e0102ec95d4 New changeset f362f0053eab by Brian Curtin in branch 'default': Normalize whitespace for #11512 fix. http://hg.python.org/cpython/rev/f362f0053eab |
|||
| msg139913 - (view) | Author: Brian Curtin (brian.curtin) * (Python committer) | Date: 2011年07月06日 00:21 | |
Sorry it took so long to get to this - thanks a lot for the patch, Robbie! |
|||
| msg140024 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2011年07月08日 11:58 | |
Not sure this is related, but test_robotparser has started failing on one of the buildbots after this change: http://www.python.org/dev/buildbot/all/builders/AMD64%20Gentoo%20Wide%203.x/builds/2070 |
|||
| msg140029 - (view) | Author: Robbie Clemons (robquad) | Date: 2011年07月08日 14:28 | |
Pretty sure it has nothing to do with the new cgitb test. Apparently testPasswordProtectedSite (test.test_robotparser.NetworkTestCase) uses website http://mueblesmoraleda.com to run it's test and that site is currently down. On Fri, Jul 8, 2011 at 7:58 AM, Antoine Pitrou <report@bugs.python.org> wrote: > > Antoine Pitrou <pitrou@free.fr> added the comment: > > Not sure this is related, but test_robotparser has started failing on one of the buildbots after this change: > http://www.python.org/dev/buildbot/all/builders/AMD64%20Gentoo%20Wide%203.x/builds/2070 > > ---------- > nosy: +pitrou > > _______________________________________ > Python tracker <report@bugs.python.org> > <http://bugs.python.org/issue11512> > _______________________________________ > |
|||
| msg140039 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2011年07月08日 19:37 | |
> Pretty sure it has nothing to do with the new cgitb test. Apparently > testPasswordProtectedSite (test.test_robotparser.NetworkTestCase) uses > website http://mueblesmoraleda.com to run it's test and that site is > currently down. Indeed. It's actually related to that + the fact that this particular buildbot uses OpenDNS. Fixed in 71fed8437db1 and friends. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:14 | admin | set | github: 55721 |
| 2011年07月08日 19:37:31 | pitrou | set | messages: + msg140039 |
| 2011年07月08日 14:28:49 | robquad | set | messages: + msg140029 |
| 2011年07月08日 11:58:26 | pitrou | set | nosy:
+ pitrou messages: + msg140024 |
| 2011年07月06日 00:21:17 | brian.curtin | set | status: open -> closed resolution: fixed messages: + msg139913 stage: patch review -> resolved |
| 2011年07月06日 00:16:54 | python-dev | set | nosy:
+ python-dev messages: + msg139910 |
| 2011年05月24日 16:28:58 | r.david.murray | set | nosy:
+ r.david.murray |
| 2011年05月24日 15:48:27 | petri.lehtinen | set | nosy:
+ petri.lehtinen |
| 2011年03月15日 02:13:54 | brian.curtin | set | keywords:
+ needs review assignee: brian.curtin versions: + Python 3.1, Python 2.7, Python 3.2, Python 3.3 nosy: brian.curtin, robquad stage: patch review |
| 2011年03月14日 23:04:51 | robquad | create | |