Граф коммитов

375 Коммитов

Автор SHA1 Сообщение Дата
Doug Turner d5d9b5d57d Backed out changeset 7f2b90c30b79. May have caused unit tests to fail. 2008-07-23 17:49:34 -07:00
Ted Mielczarek 379d96ea75 bug 417516 - add top level Makefile targets to run test suites. add targets for mochitest. r=bsmedberg 2008-07-23 15:01:37 -04:00
Andrew Schultz 09ce9b84cb Bug 442125: check Date.now() to try to diagnose focus failures. r=ted 2008-07-23 13:32:30 -04:00
Andrew Schultz 7aec8416db Bug 442125: Attempt to fix focus test failures, add more info to message if it still fails. r=ted 2008-07-22 00:27:57 -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
Nick Thomas 0462dedc8e Bug 443090 - Unify unittest failures (browser chrome and mochitest part) p=ted.mielczarek, r=gavin.sharp 2008-07-16 17:43:15 +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
Ted Mielczarek bc57203170 bug 417943 - remove runtests.pl. r=sayrer 2008-06-26 18:07:50 -04:00
Kai Engert 1cba856f00 Backout bug 428009 2008-06-18 14:30:29 +02:00
Kai Engert 16c2ea6cda One more bustage fix for 428009, if this fails we'll back out 2008-06-18 14:00:27 +02:00
Kai Engert 73422e1bab Bug 428009, hook up ssltunnel to mochitest
Patch contributed by Honza Bambas
r=jwalden, r=kaie
2008-06-18 11:44:19 +02:00
Jeff Walden 6169f85c2a Bug 428009 - Update the HTTP server to require a *correct* host be specified with it, not just *a* host via an absolute URI as Request-URI or a specified Host header. This also gives request handlers proper details about the location to which the request was targeted. r=biesi on the raw socket usage in the test code, r=ted on the build changes, r=sayrer on the server changes 2008-06-07 02:43:15 -04:00
Kai Engert 1f9be78b2f Bug 429178 - "ssltunnel fails to build in system-nspr / system-nss environments" [p=kaie@kuix.de (Kai Engert) r=luser/ted sr=bsmedberg] 2008-06-04 01:31:28 -05: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
ajschult@verizon.net c4ff3c86e2 Bug 431464: TestRunner should try to ensure focus, r=sayrer 2008-05-07 14:45:13 -07:00
alqahira@ardisson.org 84acd72844 Bug 420659 - initial Mochitest support for running Camino. r=jwalden, a=test-only, Camino-only 2008-05-06 10:52:26 -07: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
gavin@gavinsharp.com 1d1145ef8b Bug 431713: show EULA by default on first run of Firefox on Linux, and add override for unit test/talos machines to avoid it there, r=mconnor, a=mconnor 2008-05-05 13:43:44 -07:00
jwalden@mit.edu 5129e1075c Don't use a reserved word as a variable name; r=itslikeatypo, a=testonlychange 2008-05-03 18:19:16 -07:00
sayrer@gmail.com f7992a993e Bug 386526. Fix packed copy of MochiKit DOM node creation. npotb, a=dsicore 2008-04-30 10:17:33 -07:00
bent.mozilla@gmail.com 7953a7582e Bug 379959. Patch by Jonas Sicking <jonas@sicking.cc>. r+sr=bz, a=damons. 2008-04-28 16:56:07 -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
gavin@gavinsharp.com dceef468ff Decrease load check intervals for this test, and increase the general browser-chrome test timeout (bug 428330) to try and avoid 'random' failures 2008-04-11 22:28:04 -07:00
mozilla@weilbacher.org 4b33c4bf3c fix linebreaks in Makefile.in from bug 426867 to unbreak OS/2 build (test only code) 2008-04-10 22:58:04 -07:00
jwalden@mit.edu c8ac58d3cd Fix line endings and don't break OS/2, NPOTB. 2008-04-10 16:46:11 -07:00
ted.mielczarek@gmail.com 1aa614598b bug 426867 - ssl proxy for mochitest. r=sayrer/kaie (test only code) 2008-04-09 08:30:54 -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
enndeakin@sympatico.ca 364c8ebc66 Bug 416390, context-click on listbox does not select item, also increases size of test frame, r=neil 2008-04-01 14:21:54 -07:00
reed@reedloden.com 0ad848ba3c Bug 423787 - "XUL test template has typo in comment" [p=manish@flock.com (Manish Singh) r=sayrer] 2008-03-28 23:45:45 -07:00
ajschult@verizon.net 63f1f97a8a backing out bug 424501 to verify it doesn't /cause/ firefox to crash 2008-03-22 17:04:36 -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
jwalden@mit.edu 3bfed4504a Bug 405570 - Replace redirects in test for bug 403331 with a test-specific redirection page, now that the HTTP server supports server-side scripts -- the less test harness infrastructure we have, the easier it is to understand and support. r=me as a trivial change, a=testonlychange 2008-03-20 15:58:41 -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
jwalden@mit.edu 31bc14fe74 Add a bunch of forgotten |false| parameters to setHeader calls in httpd.js server handlers; no functionality change because absence defaulted to false. No bug, test-only set of trivial changes so self-reviewing... 2008-03-18 10:42:39 -07:00
gavin@gavinsharp.com 8abfb6bd27 Bug 423382: float('Inf') doesn't work everywhere, use 1.0e3000 instead, r=jwalden 2008-03-17 06:06:16 -07:00
jwalden@mit.edu b47865bc15 Bug 423235 - Make leak detection always run but only be fatal if the threshold is exceeded, for better leak visibility when --leak-threshold isn't specified; also removes the need for me to maintain a --leak-threshold=0 local change without committing it. r=sayrer, a=testonlychange 2008-03-15 21:11:44 -07:00
jwalden@mit.edu 4813a215eb Revert a local change that isn't be ready yet -- need tinderboxen doing leak tests before we can actually make this change, sigh. 2008-03-15 17:52:18 -07:00
jwalden@mit.edu bb58cd9898 Bug 423106 - runtests.py doesn't do anything with --browser-arg. r=ted 2008-03-15 15:48:08 -07:00
dolske@mozilla.com 01a7a06324 Bug 423033 - mochitest should ignore non-existent files. r=waldo, a=testonly 2008-03-14 18:12:05 -07:00
gavin@gavinsharp.com d5346bce27 Bug 420955: make Error Console show chrome errors by default in testing profile, r=sayrer. Also port change from bug 420630 to runtests.pl.in 2008-03-04 14:12:06 -08:00
jwalden@mit.edu e1764ba64b Make $objdir/_tests/testing/mochitest/runtests.py runnable from any directory, not just $objdir/_tests/testing/mochitest/. r=sayrer, NPOTB and all that anyway 2008-03-02 20:05:22 -08:00
jwalden@mit.edu 5ed687d40a Bug 420154 - Print finer-grained leak info in runtests.py than just pass/fail and a table, and don't fall over when --leak-threshold is used in a build without refcount logging (just print a warning). r=sayrer 2008-02-29 19:40:45 -08:00
kairo@kairo.at ad6d250ce4 bug 419826 - Make browser mochitests run on SeaMonkey, r=gavin 2008-02-28 13:36:30 -08:00
jwalden@mit.edu fd85179740 Bug 417075 - Update postMessage and MessageEvent to reflect domain/uri being replaced by origin, optional origin argument. r+sr=sicking, a=beltzner 2008-02-26 19:48:54 -08:00
jwalden@mit.edu cca670e58a Bug 419339 - Followup to change an error condition (which should never be hit) to use ERROR FAIL instead of FAIL in the error message, to trigger the right log-scraping behavior. 2008-02-24 18:59:04 -08:00
jwalden@mit.edu 89ffda6073 Bug 419339 - Add an argument to runtests.py to specify the maximum allowable number of RLk-style bytes to be leaked, defaulting to any leaks allowable for now. Tinderboxen will need to pick up the extra argument and provide sane values until we can eradicate all leaks, at which point we can change the default to 0 to always check. r=sayrer 2008-02-24 16:54:31 -08:00
reed@reedloden.com 86a707487d Bug 418173 - "runtests.pl needs to do case insensitive expanding on windows" (Make the regex case insensitive) [p=bugspam.Callek@gmail.com (Justin Wood [Callek]) r=Waldo a1.9=beltzner] 2008-02-22 03:19:54 -08:00
sayrer@gmail.com d08cbc4698 Bug 418772. PGO scripts and input. r=ted.mielczarek. 2008-02-21 13:08:39 -08:00
reed@reedloden.com 86d25b07f2 Bug 381956 - "xpcshell doesn't exit after closing browser window when running Mochitest" [p=sylvain.pasche@gmail.com (Sylvain Pasche) r+a1.9=sayrer] 2008-02-20 02:07:04 -08:00