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

1321 Коммитов

Автор SHA1 Сообщение Дата
ajschult@verizon.net 61a2e3db3b Bug 424501: disable gnome bug-buddy dialog from runtests, r=waldo 2008-03-22 09:44:57 -07:00
rhelmer@mozilla.com b9e6f74eb8 back out workaround b=401327 2008-03-21 14:06:21 -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
bzbarsky@mit.edu ab225e37f9 Adding test dir 2008-03-19 17:47:50 -07:00
bhearsum@mozilla.com 24d7e67000 bug 422122: remove ka locale from 2.0.0.3 and 2.0.0.2 on mac. r=rhelmer, patch=me 2008-03-19 10:30:37 -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
nrthomas@gmail.com 26a432dfe1 Bug 394046, update for major update between 2.0.0.12 and 3.0b4, r=rhelmer 2008-03-17 14:03:47 -07:00
mrbkap@gmail.com b9d70a48f3 Ensure that CanPropagate and CreateContextStackFor are consistent. bug 423373, r+sr=sicking a=beltzner 2008-03-17 13:24:00 -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
jay@mozilla.org bd9f3bca95 version bump 2008-03-13 16:44:23 -07:00
jay@mozilla.org 55df1f0c5e minor change to fix radio button issue in setup wizard 2008-03-13 16:42:21 -07:00
bclary@bclary.com b567b8c469 Sisyphus - support MOZ_CO_FLAGS, MOZ_CO_DATE bug 422481, r=rcampbell 2008-03-13 12:26:43 -07:00
cltbld e3e3490e6c "Automated configuration bump, release for firefox 2.0.0.13rc1" 2008-03-12 13:20:22 -07:00
jay@mozilla.org f4095bb0ef bumped version and added Help tab content 2008-03-10 15:31:59 -07:00
gavin@gavinsharp.com d358444f24 Bug 421715: canvas crash passing undefined to putImageData, r+a=vlad 2008-03-10 00:35:37 -07:00
cltbld 04da19ff4d "Automated configuration bump, release for firefox 3.0b4rc2" 2008-03-08 03:31:51 -08:00
jay@mozilla.org 5150e0fae3 updated install.rdf with AMO friendly maxversion and no updateurl 2008-03-07 15:42:21 -08:00
ctalbert@mozilla.com 5aca019529 bug 415849 QAX notification settings should be hidden for now r=jay 2008-03-06 20:05:56 -08:00
mats.palmgren@bredband.net 2ea9200435 Don't notify when setting text from within the constructor. b=420429 r+sr=jonas a=blocking1.9 2008-03-04 23:14:42 -08:00
ctalbert@mozilla.com 9dd9dcb139 bug 414056 Allow Minotaur to run back to back r=alice 2008-03-04 15:16:55 -08:00
ctalbert@mozilla.com 24a34011d9 bug 416049 Minotaur needs better output r=alice 2008-03-04 14:52:05 -08:00
anodelman@mozilla.com c9790bdd51 Bug 416922 - per-test timeout in talos allow timeouts to be created per-test, but set a default if they are not specified p=anodelman, r=rhelmer 2008-03-04 14:46:25 -08: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
cltbld e6c04368a5 "Automated configuration bump, release for firefox 3.0b4rc1" 2008-03-04 12:43:25 -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
anodelman@mozilla.com cd4d633e32 Bug 417313 - graphs.mozilla.org having trouble keeping up adding timestamps around sending data to the graph server a=anodelman, r=rhelmer 2008-02-26 17:03:42 -08:00
jay@mozilla.org c07b3ff546 updated install.rdf with AMO friendly maxversion and no updateurl 2008-02-26 16:06:27 -08:00
ctalbert@mozilla.com b64c2657a5 Changing install.rdf vesion to 0.1.8 for QAC (no bug) r=jay 2008-02-25 13:04:43 -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
ctalbert@mozilla.com 760f1b8888 bug 393348 - QAC fix, r=jay 2008-02-22 16:43:50 -08:00
bclary@bclary.com 6126ead6af Siyphus - checkout by date foobar, bug 419027 2008-02-22 05:25:23 -08:00
bclary@bclary.com f34d3f5593 Siyphus - ah crap timeout foobar, bug 419026 2008-02-22 05:21:43 -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
ctalbert@mozilla.com 8aad989b09 bug 413742 addressing nit, r=alice 2008-02-20 15:04:43 -08:00
ctalbert@mozilla.com 7a92e13481 Bug 413742 Improve handling for URLs with spaces in minotaur r=alice 2008-02-20 14:47:31 -08:00
bclary@bclary.com 07966dbf08 Sisyphus - timed_run.py should flush stdout before terminating process, bug 418474, r=coop 2008-02-20 06:05:25 -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
cltbld 47b50efa9d "Automated configuration bump, release for thunderbird 2.0.0.12rc1" 2008-02-18 04:00:33 -08:00
cltbld 78bf4300be "Automated configuration bump, release for thunderbird 2.0.0.12rc1" 2008-02-18 03:51:32 -08:00
cltbld 69ede29cc2 "Automated configuration bump, release for thunderbird 2.0.0.12rc1" 2008-02-18 03:45:10 -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
jay@mozilla.org 68f5f26893 *** empty log message *** 2008-02-12 15:03:26 -08:00
jay@mozilla.org 54081ef35b [Bug 393440] Added QMO logo to Add-ons manager and bumped version to 0.1.7 2008-02-12 15:02:13 -08:00
jwalden@mit.edu a47dd0e742 Enable SJS functionality in Mochitests, for server-side scripting of responses. a=testonlychange 2008-02-12 11:40:59 -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
anodelman@mozilla.com 93d053500d Bug 413398 - Talos --debug option adding text to tinderboxprint lines a=anodelman r=rcampbell 2008-02-11 15:30:17 -08:00
smontagu@smontagu.org d93c8b3a99 Testcase for bug 416721 2008-02-11 08:48:25 -08:00
bclary@bclary.com c62534169e Sisyphus - allow environment variable overrides for several variables, no bug, not part of the build 2008-02-09 23:23:22 -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
jruderman@hmc.edu 1115126e1c Move test out of a directory that is doomed for removal 2008-02-08 01:00:21 -08:00
jay@mozilla.org 9ebdfa8595 [Bug 415822] - Clean up QAX Install Wizard + more UI fixes 2008-02-07 15:14:32 -08:00
cltbld 87c795cef4 "Automated configuration bump, release for firefox 3.0b3rc3" 2008-02-07 14:20:41 -08:00
rhelmer@mozilla.com c69a619f9d clobber 3.0b3 rc2 line 2008-02-07 14:20:18 -08:00
ctalbert@mozilla.com 0a1ca63b2e bug 416032 - expanding minotaur search URL checking r=Pike 2008-02-07 13:15:16 -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
ajschult@verizon.net e2bfc4b826 Bug 416074: TestRunner attempts to log after closing the log, r+a=sayrer 2008-02-06 23:18:45 -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
bclary@bclary.com 02c3393115 Improve Sisyphus error handling, bug 415911, not part of the build 2008-02-06 12:00:53 -08:00
cltbld 08f4ee6896 "Automated configuration bump, release for firefox 3.0b3rc2" 2008-02-06 01:28:11 -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
cltbld d1902241ba "Automated configuration bump, release for firefox 2.0.0.12rc4" 2008-02-02 07:17:52 -08:00
nrthomas@gmail.com 16e2f372cf Bug 414327, remove verify config for 2.0.0.11->.12 ahead of .12rc4, p=rhelmer, r=nthomas 2008-02-02 02:05:58 -08:00
jay@mozilla.org 6f93272ed7 [Bug 397573] - Make QAX resizeable + other UI fixes 2008-02-01 17:02:53 -08:00
cltbld 5c405d5914 "Automated configuration bump, release for firefox 2.0.0.12rc3" 2008-02-01 10:02:06 -08:00
rhelmer@mozilla.com 459638c06d remove auto-config bump for rc3 b=414327 r=nthomas 2008-02-01 10:01:39 -08:00
ctalbert@mozilla.com 6d629123dc QAX bug 413760 r=jay 2008-01-29 17:48:11 -08:00
jwalden@mit.edu dcb3f1b5ce Bug 387706 - Implement HTML5's cross-document messaging API (postMessage), enabling secure cross-origin communication between windows. r+sr=sicking, sr=jst, a=jst 2008-01-29 17:31:29 -08:00
cltbld 98cdbd0d05 "Automated configuration bump, release for firefox 2.0.0.12rc1" 2008-01-29 07:26:26 -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
anodelman@mozilla.com 2dcfa49160 Bug 413714 - cleanup talos display on tinderbox bustage fix for tinderbox print statements disappearing on the waterfall a/r=anodelman 2008-01-28 13:38:16 -08:00
anodelman@mozilla.com 6fb4a88ef0 Bug 413714 - cleanup talos displays on tinderbox Bustage fix, trying to append float to string without str() a/r=anodelman 2008-01-28 12:43:06 -08:00
anodelman@mozilla.com 66c4fba5f0 Bug 413714 - Cleanup talos display on Tinderbox a=anodelman r=rcampbell 2008-01-28 10:23:46 -08:00
sdwilsh@shawnwilsher.com caf4943286 Bug 411521 - EventUtils.synthesize* doesn't allow you to specify a window. r=Enn 2008-01-28 09:12:17 -08:00
sdwilsh@shawnwilsher.com faf72c17ae Bug 414153 - browser-chrome tests do not run http server. r=sayrer 2008-01-26 19:22:18 -08:00
rhelmer@mozilla.com 78432a40fc workaround for updater.exe crash b=401327 r=nthomas 2008-01-26 11:20:29 -08:00
jwalden@mit.edu 2891a7fd00 Bug 413789 - Remove "#" href from "Toggle passed tests" and "Toggle failed tests". This unbreaks tests which strictly rely on exact URL matches against the test window, in the case where you run the test, click a Toggle link, and then reload the page (which has a # tacked onto the URL before this patch). r+a=sayrer 2008-01-26 06:05:39 -08:00
myk@mozilla.org c43c898c5c bug 413416: implement todo_is and todo_isnot for MochiTest browser chrome harness; r=gavin, a=beltzner 2008-01-25 15:33:17 -08:00
anodelman@mozilla.com 9617a96824 Bug 411769 - integrate sunspider tests into talos a=anodelman r=rcampbell 2008-01-25 14:23:46 -08:00
myk@mozilla.org b5333d27ee bug 413418: make browser chrome MochiTest harness permit \|let foo = is; foo()\| just like other MochiTest harnesses; patch by Gavin Sharp; r=jwalden,myk; a=schrep 2008-01-25 13:29:11 -08:00
anodelman@mozilla.com 41870b9ae6 Bug 413913 - fix for failure to catch chmod exceptions in ffprofile_win32 a=anodelman, r=rcampbell (Bustage fix for current tree redness) 2008-01-24 14:20:15 -08:00
ctalbert@mozilla.com 3782a47684 bug 401096 QAX cannot login to litmus r=jay 2008-01-23 16:42:43 -08:00
ctalbert@mozilla.com c53ce2fa0a bug 396782 QAX tabs do not work on trunk r=jay 2008-01-23 16:41:17 -08:00
anodelman@mozilla.com 268333d927 Bug 396574 - Javascript Speed Tests, initial pass at getting all tests correctly formatted for talos and checked in a=jresig/anodelman r=jresig 2008-01-22 14:24:00 -08:00
jwalden@mit.edu d556fa7261 Bug 413428 - Some tweaks to make the Mochitest harness cross-browser, where and when reasonable. r+a=sayrer 2008-01-21 19:54:20 -08:00
ctalbert@mozilla.com 272b9fee49 bug 403198 QAX install version; review: Zach 2008-01-16 23:13:57 -08:00
ctalbert@mozilla.com 807cf6bdda bug 396786 review: jay 2008-01-16 23:09:59 -08:00
jay@mozilla.org 05e6ef0f27 changed events rss url; r=ctalbert 2008-01-15 15:32:56 -08:00
dolske@mozilla.com 7de5c25463 Bug 405942 - repeated Mochitest test timeouts can cause tests to take hours. r=sayrer 2008-01-15 14:23:44 -08:00
ctalbert@mozilla.com b4d05112f3 bug 411389 - Minotaur needs to delete profile after run, review: robcee 2008-01-15 11:55:25 -08:00
cltbld e076d3a64e Fix linux extension for 3.0b2, me=nthomas 2008-01-14 04:28:47 -08:00
nrthomas@gmail.com 3ec84c8f2e Bug 394046, add verify configs for Fx2 -> 3 major update, r=rhelmer 2008-01-12 14:38:47 -08:00
ctalbert@mozilla.com 71fc0b8d6d bug 401782 - Simplifying Minotaur use reviewer: Robcee 2008-01-09 16:04:03 -08:00
ctalbert@mozilla.com 166154bfed bug 407768 - Encoding issues in Minotaur - reviewer: Robcee 2008-01-09 15:56:35 -08:00
anodelman@mozilla.com c6133a1a15 Bug 411218 - make the browser start in the foreground on mac talos a=anodelman r=rcampbell 2008-01-08 17:14:43 -08:00
jruderman@hmc.edu 49882ac4fd Add null checks in nsAutoSelectionReset to fix bug 407256. Patch by Chris Pearce, r+sr=peterv, a=blocking1.9+. 2008-01-07 20:11:24 -08:00
ctalbert@mozilla.com b8b1127e66 bug 401170 New Changes for Minotaur test tool reviewer: bhearsum 2008-01-07 16:54:00 -08:00
jwalden@mit.edu 414905d801 Fix a ReferenceError due to forgotten detritus of an old patch, remove a long-obsolete file. r=sparky, a=lumpy 2008-01-05 23:45:12 -08:00
anodelman@mozilla.com 70516babfb Bug 410710 - switch twinopen to use goQuitApplication instead of window.close a=anodelman r=rcampbell 2008-01-04 13:42:27 -08:00
anodelman@mozilla.com f7475ed224 Bug 410041 - qm-mini-ubuntu talos machines sometimes taking ~8 hours for a run Bustage fix (Ts on mac) a=anodelman r=rcampbell 2008-01-04 10:23:36 -08:00
anodelman@mozilla.com 6921e40610 Bug 410041 - qm-mini-ubuntu talos machines sometimes taking ~8 hours for a run a=anodelman r=rcampbell 2008-01-03 11:01:19 -08:00
rhelmer@mozilla.com dcf2294c9c more correct error checking for binary diff fail feature r=cf b=408157 2007-12-26 16:00:17 -08:00
rhelmer@mozilla.com dfe6b2b882 fail on binary diff r=cf b=408157 2007-12-26 12:37:56 -08:00
ccooper@deadsquid.com f729422eba b=397724 r=jonas - allow passthrough of browser args to allow collection of malloc/leak logs 2007-12-24 09:32:39 -08:00
jruderman@hmc.edu f3e1c42475 Add crashtest for a leak bug 2007-12-23 18:12:28 -08:00
jruderman@hmc.edu d247c972bc Add wide-button crashtest 2007-12-23 17:55:58 -08:00
jruderman@hmc.edu ce7c6825f2 Add crashtest 2007-12-23 16:45:48 -08:00
bhearsum@mozilla.com 3468df59ac bug 409447: remove 3.0a2,a3,a4 from update verify configs. r=rhelmer, patch=me 2007-12-21 11:49:56 -08:00
jruderman@hmc.edu 68cdfa602a Add crashtest 2007-12-19 11:02:34 -08:00
axel@pike.org e62813fdfe bug 408817, use a generator function rather than a iterator class for FileCollector, r=bhearsum 2007-12-18 06:37:00 -08:00
jruderman@hmc.edu 024670a954 Add the first MathML crashtest. 2007-12-17 15:30:46 -08:00
jruderman@hmc.edu c48b4f13f8 Add crashtest for keygen 2007-12-16 17:27:11 -08:00
jruderman@hmc.edu 12a91df3c6 Add a crashtest 2007-12-16 14:05:46 -08:00
jruderman@hmc.edu c050c4d698 Add the first XBL crashtest 2007-12-15 21:21:02 -08:00
jruderman@hmc.edu 60e079aade C is for crashtest 2007-12-15 17:10:29 -08:00
jruderman@hmc.edu 43da2f805d Add crashtests 2007-12-15 15:45:02 -08:00
jruderman@hmc.edu 55c029088a im in ur tinderbox, crashtesting ur firefox 2007-12-15 15:21:29 -08:00
jruderman@hmc.edu 419386f750 Add tree.gif 2007-12-15 14:56:13 -08:00
jruderman@hmc.edu e23ef46359 Add image for use in crashtests to common location 2007-12-15 14:13:32 -08:00
jruderman@hmc.edu a66a48b50c Add crashtest for bgu 284844. 2007-12-15 11:28:49 -08:00
jruderman@hmc.edu e6618751ea Fix off-by-one error (bug 408431). r=dcamp, sr=jst, a=jst 2007-12-15 10:51:50 -08:00
jruderman@hmc.edu f725794731 Add crashtests. 2007-12-14 22:35:47 -08:00
jruderman@hmc.edu aaa6a207d0 Add crashtest. 2007-12-14 21:36:59 -08:00
jruderman@hmc.edu d8af36a81e Add a crashtest. 2007-12-14 21:25:04 -08:00
jruderman@hmc.edu 29611c64c4 Add crashtest. 2007-12-14 21:19:54 -08:00
jruderman@hmc.edu 5a2c22d6a2 Add crashtest. 2007-12-14 21:00:55 -08:00
jruderman@hmc.edu 12ef523451 Add crashtest (even though it asserts) 2007-12-14 20:47:48 -08:00
anodelman@mozilla.com acd02c39f3 Bug 408383 - vista losing all/part of the tp results for each talos run a=anodelman r=rcampbell 2007-12-14 14:47:29 -08:00
anodelman@mozilla.com 1b64d392d4 Bug 408383 - vista losing all/part of the tp results for each talos run. a=anodelman r=rcampbell 2007-12-14 12:31:49 -08:00
jruderman@hmc.edu caa5879a0e Add crashtest. 2007-12-13 20:28:06 -08:00
jruderman@hmc.edu 95af90e432 Add crashtests. 2007-12-13 19:52:32 -08:00
jruderman@hmc.edu 5ad45b2961 Add crashtest. 2007-12-13 19:37:05 -08:00
jruderman@hmc.edu 62ebcccda6 Add a few crashtests. 2007-12-12 22:44:00 -08:00
rhelmer@mozilla.com 7dcfe6a240 omit lt and ka which are not shipping, and specify correct version for mac/win32 files b=407077 r=cf 2007-12-12 15:07:49 -08:00
cltbld 4fc3b638c6 "Automated configuration bump, release for firefox 3.0b2rc1" 2007-12-12 14:33:07 -08:00
nrthomas@gmail.com cb6aea4434 Bug 407077, should be using gcc3 for AUS queries, r=rhelmer 2007-12-12 13:32:36 -08:00
ccooper@deadsquid.com 57f24c5a39 - don't warn when quitting, or when closing with tabs open 2007-12-12 12:00:57 -08:00
nrthomas@gmail.com 0d7ec45e36 Remove the 3.0b1 linesk, and let the automation put in the right config for 3.0b2 update verification, r=rhelmer 2007-12-12 11:26:17 -08:00
cltbld 28a5f3830e "Automated configuration bump, release for thunderbird 1.5.0.14rc1" 2007-12-12 07:42:12 -08:00
cltbld 66142e5783 "Automated configuration bump, release for thunderbird 1.5.0.14rc1" 2007-12-12 07:19:11 -08:00
cltbld c8a58cf056 "Automated configuration bump, release for thunderbird 1.5.0.14rc1" 2007-12-12 03:48:52 -08:00
jruderman@hmc.edu 8d8f7bd383 Add crashtest for bug 307298. 2007-12-11 21:01:36 -08:00
jruderman@hmc.edu a5cdfdb3bc Add crashtest for bug 306940. 2007-12-11 20:49:28 -08:00
jruderman@hmc.edu 4bf59e3efa Add crashtest for bug 306911 (and include dbaron's additional testcases) 2007-12-11 19:32:45 -08:00
jruderman@hmc.edu 231dd50de1 Add crashtest for bug 306902 (the first crashtest!) 2007-12-11 18:26:35 -08:00
ccooper@deadsquid.com fcd7e4085f - remove debugging aid 2007-12-11 13:54:29 -08:00
ccooper@deadsquid.com a89ba6bd40 b=393410 r=robcee - python script that uses the browser's own -CreateProfile command-line flag to create new profiles and set prefs for automated testing 2007-12-11 13:43:56 -08:00
nrthomas@gmail.com fbf5db5dc1 Bug 393036, fix verify_locales for 1.5.0.x installers (followup to initial patch), r=rhelmer 2007-12-11 10:17:27 -08:00
bclary@bclary.com eec38c65f6 Sisyphus - cause test run to fail immediately if Spider fails to install properly, bug 407430, not part of the build 2007-12-10 09:18:28 -08:00
anodelman@mozilla.com ec4360c0ea Bug 406878 - increase built in talos timeout to 8 hours a=anodelman r=rcampbell 2007-12-05 13:07:19 -08:00
anodelman@mozilla.com 5af611484d Bug 405185 - Talos fails on 10.5/Leopard: user does not exist a=mtschrep r=anodelman 2007-12-04 16:31:36 -08:00
bhearsum@mozilla.com 40b7908269 add update verify configs for Fx 1.9. r=rhelmer, patch=me 2007-12-03 17:32:44 -08:00
jwalden@mit.edu aa3b810346 Bug 397725 - Add test harness for assertions/crashes/leaks. This adds a central manifest to which includes of decentralized manifests can be added, but the tests aren't yet run automatically (let alone with leaks/asserts as fatal) -- more work to do yet. r=sayrer, a=dsicore 2007-12-01 16:50:02 -08:00
cltbld e3e7faac6d "Automated configuration bump, release for firefox 2.0.0.11rc1" 2007-11-28 15:57:37 -08:00
axel@pike.org 032b6daf14 bug 404494, add --application parameter to test-locales, r=ctalbert 2007-11-27 12:35:21 -08:00
dcamp@mozilla.com 602e4a3871 Bug 369814: don't open jar: content unless served from a safe mime type. r=bz, sr=dveditz, ui-r=beltzner 2007-11-26 21:32:23 -08:00
dcamp@mozilla.com e644dc11ce Bug 403331: update JAR channel URIs after a redirect. r=bz, r=jwalden (mochitest changes), sr=dveditz 2007-11-26 20:35:00 -08:00
rcampbell@mozilla.com 56d1533006 bug 404093 - broken mochitest on mac, p=robcee, r=gavin, sr=johnath 2007-11-20 13:12:23 -08:00
anodelman@mozilla.com da4730b06b Bug 403102 - talos needs to recognize browser crash. attempted fix for non-threadsafe popen behavior a=anodelman r=rcampbell 2007-11-16 09:53:34 -08:00
nrthomas@gmail.com a71cf52b8c Fix typo 2007-11-16 02:15:54 -08:00
bhearsum@mozilla.com 0e06b9653f bug 403770: rename to as to not interfere with unpack_build. r=nthomas, patch=me 2007-11-15 18:41:28 -08:00
cltbld 509aa07bf6 "Automated configuration bump, release for firefox 2.0.0.10rc1" 2007-11-15 14:51:18 -08:00
bhearsum@mozilla.com 4453bd26ea bug 403770: use double quotes to make sure is interpreted. r=rhelmer, patch=me 2007-11-15 12:53:13 -08:00
anodelman@mozilla.com 84ae245d1c bug 403102 - talos needs to recognize browser crash mac bustage fix a=anodelman r=rcampbell 2007-11-15 12:37:01 -08:00
bhearsum@mozilla.com 081cc5e402 bug 403770: update testing/release to support bz2 packages. r=rhelmer, patch=me 2007-11-15 07:56:57 -08:00
anodelman@mozilla.com c6ae0e712d bug 403102 - talos needs to recognize browser crash. logging of start/stop time off all talos tests for better monitoring. a=anodelman r=rcampbell 2007-11-14 18:49:30 -08:00
anodelman@mozilla.com 612cd65f42 bug 403102 - talos needs to recognize browser crash a=anodelman r=rcampbell 2007-11-13 14:39:56 -08:00
ted.mielczarek@gmail.com e2eafcb649 bug 403400 - isTest should ignore ^headers^ files. r=waldo 2007-11-12 08:55:48 -08:00
ted.mielczarek@gmail.com f7185f658c bug 403400 - isTest should ignore ^headers^ files, committing as bustage fix 2007-11-11 09:44:50 -08:00
anodelman@mozilla.com 29821aee5d Bug 387619 - Stand-alone Talos. Add support for a --noisy option for collecting browser messages. a=anodelman r=rcampbell 2007-11-09 11:02:02 -08:00
anodelman@mozilla.com ee076e796b bug 403027 - pxp01 and 03 failing to restart. Adding support to correctly remove profile temporary directory after a test run. a=anodelman r=rcampbell 2007-11-08 11:41:59 -08:00
anodelman@mozilla.com 411df1eb06 Bug 387619 - Stand-alone Talos. Check for csv path existence/ graph server link existence. a=anodelman r=rcampbell 2007-11-08 11:32:42 -08:00
anodelman@mozilla.com cd6a436f42 bug 402139 - allow talos to run with no base profile specified a=anodelman/dougt r=rcampbell 2007-11-06 10:44:32 -08:00
nrthomas@gmail.com 9fa86712ec Force https for update verify, not getting a reliable redirect from http to https from cluster 2007-11-02 08:32:14 -07:00
nrthomas@gmail.com c6edd1b1b4 Fix BuildID typo 2007-11-02 08:16:52 -07:00
nrthomas@gmail.com 42bc61111e Work around bug 401290 for Tb2009rc1, s/aus2-staging/aus2/ 2007-11-02 08:03:35 -07:00
cltbld f7642e7590 "Automated configuration bump, release for thunderbird 2.0.0.9rc1" 2007-11-02 07:58:19 -07:00
cltbld 4c69a5a7f5 "Automated configuration bump, release for thunderbird 2.0.0.9rc1" 2007-11-02 06:58:12 -07:00
rhelmer@mozilla.com 137ff32360 use aus2.m.o not aus2-staging.m.o b=400770 r=rhelmer p=joduinn 2007-10-26 12:32:02 -07:00
cltbld 8490c31aa3 "Automated configuration bump, release for firefox 2.0.0.9rc1" 2007-10-26 12:09:30 -07:00
cltbld 7ce0bbf6c7 "Automated configuration bump, release for firefox 2.0.0.9rc1" 2007-10-26 11:58:10 -07:00
axel@pike.org 9cc65a2284 bug 400945, DTDParser is not standards-compliant enough, r=bsmedberg, a=npob for Fx 2007-10-26 02:53:59 -07:00
bclary@bclary.com a923daa501 Sisyphus - add -v verbose output switch, bug 399879, r=rcampbell, not part of the build 2007-10-23 09:52:36 -07:00
bclary@bclary.com ad09f569a5 Sisyphus - remove jprof code from checkout.sh, bug 400220, not part of the build 2007-10-17 16:50:17 -07:00
anodelman@mozilla.com e41151d281 Bug 399868 - Rename standalone talos output file to .csv a=anodelman r=bhearsum 2007-10-15 14:28:56 -07:00
rhelmer@mozilla.com 431475a565 remove unshipped beta locales, added comment as per cf r=cf 2007-10-15 14:05:57 -07:00
rhelmer@mozilla.com 23b61b9d6f remove unshipped beta locales r=cf 2007-10-15 14:03:12 -07:00
bhearsum@mozilla.com f2598b3b48 bug 397686: Talos platform detection broken on Vista. r=anodelman patch=me 2007-10-15 13:08:01 -07:00
rhelmer@mozilla.com 1a902b179c this rc1 only existed to get users from 2007rc1 test release to rc2. r=cf 2007-10-15 12:57:36 -07:00
bclary@bclary.com 6121c45ab6 Sisyphus - fix JS source checkout, bug 399884, not part of the build 2007-10-15 12:22:01 -07:00
bclary@bclary.com ebc4a909cd Sisyphus - kludge en_US locale, bug 399877, not part of the build 2007-10-15 11:46:08 -07: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
anodelman@mozilla.com 1cbcfa23a7 Bug 389703 - Use a proxy server to serve pages for the Talos testsuite. a=Rob Arnold r=anodelman/bhearsum/rcampbell 2007-10-10 11:15:51 -07:00
rhelmer@mozilla.com 5f53042899 bump to fx 2008 rc2 b=398212 r=rhelmer p=joduinn 2007-10-09 17:08:19 -07:00
rhelmer@mozilla.com ed1a476e53 update verify configs for Fx 2008 rc1 b=398212 r=rhelmer p=joduinn 2007-10-05 13:40:09 -07:00
bclary@bclary.com 54e30023bd Sisyphus - update shell scripts to use /bin/bash, bug 397921, not part of the build 2007-10-04 08:57:41 -07:00
anodelman@mozilla.com 9aea7fbd9e Bug 397952 - integrate txul into talos. a=anodelman, r=bhearsum 2007-10-03 15:46:58 -07:00
bzbarsky@mit.edu 9730005a6a Fix the way mochitest finds the body. Bug 398347, r=sayrer 2007-10-02 19:10:26 -07:00
rhelmer@mozilla.com 316a99cf0c ../common/unpack.sh uses , changing it here to workaround the wonders of scoping in shell 2007-10-02 15:22:03 -07:00
anodelman@mozilla.com 85878f6d1d Bug 386995 - Add Tdhtml to Talos a=anodelman, r=bhearsum 2007-10-01 10:37:15 -07:00
bclary@bclary.com 39f0901b50 Sisyphus - bug 386992, not part of the build 2007-09-28 08:31:05 -07:00
bzbarsky@mit.edu d9adf08954 Add 4 more server names, two of which are not granted privs by default, to facilitate testing of enablePrivilege. 2007-09-27 20:27:13 -07:00
myk@mozilla.org 735d9c67d1 bug 390539: honor the --test-path option for browser chrome tests as well; r=gavin 2007-09-27 15:11:05 -07:00
anodelman@mozilla.com 7afed969cd Bug 386995 - Add tdhtml to talos. a=anodelman r=bhearsum 2007-09-26 17:15:13 -07:00
anodelman@mozilla.com 834ee99441 Bug 396789 - talos sometimes mangled url names. p=anodelman r=bhearsum 2007-09-21 17:01:35 -07:00
axel@pike.org 13aab5321e bug 395396, move exceptions from compare-locales to app/locales, r=robcee for compare-locales, r=bsmedberg for exceptions, l10n testing only 2007-09-20 02:34:33 -07:00
bzbarsky@mit.edu 392fd664e5 Fix detection of whether we're in HTML. Bug 386526, r=sayrer 2007-09-19 18:26:14 -07:00
anodelman@mozilla.com afae3224eb Bug 396232 - one sample.config for all platforms. a=anodelman, r=bhearsum 2007-09-19 11:02:07 -07:00
rhelmer@mozilla.com 05ad261425 provide updates from 2007rc1 2007-09-18 14:23:34 -07:00
rhelmer@mozilla.com 951f4f60e4 2007 rc2 2007-09-15 18:55:15 -07:00
ctalbert@mozilla.com 2c76360eed Bug 385987 Minotaur Tool initial check in, r=robcee 2007-09-14 09:17:58 -07:00
ctalbert@mozilla.com c447b372df Bug 385987 - initial check in of minotaur tool r=robcee 2007-09-13 20:28:15 -07:00
ctalbert@mozilla.com d0fd2a9621 Bug 395466 Checking in patch by Ben_H for QA Extension 2007-09-10 15:01:06 -07:00
rcampbell@mozilla.com f825e52307 bug 390845 - integrate Talos with new pageloader, perfconfigurator update, patch by bhearsum, r=alice 2007-09-07 10:36:46 -07:00
anodelman@mozilla.com 5836ba6727 Bug 390845 - integrate Talos with new pageloader. Bustage fix for sending data in chunks to graph server, variable initialized in wrong location. r=anodelman p=anodelman 2007-09-05 09:22:13 -07:00
anodelman@mozilla.com f2dab25e24 bug 390845 - integrate talos with new pageloader. Bustage fix, missed change to sample.config which breaks things. p=anodelman r=anodelman 2007-09-04 17:03:28 -07:00
anodelman@mozilla.com 12f0910c5e bug 390845 - integrate talos with new pageloader. Missed this change with the last check in. r=bhearsum p=anodelman 2007-09-04 15:57:58 -07:00
anodelman@mozilla.com b20e4a93f7 bug 390845 - integrate talos with new pageloader, also covers additions/fixes to make talos easier to set up and configure. p=anodelman r=bhearsum 2007-09-04 15:15:51 -07:00
ted.mielczarek@gmail.com 07328e97c3 bug 379327 - have browser chrome tests print test filename in FAIL lines. r=gavin 2007-09-04 08:47:55 -07:00
ted.mielczarek@gmail.com b6f35c49f1 bug 379327 - have mochitest print test filename in FAIL lines. r=sayrer 2007-09-04 06:02:34 -07:00
martijn.martijn@gmail.com 9c60e79f05 Bug 383888 - mochikit panel for failed test description does not extend, r=sayrer 2007-09-02 05:17:23 -07:00
nrthomas@gmail.com e27d1995b6 Bug 388586, do major update from Fx 1.5.0.12 to 2.0.0.6, r=rhelmer 2007-08-31 04:18:20 -07:00
rcampbell@mozilla.com 2241a9e2e2 bug 393252 - make PerfConfigurator.py support linux and mac, patch by bhearsum@mozilla.com, r=robcee 2007-08-30 11:02:00 -07:00
rcampbell@mozilla.com 1b68dce372 Bug 393266 - add PerfConfigurator.py to talos directory 2007-08-28 15:56:55 -07:00
reed@reedloden.com 2a46129d5a Bug 393623 - "two small litmus.js bugs" [p=ben_h r=zach] 2007-08-24 17:36:35 -07:00
rhelmer@mozilla.com 6399b8b183 update verification for 2007rc1 b=393264 r=cf 2007-08-23 20:02:35 -07:00
zach@zachlipton.com 17e248ddfa bump version 2007-08-22 21:38:03 -07:00
zach@zachlipton.com cd6c1553a0 Add "create account" functionality to settings, bug 391425. p=ben_h, r=zach 2007-08-22 21:33:59 -07:00
nrthomas@gmail.com 92ac597c07 Bug 393036, re-unpack ab-CD.xpi when doing update verification with 1.5.0.x win32 installers, r=rhelmer 2007-08-22 10:23:59 -07:00
axel@pike.org 6e9906b98c bug 391680, don't hardcode browser/mail in too many places, make compare locales work better for suite and calendar, r=KaiRo 2007-08-21 19:19:38 -07:00
myk@mozilla.org e4d2d1c988 bug 391137: when building a path to the httpd.js and server.js MochiTest scripts on Windows, add a directory separator between the root dir and appended dirs so two dirs don't run together, creating an invalid path r=gavin, r=sayrer 2007-08-21 15:01:40 -07:00
anodelman@mozilla.com f38d97e63f bug 392748 (talos should use PyYAML instead of Syck to read config file) r=rhelmer/anodelman a=myk 2007-08-20 14:22:26 -07:00
rhelmer@mozilla.com b1970620cb use locale 2007-08-17 17:59:21 -07:00
rhelmer@mozilla.com 439ec2cb0b remove duplicate win32 2007-08-17 17:56:56 -07:00
rhelmer@mozilla.com 0baddbc472 space not %20 2007-08-17 17:54:52 -07:00
rhelmer@mozilla.com 13c489e3d4 correct link 2007-08-17 17:48:57 -07:00
rhelmer@mozilla.com 39af564798 fix buildid 2007-08-17 17:44:22 -07:00