summaryrefslogtreecommitdiffstats
path: root/Misc/build.sh
Commit message (Collapse)AuthorAgeFilesLines
* At least test_threading_local doesn't leak any more.Tim Peters2006-04-181-1/+1
|
* test_cmd_line should not leak any more, ensure an empty reflog file exists ↵Neal Norwitz2006-04-171-1/+3
| | | | if no leaks are found
* Update comments and the skip list, maybe some of these tests don'tNeal Norwitz2006-04-121-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 resultsNeal Norwitz2006-04-061-1/+1
|
* I don't think we know of any tests that really leak anymoreNeal Norwitz2006-04-061-2/+2
| | | | (other than those in leakers).
* Update/expand on comments about leaking tests.Neal Norwitz2006-03-171-4/+5
|
* Ignore ctypes leaks, but add a test case so we do not forget.Neal Norwitz2006-03-171-1/+1
|
* Ignore leaks from the socket test too. Sigh, this list is getting long. :-(Neal Norwitz2006-03-061-1/+1
|
* Add test_quopri to know spurious leakersNeal Norwitz2006-03-031-1/+1
|
* Spell threading write, not thraeadingNeal Norwitz2006-03-021-1/+1
|
* Ignore the tests which report leaks sporadically.Neal Norwitz2006-02-191-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 consistentlyNeal Norwitz2006-02-151-2/+2
|
* Support 2.4 (released versions) better. (rsync was not working with adding ↵Neal Norwitz2006-02-141-2/+4
| | | | the *. Only some files/dirs were copied, not everything.)
* Be a little less sensitive to failures. Only check for the result fromNeal Norwitz2006-02-091-1/+1
| | | | | | regrtest.py. If we grep for just "fail", that finds bsddb deadlock messages, which presumably are just warnings. They don't cause a test failure.
* refresh every 12 hours for crazy people like me that keep the page upNeal Norwitz2006-01-161-1/+5
|
* Dammit, who the hell spells build with ii?Neal Norwitz2006-01-031-1/+1
| | | | Thanks to Tony Meyer for spotting my boo-boo.
* install svn in /usr/local/bin and remove from ~/local/binNeal Norwitz2006-01-031-3/+1
|
* get the proper full pathname of the script. spell build properlyNeal Norwitz2006-01-021-3/+3
|
* * Change tabs to spacesNeal Norwitz2006-01-021-8/+8
| | | | | * Enable network tests when hunting for leaks * Disable curses and audio tests properly when running -u all
* Script to automatically build and test python and doc. The resultsNeal Norwitz2006-01-021-0/+192
are copied up to docs.python.org/dev Needs lots more work. Feel free to add code, fixes, or FIXME comments.