Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deactivate automatic upload of the docs to python.org, they will now be ↵ | Georg Brandl | 2010-03-12 | 1 | -5/+6 |
| | | | | built by a job on that machine. | ||||
* | Fix inadvertent checkin of debug line. | R. David Murray | 2010-01-07 | 1 | -1/+1 |
| | |||||
* | Add -W to the 'basics', 'opt', and 'all' test runs so that we get verbose | R. David Murray | 2010-01-07 | 1 | -4/+4 |
| | | | | information if a failure happens. | ||||
* | Update doc build step. | Georg Brandl | 2010-01-03 | 1 | -19/+3 |
| | |||||
* | r77152 to Doc/Makefile broke doc build due to (at least some) make | Kurt B. Kaiser | 2010-01-03 | 1 | -3/+3 |
| | | | | | | | binaries running clean prereq after checkout. 1. So, fix the insane make call in build.sh - seems to solve it. 2. Fix a missing redirection. 3. Check in the rsync opts that actually work during upload. | ||||
* | 1. Clean workspace more thoughly before build. | Kurt B. Kaiser | 2009-07-27 | 1 | -6/+18 |
| | | | | | | 2. Add url of branch we are building to 'results' webpage. (url is now available in $repo_path, could be added to failure email.) 3. Adjust permissions to improve upload reliability. | ||||
* | Issue 6032: fix refleaks in test_urllib2_localnet. | Collin Winter | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | see if this helps the doc builds | Benjamin Peterson | 2009-04-06 | 1 | -0/+1 |
| | |||||
* | remove temporary code now | Benjamin Peterson | 2009-01-09 | 1 | -4/+0 |
| | |||||
* | Make sure to checkout any new packages | Neal Norwitz | 2009-01-05 | 1 | -1/+1 |
| | |||||
* | Add temporary code to fix the automatic doc build failure. | Georg Brandl | 2009-01-03 | 1 | -0/+4 |
| | |||||
* | Update the version to 2.7. Hopefully this fixes the test_distutils failure | Neal Norwitz | 2008-10-03 | 1 | -1/+1 |
| | |||||
* | Use the actual blacklist of leaky tests | Neal Norwitz | 2008-08-24 | 1 | -1/+1 |
| | |||||
* | Ignore a couple more tests that report leaks inconsistently. | Neal Norwitz | 2008-08-24 | 1 | -1/+1 |
| | |||||
* | test_httpservers has unpredictable refcount behavior. | Georg Brandl | 2008-05-19 | 1 | -1/+1 |
| | |||||
* | test_smtplib sometimes reports leaks too, suppress it | Neal Norwitz | 2008-03-05 | 1 | -1/+1 |
| | |||||
* | Use -u urlfetch to run more tests | Neal Norwitz | 2008-03-05 | 1 | -3/+3 |
| | |||||
* | Tabs -> spaces | Neal Norwitz | 2008-03-05 | 1 | -13/+13 |
| | |||||
* | Two new functions: | Skip Montanaro | 2008-02-15 | 1 | -3/+25 |
| | | | | | | | | * place_summary_first copies the regrtest summary to the front of the file making it easier to scan quickly for problems. * count_failures gets the actual count of the number of failing tests, not just a 1 (some failures) or 0 (no failures). | ||||
* | Ignore leaky warnings from test_asynchat | Neal Norwitz | 2008-02-03 | 1 | -1/+1 |
| | |||||
* | Split the refleak mail body into two parts, the first being those failing | Skip Montanaro | 2008-02-02 | 1 | -3/+14 |
| | | | | | | tests which are deemed more important issues, the second those which are known to have difficult to solve problems and are generally expected to leak. Hopefully this doesn't break the script... | ||||
* | Update the leaky tests (ie, ignore these tests if they report leaks). This ↵ | Neal Norwitz | 2008-02-02 | 1 | -1/+1 |
| | | | | version has been running for a while. | ||||
* | Update the tools before building the docs | Neal Norwitz | 2007-08-17 | 1 | -1/+1 |
| | |||||
* | Try to make the comment a little clearer. | Neal Norwitz | 2007-08-16 | 1 | -3/+4 |
| | |||||
* | Support the new doc system. | Neal Norwitz | 2007-08-16 | 1 | -4/+8 |
| | |||||
* | urllib2_localnet says it leaks probably due to threads. So ignore it. | Neal Norwitz | 2007-06-15 | 1 | -2/+1 |
| | | | | | popen2 is also complaining probably for similar reasons. make install always reports failure, so don't mail in this case. | ||||
* | Mail if there is an installation failure. | Neal Norwitz | 2007-06-01 | 1 | -0/+1 |
| | |||||
* | Don't ever report a failure when the sum of the reference count differences | Neal Norwitz | 2007-05-11 | 1 | -1/+1 |
| | | | | | | | are zero. This should help reduce the false positives. The message about references leaking is maintained to provide as much info as possible rather than simply suppressing the message at the source. | ||||
* | Verify changes to the trunk go to the normal checkins list | Neal Norwitz | 2007-05-07 | 1 | -1/+0 |
| | |||||
* | There really are some tests that are problematic. | Neal Norwitz | 2007-04-29 | 1 | -1/+1 |
| | |||||
* | Add an optional address to copy the failure mails to. | Neal Norwitz | 2007-04-20 | 1 | -3/+20 |
| | | | | | | | | | Detect a conflict in the only file that should have outstanding changes when this script is run. This doesn't matter on the trunk, but does when run on a branch. Trunk always has the date set to today in boilerplate.tex. Each time a release is cut with a different date, a conflict occurs. (We could copy a known good version, but then we would lose changes to this file.) | ||||
* | More version wibble | Neal Norwitz | 2006-08-18 | 1 | -1/+1 |
| | |||||
* | Hmm, only python2.x is installed, not plain python. Did that change recently? | Neal Norwitz | 2006-07-26 | 1 | -0/+4 |
| | |||||
* | Try again: test unimportant change to verify buildbot does not try to build | Neal Norwitz | 2006-06-27 | 1 | -0/+1 |
| | |||||
* | Test unimportant change to verify buildbot does not try to build | Neal Norwitz | 2006-06-27 | 1 | -1/+0 |
| | |||||
* | Instead of doing a make test, run the regression tests out of the installed | Neal Norwitz | 2006-06-27 | 1 | -5/+17 |
| | | | | | | copy. This will hopefully catch problems where directories are added under Lib/ but not to Makefile.pre.in. This breaks out the 2 runs of the test suite with and without -O which is also nicer. | ||||
* | Prevent spurious leaks when running regrtest.py -R. There may be more | Neal Norwitz | 2006-06-18 | 1 | -1/+1 |
| | | | | | | | | issues that crop up from time to time, but this change seems to have been pretty stable (no spurious warnings) for about a week. Other modules which use threads may require similar use of threading_setup/threading_cleanup from test_support. | ||||
* | At least test_threading_local doesn't leak any more. | Tim Peters | 2006-04-18 | 1 | -1/+1 |
| | |||||
* | test_cmd_line should not leak any more, ensure an empty reflog file exists ↵ | Neal Norwitz | 2006-04-17 | 1 | -1/+3 |
| | | | | if no leaks are found | ||||
* | Update comments and the skip list, maybe some of these tests don't | Neal Norwitz | 2006-04-12 | 1 | -3/+10 |
| | | | | | | | | | | | | report failures, we'll see. Skip certain hopeless tests: compiler and logging. compiler will likely always show varying leaks since it doesn't work on a defined set of modules unless -u compiler is specified. But that takes forever (we only run with -u network currently). logging causes hangs when running with -R. | ||||
* | Hopefully this makes test_urllib2 have inconsistent leak results | Neal Norwitz | 2006-04-06 | 1 | -1/+1 |
| | |||||
* | I don't think we know of any tests that really leak anymore | Neal Norwitz | 2006-04-06 | 1 | -2/+2 |
| | | | | (other than those in leakers). | ||||
* | Update/expand on comments about leaking tests. | Neal Norwitz | 2006-03-17 | 1 | -4/+5 |
| | |||||
* | Ignore ctypes leaks, but add a test case so we do not forget. | Neal Norwitz | 2006-03-17 | 1 | -1/+1 |
| | |||||
* | Ignore leaks from the socket test too. Sigh, this list is getting long. :-( | Neal Norwitz | 2006-03-06 | 1 | -1/+1 |
| | |||||
* | Add test_quopri to know spurious leakers | Neal Norwitz | 2006-03-03 | 1 | -1/+1 |
| | |||||
* | Spell threading write, not thraeading | Neal Norwitz | 2006-03-02 | 1 | -1/+1 |
| | |||||
* | Ignore the tests which report leaks sporadically. | Neal Norwitz | 2006-02-19 | 1 | -3/+8 |
| | | | | | | | | This should cause few enough spurious warnings to send to python-checkins now. If a test leaks that is not in the ignore list (LEAKY_TESTS), all tests which leak will be reported. This includes those in the ignore list. Hopefully that will prompt someone to fix the flakiness. | ||||
* | Find test failures consistently | Neal Norwitz | 2006-02-15 | 1 | -2/+2 |
| | |||||
* | Support 2.4 (released versions) better. (rsync was not working with adding ↵ | Neal Norwitz | 2006-02-14 | 1 | -2/+4 |
| | | | | the *. Only some files/dirs were copied, not everything.) |