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

43 Коммитов

Автор SHA1 Сообщение Дата
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 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
sayrer@gmail.com d08cbc4698 Bug 418772. PGO scripts and input. r=ted.mielczarek. 2008-02-21 13:08:39 -08:00
surkov.alexander@gmail.com 9716a7ff9e Bug 416553 - option to run accessibility tests, r=rcampbell 2008-02-14 02:32:21 -08:00
surkov.alexander@gmail.com 18d28cab1a Back out bug 416553 2008-02-13 23:33:19 -08:00
surkov.alexander@gmail.com 0f7c15d44d Bug 416553 - option to run accessibility tests, r=rcampbell 2008-02-13 22:20:01 -08:00
ajschult@verizon.net 96fbc3c648 Bug 416570: runtests should not pull in bookmarks chrome, r=sayrer 2008-02-11 21:03:09 -08:00
ajschult@verizon.net d570990712 Bug 416775: runtests.py prints lots of newlines after app exits, r=Waldo 2008-02-11 20:30:18 -08:00
jwalden@mit.edu 7bde7a6362 Bug 416917 - Python runtests doesn't work for me, "Cannot initialize the application correctly". This might or might not fix the problem, but it should be harmless otherwise, and it works fine on OS X. r=sayrer 2008-02-11 20:12:55 -08:00
jwalden@mit.edu 6e8c7256eb Bug 414812 - document.domain = "0.0.1" on a page on 127.0.0.1 should not work. r=dwitte, sr=jst, a=schrep 2008-02-07 12:58:56 -08:00
reed@reedloden.com 8ee2d3aea9 Bug 414532 - "Mochitest broken on Cygwin" [p=honzab@allpeers.com (Honza Bambas) r=Waldo (test-only stuff)] 2008-02-06 13:30:24 -08:00
jwalden@mit.edu 937a8e7ee6 Fix a typo in runtests.py.in which flat-out prevents --browser-chrome from working, r=me as trivial, a=test-only, NPOTB, etc. 2008-02-03 17:15:24 -08:00
jwalden@mit.edu 238a0d1770 Bug 411007 - Rewrite runtests.pl.in in Python (but don't start using it yet). This version will eventually replace the Perl version; developer testing of all functionality on all platforms is highly appreciated until we can completely remove the Perl version. r=robcee, a=test-harness-work 2008-01-28 19:48:34 -08:00
roc+@cs.cmu.edu 0054412272 Bug 374866. Reftests for text-transform. r=dbaron 2007-03-22 16:01:14 -07:00
jwalden%mit.edu 2a4043db1d 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 17:40:41 +00:00
jwalden%mit.edu 3c544bb2ff 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 23:21:25 +00:00
dveditz%cruzio.com b0b4033bb6 fixing test bustage from restrictions imposed by bug 292789 (chrome://mochikit needs contentaccessible=yes). r=gavin 2008-04-13 01:31:00 +00:00
jwalden%mit.edu 8490110ef4 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-08 05:18:45 +00:00
ajschult%verizon.net 3ce467d097 Bug 424501: disable gnome bug-buddy dialog from runtests, r=waldo 2008-03-22 16:44:57 +00:00
mnyromyr%tprac.de c10561d94f Bug 423035: can't run single chrome/a11y test automatically; r=Waldo 2008-03-18 19:57:22 +00:00
gavin%gavinsharp.com 33f03cb7b6 Bug 423382: float('Inf') doesn't work everywhere, use 1.0e3000 instead, r=jwalden 2008-03-17 13:06:16 +00:00
jwalden%mit.edu c67f461495 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-16 04:11:44 +00:00
jwalden%mit.edu 11523f621e 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-16 00:52:18 +00:00
jwalden%mit.edu 99a79d6fdb Bug 423106 - runtests.py doesn't do anything with --browser-arg. r=ted 2008-03-15 22:48:08 +00:00
jwalden%mit.edu 9291db37cb 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-03 04:05:22 +00:00
jwalden%mit.edu a1b7c47dc8 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-03-01 03:40:45 +00:00
kairo%kairo.at 6accfa81a8 bug 419826 - Make browser mochitests run on SeaMonkey, r=gavin 2008-02-28 21:36:30 +00:00
jwalden%mit.edu 602855a4b5 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-25 02:59:04 +00:00
jwalden%mit.edu 2e3aa1128d 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-25 00:54:31 +00:00
sayrer%gmail.com 8bdff201c0 Bug 418772. PGO scripts and input. r=ted.mielczarek. 2008-02-21 21:08:40 +00:00
surkov.alexander%gmail.com f43ba250fc Bug 416553 ��� option to run accessibility tests, r=rcampbell 2008-02-14 10:32:23 +00:00
surkov.alexander%gmail.com c673da21c5 Back out bug 416553 2008-02-14 07:33:20 +00:00
surkov.alexander%gmail.com 5f21eff5f3 Bug 416553 ��� option to run accessibility tests, r=rcampbell 2008-02-14 06:20:03 +00:00
ajschult%verizon.net d27cacd407 Bug 416570: runtests should not pull in bookmarks chrome, r=sayrer 2008-02-12 05:03:09 +00:00
ajschult%verizon.net 0e895bce21 Bug 416775: runtests.py prints lots of newlines after app exits, r=Waldo 2008-02-12 04:30:18 +00:00
jwalden%mit.edu 269a4ec92e Bug 416917 - Python runtests doesn't work for me, "Cannot initialize the application correctly". This might or might not fix the problem, but it should be harmless otherwise, and it works fine on OS X. r=sayrer 2008-02-12 04:12:55 +00:00
jwalden%mit.edu 7723fcf9fb Bug 414812 - document.domain = "0.0.1" on a page on 127.0.0.1 should not work. r=dwitte, sr=jst, a=schrep 2008-02-07 20:58:57 +00:00
reed%reedloden.com f3f04a6849 Bug 414532 - "Mochitest broken on Cygwin" [p=honzab@allpeers.com (Honza Bambas) r=Waldo (test-only stuff)] 2008-02-06 21:30:24 +00:00
jwalden%mit.edu af6e5651d7 Fix a typo in runtests.py.in which flat-out prevents --browser-chrome from working, r=me as trivial, a=test-only, NPOTB, etc. 2008-02-04 01:15:24 +00:00
jwalden%mit.edu 22781c49e5 Bug 411007 - Rewrite runtests.pl.in in Python (but don't start using it yet). This version will eventually replace the Perl version; developer testing of all functionality on all platforms is highly appreciated until we can completely remove the Perl version. r=robcee, a=test-harness-work 2008-01-29 03:48:34 +00:00