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

62 Коммитов

Автор SHA1 Сообщение Дата
Ted Mielczarek a2f28bc235 Bug 421611 - Need to be able to run tests on arbitrary build - add packaging bits for xpcshell. r=bsmedberg
--HG--
rename : intl/strres/tests/397093.properties => intl/strres/tests/unit/397093.properties
rename : intl/strres/tests/strres.properties => intl/strres/tests/unit/strres.properties
2009-03-21 11:20:00 -04:00
Doug Turner d53f328fd6 Bug 478911. better geolocation mochitests. r=ctalbert/jmaher 2009-03-14 21:03:21 -07:00
Ted Mielczarek ad8ea71fa1 bug 476163 - consolidate makefile cruft for generating automation.py. r=bsmedberg
--HG--
rename : build/pgo/automation.py.in => build/automation.py.in
2009-02-12 08:49:53 -05:00
Ted Mielczarek a818620cc3 bug 421611 - need to be able to run tests on an arbitrary build. add a package target for mochitest. r=bsmedberg 2009-02-02 08:53:24 -05:00
Honza Bambas ddfb48ade1 Bug 470963 - stop copying build/pgo/certs to the objdir, r=ted.mielczarek 2009-01-18 22:44:43 +01:00
Honza Bambas 2762f1425c Backcing out bug 470963, again... 2009-01-18 22:15:15 +01:00
Honza Bambas 119967994b Bug 470963 - stop copying build/pgo/certs to the objdir, r=ted.mielczarek 2009-01-18 21:39:45 +01:00
Honza Bambas 5665a119db Backing out bug 470963 2009-01-18 15:44:37 +01:00
Honza Bambas e65b7a02b2 Bug 470963 - stop copying build/pgo/certs to the objdir, r=ted.mielczarek 2009-01-18 15:20:48 +01:00
Igor Bukanov 6fcb58cfde bug 473167 - increase the maximum time chrome scripts are allowed to run in the debug builds. r=ted.mielczarek 2009-01-12 18:15:12 +01:00
Andreas Gal 0ed29ffe71 Backed out changeset adbe8e4b21dc due to tinderbox failures/timeouts (453157). 2009-01-05 16:22:42 -08:00
Andrei Saprykin 7fa88d7222 bug 453157 - watchdog thread as an alternative to operation count. r=myself,mrbkap 2009-01-05 22:09:23 +01:00
Igor Bukanov 1be18366d0 Backed out changeset 2d5e6b1c7254 - busted the WINNT 5.1 talos tracemonkey. 2008-12-23 19:24:09 +01:00
Andrei Saprykin 3904690ef1 bug 453157 - watchdog thread as an alternative to operation count. r=igor,mrbkap 2008-12-23 16:12:11 +01:00
Igor Bukanov 4f7bde3258 Backed out changeset 7184e014cd05 - the patch for bug 453157 bursted tgfx test on Windows. 2008-12-21 21:49:06 +01:00
Andrei Saprykin 901ce359f0 bug 453157 - watchdog thread as an alternative to operation count 2008-12-21 17:16:09 +01:00
Mark Finkle 8a4be68a6c Bug 465823: Allow XULRunner apps to use Mochitest in 1.9.1, r=ted, NPOTB 2008-12-05 11:52:25 -05:00
Igor Bukanov 6df2c28a81 Backed out changeset 700ae4e59496 - bug 453157 caused talos oranges. CLOSED TREE 2008-11-24 11:36:44 +01:00
Andrei Saprykin 0b710bc2a8 bug 453157 - watchdog thread as an alternative to operation counting, r=igor,mrbkap a19b2=beltzner (CLOSED TREE) 2008-11-24 00:15:46 +01:00
Igor Bukanov d0ab0dff95 Backed out changeset 04cecb0ec24c to see if it fixes tinderbox oranges. CLOSED TREE 2008-11-22 16:33:09 +01:00
Andrey Saprykin 8935dca1ec bug 453157 - using watchdog thread as an alternative to the operation count. r=igor,mrbkap a19b2=beltzner (CLOSED TREE) 2008-11-22 01:53:37 +01:00
Honza Bambas f8b2d55810 Bug 459699 - stop running certutil at build time, make developers run it when adding new SSL domains to server-locations.txt; r=ted.mielczarek 2008-10-21 17:50:38 +02:00
Honza Bambas 2ce34f6aa1 Bug 455813 - Windows PGO builds fail when --disable-tests is set; v2; ted.mielczarek 2008-09-28 22:27:51 +02:00
Ted Mielczarek f4576958c6 bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg 2008-09-09 13:59:11 -04:00
Ted Mielczarek de4076fdfa bug 428009 - bustage fix for the --disable-tests case 2008-09-05 13:40:35 -04:00
Honza Bambas 920710e910 bug 428009 - hook up ssltunnel to mochitest. r=waldo,kaie 2008-09-05 09:35:58 -04:00
Ben Newman f925fe3a96 Bug 437361. Propagate exceptions from showModalDialog's guts to script as needed instead of dropping them on the floor. r+sr=bzbarsky 2008-07-28 22:52:53 -07: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
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
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
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
jag@tty.nl 92c5733e52 Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep 2008-02-09 02:37:42 -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 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
bugzilla@standard8.plus.com 40fc4733b8 Bug 399492 Allow Mochitests (runtest.pl) to start/run with apps other than Firefox. r/a=sayrer 2007-10-12 05:25:06 -07:00
gavin@gavinsharp.com eb70193d3a Bug 375469: new test framework to run tests in the browser window scope, r=sayrer 2007-07-09 09:24:15 -07:00
axel@pike.org 6ccf922cb5 bug 361583, start using Preprocessor.py instead of preprocessor.pl in building Minefield, r=bsmedberg 2007-04-11 09:35:01 -07:00
roc+@cs.cmu.edu 0054412272 Bug 374866. Reftests for text-transform. r=dbaron 2007-03-22 16:01:14 -07:00
alqahira%ardisson.org dd3da5681c Bug 420659 - initial Mochitest support for running Camino. r=jwalden, a=test-only, Camino-only 2008-05-06 17:52:26 +00:00
ted.mielczarek%gmail.com e18cd7c3ef bug 426867 - ssl proxy for mochitest. r=sayrer/kaie (test only code) 2008-04-09 15:30:55 +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