Neal Norwitz
f2fcfa31dc
More version wibble
2006-08-18 06:14:52 +00:00
Neal Norwitz
9815f8b252
Hmm, only python2.x is installed, not plain python. Did that change recently?
2006-07-26 04:00:18 +00:00
Neal Norwitz
0a903ac301
Try again: test unimportant change to verify buildbot does not try to build
2006-06-27 04:26:30 +00:00
Neal Norwitz
1da7384e34
Test unimportant change to verify buildbot does not try to build
2006-06-27 04:23:06 +00:00
Neal Norwitz
524b59bf7c
Instead of doing a make test, run the regression tests out of the installed
...
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.
2006-06-27 04:09:13 +00:00
Neal Norwitz
9602cc2aa4
Prevent spurious leaks when running regrtest.py -R. There may be more
...
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.
2006-06-18 19:35:01 +00:00
Tim Peters
0969e8ad4e
At least test_threading_local doesn't leak any more.
2006-04-18 03:02:10 +00:00
Neal Norwitz
0f77da36e9
test_cmd_line should not leak any more, ensure an empty reflog file exists if no leaks are found
2006-04-17 01:48:41 +00:00
Neal Norwitz
ee6d23e500
Update comments and the skip list, maybe some of these tests don't
...
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.
2006-04-12 05:56:00 +00:00
Neal Norwitz
5102c4e385
Hopefully this makes test_urllib2 have inconsistent leak results
2006-04-06 08:00:20 +00:00
Neal Norwitz
a1f9b7f50f
I don't think we know of any tests that really leak anymore
...
(other than those in leakers).
2006-04-06 07:58:59 +00:00
Neal Norwitz
770a800967
Update/expand on comments about leaking tests.
2006-03-17 04:52:38 +00:00
Neal Norwitz
ddda855337
Ignore ctypes leaks, but add a test case so we do not forget.
2006-03-17 04:45:38 +00:00
Neal Norwitz
4dc4a8401a
Ignore leaks from the socket test too. Sigh, this list is getting long. :-(
2006-03-06 23:04:04 +00:00
Neal Norwitz
26f55a1473
Add test_quopri to know spurious leakers
2006-03-03 00:43:06 +00:00
Neal Norwitz
e88d0a5d8a
Spell threading write, not thraeading
2006-03-02 07:51:44 +00:00
Neal Norwitz
f415d5f830
Ignore the tests which report leaks sporadically.
...
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.
2006-02-19 18:48:19 +00:00
Neal Norwitz
79415523d6
Find test failures consistently
2006-02-15 06:07:32 +00:00
Neal Norwitz
88b78d8cd4
Support 2.4 (released versions) better. (rsync was not working with adding the *. Only some files/dirs were copied, not everything.)
2006-02-14 08:14:16 +00:00
Neal Norwitz
bd3490abdb
Be a little less sensitive to failures. Only check for the result from
...
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.
2006-02-09 05:08:56 +00:00
Neal Norwitz
b896759931
refresh every 12 hours for crazy people like me that keep the page up
2006-01-16 04:37:22 +00:00
Neal Norwitz
02c408d580
Dammit, who the hell spells build with ii?
...
Thanks to Tony Meyer for spotting my boo-boo.
2006-01-03 02:18:01 +00:00
Neal Norwitz
a39f0572e6
install svn in /usr/local/bin and remove from ~/local/bin
2006-01-03 00:33:50 +00:00
Neal Norwitz
d3a5867c0b
get the proper full pathname of the script. spell build properly
2006-01-02 23:22:41 +00:00
Neal Norwitz
d19a4d47c6
* Change tabs to spaces
...
* Enable network tests when hunting for leaks
* Disable curses and audio tests properly when running -u all
2006-01-02 22:10:10 +00:00
Neal Norwitz
461aa5bbfc
Script to automatically build and test python and doc. The results
...
are copied up to docs.python.org/dev
Needs lots more work. Feel free to add code, fixes, or FIXME comments.
2006-01-02 20:07:16 +00:00