Serge Gautherie
54852013b8
Bug 482598 - Requesting a tinderbox for Mac with --enable-accessibility; (Jv1) Remove previously forced leak threshold; (no review)
2009-06-22 03:09:00 +02:00
Dave Townsend
5a42acf9bd
Backed out temporary logging changeset 9a72a7036822
2009-06-13 10:10:36 +01:00
Dave Townsend
9d958bd7d7
Bug 486489: Turn on url-classifier logging to track down the leak. r=ted
2009-06-12 15:51:37 +01:00
Ted Mielczarek
d577e133a0
bug 483062 - figure out how to get crash stacks from xpcshell tests. r=bsmedberg
...
--HG--
extra : rebase_source : 70355805b7f71c016eaa7aaea1d1916a23316b8a
2009-05-11 15:54:39 -04:00
Serge Gautherie
3ede13b3f3
Bug 482598 - Requesting a tinderbox for Mac with --enable-accessibility; (Bv1) Force a leak threshold for test suite; r=jwalden+bmo
2009-04-21 00:26:03 +02:00
Serge Gautherie
5b59ab94b7
Bug 484231 - A Mochitest crashdump turns the waterfall orange but misses to |TinderboxPrint|; (Bv1) runtests.py.in: return |status| instead of |0|, and 3 (unrelated) nits; r=jwalden+bmo
2009-04-10 12:30:32 +02:00
Ted Mielczarek
1224be6335
bug 485436 - work around OS X 10.4 xpcshell bustage with smarter default setting in runtests.py. r=waldo
2009-04-06 07:33:27 -04:00
Joe Drew
fe96e2bb0f
Remove runtests.py.in change from d3c2bf145fb8, accidentally committed.
2009-03-17 17:22:24 -04:00
Joe Drew
8dda864ce7
Bug 479328 and bug 481753 - Ensure imgRequest always knows when it's in the cache, and doesn't try to do cache manipulation when it isn't. Also, fix redirect handling to not simply invalidate the cache entry. r=vlad, sr=bzbarsky
2009-03-17 17:07:16 -04:00
Benjamin Smedberg
20761ed12c
Bug 481732 - Check for crash minidumps in unit tests and dump them, if the MINIDUMP_STACKWALK path is set in the environment, r=ted
2009-03-10 13:36:14 -04:00
Serge Gautherie
b5a0c2c171
Bug 469518 - Enable Reftest leak log in tinderbox (log); (Bv1b) Move leak log parsing code to automation.py.in from runtests.py.in; r=jwalden+bmo
2009-03-09 21:00:55 +01:00
Ben Turner
1eb9c6e1e4
Bug 480279 - 'Allow mochitests to launch under a debugger or valgrind'. r=waldo.
2009-03-06 15:28:20 -08:00
Serge Gautherie
a463893576
Bug 480077 - automation.py.in : additional fix to bug 472706 for |runApp()| return value(s); (Bv1a) Replace external times by internal duration ++; r=jwalden+bmo
2009-03-05 19:01:39 +01:00
Serge Gautherie
7692e41dee
Bug 475085 - Mochitest leakThreshold should default to 0; (Av1) Set global default to 0 from infinity; r=jwalden+bmo
2009-02-25 16:25:05 +01:00
Ted Mielczarek
f35cef1bfc
bug 468913 - Need a Makefile target to run reftest. r=dbaron,bsmedberg,jwalden
2009-02-12 08:49:53 -05:00
Ted Mielczarek
e2b921b2c4
bug 460515 - Remove assumption that xpcshell etc in same directory as app executable. r=jwalden
2009-02-09 13:57:27 -05:00
bjarne@runitsoft.com
6775ed1289
Bug 464191 - ssltunnel process persists after Mochitest run. r=jwalden, a=testingonlychange
2009-01-12 11:23:28 -08:00
Shawn Wilsher
52d28021fc
Bug 473845 - Break a potential cycle with XPConnect and mozStroageService
...
This changeset removes a cycle that gets created between XPConnect and the
storage service. This accomplishes this by releasing the cached reference to
XPConnect during xpcom-shutdown.
This was the last remaining leak of the browser-chrome test harness, so this
also sets the leak threshold to zero for that test.
r=bent
2009-01-21 16:52:16 -05:00
Dave Townsend
4ece783901
Bug 435743: Increase expected browser-chrome leaks to compensate for bug 473802. r=ted
2009-01-21 13:18:33 +00:00
Jeff Walden
4b2b76afc3
Sigh, last time this broke wasn't just a passing anomaly. Backed out changeset 82a1d612dde8
2009-01-18 20:12:32 -08:00
bjarne@runitsoft.com
8dc9d2655f
Bug 464191 - ssltunnel process persists after Mochitest run. r=jwalden
2009-01-12 11:23:28 -08:00
Jeff Walden
bb2f8a63c0
Backed out changeset a2018012b3ee, may have broken tree (in an inscrutable way, unlike last time :-( )
2009-01-15 17:16:35 -08:00
bjarne@runitsoft.com
a6d5325344
Bug 464191 - ssltunnel process persists after Mochitest run. r=jwalden
2009-01-12 11:23:28 -08:00
Honza Bambas
1aef966496
Bug 456001 - Need automated testing for SSL client auth, r=jwalden
2009-01-15 20:19:15 +01:00
Robert Sayre
51b4968b79
bug 472706 - add better profiling input for spidermonkey in PGO builds. r=ted
...
--HG--
rename : modules/libpr0n/test/unit/image3.ico => build/pgo/favicon.ico
2009-01-13 07:34:19 -05:00
Jeff Walden
856d6ce00d
Backed out changeset a12bffb28598; it's in the way of other backouts that need to happen.
2009-01-12 12:36:00 -08:00
bjarne@runitsoft.com
a987cd6742
Bug 464191 - ssltunnel process persists after Mochitest run. r=jwalden
2009-01-12 11:23:28 -08:00
Jeff Walden
6eb92a1258
Bug 469509 - runtests.py.in : don't print leak lines for classes that aren't leaked. r=ted
2009-01-08 16:52:07 -08:00
Serge Gautherie
cd2f845675
Bug 460548 - Port |Bug 450983 - use leakThreshold for SeaMonkey testers| to Firefox; (Bv1) Reduce |browserChrome| to 72500 from 75000; blanket-r=ted.mielczarek
2009-01-06 17:07:05 +01:00
arno renevier
281ac7d485
bug 470415 - call exanduser on mochitest logfile argument. r=ted
2008-12-19 15:01:37 +01:00
Justin Dolske
4db34b6af7
Revert part of bug 460548, increasing the leak to 75000 again.
2008-12-17 14:21:36 -08:00
Serge Gautherie
1daf5bdff5
Bug 469444 - steps.py : MozillaA11YTest misses __init__() and evaluateCommand(); (Av1) Explicitly set default leakThreshold to 0 in runtests.py.in; r=ted.mielczarek
2008-12-13 22:02:18 +01:00
Serge Gautherie
826a8aa5cb
Bug 460548 - Port |Bug 450983 - use leakThreshold for SeaMonkey testers| to Firefox; (Bv1) Reduce |browserChrome| to 74000 from 75000; r=ted.mielczarek
...
(Relanding after unrelated backout.)
2008-12-11 16:09:47 +01:00
Robert Sayre
59c551b355
backout bug 460548, checked in on persistent orange.
2008-12-11 02:41:46 -08:00
Serge Gautherie
2e2907d583
Bug 460548 - Port |Bug 450983 - use leakThreshold for SeaMonkey testers| to Firefox; (Bv1) Reduce |browserChrome| to 74000 from 75000; r=ted.mielczarek
2008-12-11 02:29:25 +01:00
Serge Gautherie
5064a3f71b
Bug 460548 - Port |Bug 450983 - use leakThreshold for SeaMonkey testers| to Firefox; (Av1) Reduce |browserChrome| to 75000 from Infinity; r=ted.mielczarek
2008-11-20 19:09:33 +01:00
Serge Gautherie
6af163ea33
Bug 456275 - In (Brief/Full) log of (test) builds, remind leak threshold on known leak too; Av2a; r=ted.mielczarek
2008-10-22 01:16:39 +02:00
Serge Gautherie
cc9293182d
Bug 456275 - In (Brief/Full) log of (test) builds, remind leak threshold on known leak too
...
(Av2) sync and extend
2008-10-21 02:47:51 +02:00
Serge Gautherie
b657de5fd0
Bug 460382 - Linux Firefox test boxes don't error on mochitest leaks; (Av1) No leaks on Linux too; r=ted.mielczarek
2008-10-18 04:36:50 +02:00
Justin Dolske
e756d38b0b
Bug 456894 - runtests.py can't handle negative leaks. r=dbaron, r=ted
2008-10-10 14:44:35 -07:00
Ted Mielczarek
f911263bd3
bug 417516 - add top level Makefile targets to run test suites. add targets for mochitest. r=bsmedberg
2008-07-27 13:06:58 -04:00
Nick Thomas
5331b6454e
Bug 443090 - Unify unittest failures (runtests leaks part) p=ted.mielczarek, r=sayrer
2008-07-16 17:49:32 +12:00
Ted Mielczarek
c945a32ec3
make runtests.py --log-file handle relative pathnames. r=sayrer (no bug)
2008-07-01 15:16:05 -04:00
Jeff Walden
6c8b3dd131
Bug 435376 - Start making leaks fatal when running tests in setups where we don't leak. r=sayrer
2008-05-22 15:08:41 -04:00
jwalden@mit.edu
3930d06d0d
Bug 431900 - Add a commandline flag to make assertions fatal, for easy use in tinderbox scripts and the like, especially if we eventually set up a run of all the tests that don't trigger assertions and then run them with this argument specified. r=sayrer, a=testonlychange
2008-05-06 10:40:41 -07:00
jwalden@mit.edu
f8373a6267
Bug 428758 - Clean up runtests.py help messages: move log options into the individual log-level arguments, use custom variables instead of autogenerated ones for --foo=FOO, so FOO is more concise for a bunch of different foo. Also remove the restriction that --file-level must be provided if --log-file is provided by giving a default (we only use that default if a log file is specified). r=testingonlychange
2008-04-14 16:21:25 -07:00
dveditz@cruzio.com
129f246aa1
fixing test bustage from restrictions imposed by bug 292789 (chrome://mochikit needs contentaccessible=yes). r=gavin
2008-04-12 18:31:00 -07:00
jwalden@mit.edu
1c4851e089
Bug 418009 - Make runtests.py properly handle stdout for both the server and the application processes, rather than just sitting on the server output and hoping it doesn't grow 'too large'. This may fix some of the problems that were plaguing the PGO box that was using runtests.py a few days ago, and it should fix hangs numerous people have seen running Mochitests lately, where the server process decides to spew gobs of output about stuff being leaked. r=robcee
2008-04-07 22:18:45 -07:00
ajschult@verizon.net
61a2e3db3b
Bug 424501: disable gnome bug-buddy dialog from runtests, r=waldo
2008-03-22 09:44:57 -07:00
mnyromyr@tprac.de
bbb6a2610a
Bug 423035: can't run single chrome/a11y test automatically; r=Waldo
2008-03-18 12:57:22 -07:00