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

701 Коммитов

Автор SHA1 Сообщение Дата
ajschult@verizon.net 9afac161f1 backing out bug 424501 to verify it doesn't /cause/ firefox to crash 2008-03-22 17:04:36 -07:00
anodelman@mozilla.com c5f17bce51 Bug 416911 - per-test timeout in talos better process killing on timeout (or other bad situations) p=anodelman, r=rcampbell 2008-03-22 14:53:49 -07:00
ajschult@verizon.net 6329269a7d Bug 424501: disable gnome bug-buddy dialog from runtests, r=waldo 2008-03-22 09:44:57 -07:00
rhelmer@mozilla.com 77dc01dc03 back out workaround b=401327 2008-03-21 14:06:21 -07:00
jwalden@mit.edu a97929d3e5 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 23d3ad31b4 Adding test dir 2008-03-19 17:47:50 -07:00
bhearsum@mozilla.com aa3caefee0 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 8cdc1d44ff Bug 423035: can't run single chrome/a11y test automatically; r=Waldo 2008-03-18 12:57:22 -07:00
jwalden@mit.edu 5d7f3c8860 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 8526e3080d 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 0e57506436 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 8875d02d1b 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 ebebb5e964 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 3936889ac2 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 05eda28186 Bug 423106 - runtests.py doesn't do anything with --browser-arg. r=ted 2008-03-15 15:48:08 -07:00
dolske@mozilla.com 5fd8b6e96a Bug 423033 - mochitest should ignore non-existent files. r=waldo, a=testonly 2008-03-14 18:12:05 -07:00
jay@mozilla.org 9fac67e70e version bump 2008-03-13 16:44:23 -07:00
jay@mozilla.org 7621b64621 minor change to fix radio button issue in setup wizard 2008-03-13 16:42:21 -07:00
bclary@bclary.com c2f48a5aa2 Sisyphus - support MOZ_CO_FLAGS, MOZ_CO_DATE bug 422481, r=rcampbell 2008-03-13 12:26:43 -07:00
cltbld 74fddaf6bd "Automated configuration bump, release for firefox 2.0.0.13rc1" 2008-03-12 13:20:22 -07:00
jay@mozilla.org 9ddeeea92c bumped version and added Help tab content 2008-03-10 15:31:59 -07:00
gavin@gavinsharp.com be6fb851ef Bug 421715: canvas crash passing undefined to putImageData, r+a=vlad 2008-03-10 00:35:37 -07:00
cltbld c8370adf44 "Automated configuration bump, release for firefox 3.0b4rc2" 2008-03-08 03:31:51 -08:00
jay@mozilla.org 8ae3e0cf91 updated install.rdf with AMO friendly maxversion and no updateurl 2008-03-07 15:42:21 -08:00
ctalbert@mozilla.com 184aad8d9d bug 415849 QAX notification settings should be hidden for now r=jay 2008-03-06 20:05:56 -08:00
mats.palmgren@bredband.net cd225e0366 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 12badb19cf bug 414056 Allow Minotaur to run back to back r=alice 2008-03-04 15:16:55 -08:00
ctalbert@mozilla.com 5936771ddb bug 416049 Minotaur needs better output r=alice 2008-03-04 14:52:05 -08:00
anodelman@mozilla.com 96d53abd3b 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 1825133f7d 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 3e4f280fcd "Automated configuration bump, release for firefox 3.0b4rc1" 2008-03-04 12:43:25 -08:00
jwalden@mit.edu b9e7808d5f 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 69f930c92c 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 ffa96cd39f bug 419826 - Make browser mochitests run on SeaMonkey, r=gavin 2008-02-28 13:36:30 -08:00
jwalden@mit.edu ca08279648 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 034043c9c9 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 431c909eb8 updated install.rdf with AMO friendly maxversion and no updateurl 2008-02-26 16:06:27 -08:00
ctalbert@mozilla.com 73d97bb25f 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 e5a26872c1 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 3a7f3913ce 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 47da6915b4 bug 393348 - QAC fix, r=jay 2008-02-22 16:43:50 -08:00
bclary@bclary.com c3f801c604 Siyphus - checkout by date foobar, bug 419027 2008-02-22 05:25:23 -08:00
bclary@bclary.com 60386523c5 Siyphus - ah crap timeout foobar, bug 419026 2008-02-22 05:21:43 -08:00
reed@reedloden.com 4da2e49379 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 a2e976ce6f Bug 418772. PGO scripts and input. r=ted.mielczarek. 2008-02-21 13:08:39 -08:00
ctalbert@mozilla.com 10b32873bf bug 413742 addressing nit, r=alice 2008-02-20 15:04:43 -08:00
ctalbert@mozilla.com 55e1609048 Bug 413742 Improve handling for URLs with spaces in minotaur r=alice 2008-02-20 14:47:31 -08:00
bclary@bclary.com 2661efe730 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 76545ef748 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 df174c3fda "Automated configuration bump, release for thunderbird 2.0.0.12rc1" 2008-02-18 04:00:33 -08:00
cltbld d8874d19da "Automated configuration bump, release for thunderbird 2.0.0.12rc1" 2008-02-18 03:51:32 -08:00
cltbld 486e3f2549 "Automated configuration bump, release for thunderbird 2.0.0.12rc1" 2008-02-18 03:45:10 -08:00
surkov.alexander@gmail.com ed8a514fa6 Bug 416553 - option to run accessibility tests, r=rcampbell 2008-02-14 02:32:21 -08:00
surkov.alexander@gmail.com 1945217a63 Back out bug 416553 2008-02-13 23:33:19 -08:00
surkov.alexander@gmail.com 658f5a6467 Bug 416553 - option to run accessibility tests, r=rcampbell 2008-02-13 22:20:01 -08:00
jay@mozilla.org 87e10e48f7 *** empty log message *** 2008-02-12 15:03:26 -08:00
jay@mozilla.org 85265537c7 [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 f680c5756b Enable SJS functionality in Mochitests, for server-side scripting of responses. a=testonlychange 2008-02-12 11:40:59 -08:00
ajschult@verizon.net 9c89523db1 Bug 416570: runtests should not pull in bookmarks chrome, r=sayrer 2008-02-11 21:03:09 -08:00
ajschult@verizon.net 71ddbd22aa Bug 416775: runtests.py prints lots of newlines after app exits, r=Waldo 2008-02-11 20:30:18 -08:00
jwalden@mit.edu cadf807803 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 027dc5e884 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 9ab9ebf902 Testcase for bug 416721 2008-02-11 08:48:25 -08:00
bclary@bclary.com f1e6de552b 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 6b4aa39072 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 e2ea4015d1 Move test out of a directory that is doomed for removal 2008-02-08 01:00:21 -08:00
jay@mozilla.org ef03cb0f60 [Bug 415822] - Clean up QAX Install Wizard + more UI fixes 2008-02-07 15:14:32 -08:00
cltbld 9556ee914f "Automated configuration bump, release for firefox 3.0b3rc3" 2008-02-07 14:20:41 -08:00
rhelmer@mozilla.com 408738878a clobber 3.0b3 rc2 line 2008-02-07 14:20:18 -08:00
ctalbert@mozilla.com 088022c3b2 bug 416032 - expanding minotaur search URL checking r=Pike 2008-02-07 13:15:16 -08:00
jwalden@mit.edu ecffb80fcc 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 d60a0f26ce Bug 416074: TestRunner attempts to log after closing the log, r+a=sayrer 2008-02-06 23:18:45 -08:00
reed@reedloden.com b2c03d204a 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 712708f411 Improve Sisyphus error handling, bug 415911, not part of the build 2008-02-06 12:00:53 -08:00
cltbld cfa38bc727 "Automated configuration bump, release for firefox 3.0b3rc2" 2008-02-06 01:28:11 -08:00
jwalden@mit.edu 345796e3d3 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 4a1cf0c08b "Automated configuration bump, release for firefox 2.0.0.12rc4" 2008-02-02 07:17:52 -08:00
nrthomas@gmail.com fe5d62a4bb 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 1335b7696c [Bug 397573] - Make QAX resizeable + other UI fixes 2008-02-01 17:02:53 -08:00
cltbld d6a0cf394e "Automated configuration bump, release for firefox 2.0.0.12rc3" 2008-02-01 10:02:06 -08:00
rhelmer@mozilla.com 25b099a75a remove auto-config bump for rc3 b=414327 r=nthomas 2008-02-01 10:01:39 -08:00
ctalbert@mozilla.com f4ba7775de QAX bug 413760 r=jay 2008-01-29 17:48:11 -08:00
jwalden@mit.edu 637b116885 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 bd0e982dba "Automated configuration bump, release for firefox 2.0.0.12rc1" 2008-01-29 07:26:26 -08:00
jwalden@mit.edu b1b4357e04 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 bf9a770bc9 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 b8f75d87b3 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 7bc66f49e3 Bug 413714 - Cleanup talos display on Tinderbox a=anodelman r=rcampbell 2008-01-28 10:23:46 -08:00
sdwilsh@shawnwilsher.com 9d9f01aacc 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 5ae7b4d784 Bug 414153 - browser-chrome tests do not run http server. r=sayrer 2008-01-26 19:22:18 -08:00
rhelmer@mozilla.com d679f3fa55 workaround for updater.exe crash b=401327 r=nthomas 2008-01-26 11:20:29 -08:00
jwalden@mit.edu 984c57e988 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 9c3dc95215 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 9645e13e9d Bug 411769 - integrate sunspider tests into talos a=anodelman r=rcampbell 2008-01-25 14:23:46 -08:00
myk@mozilla.org 3fd225252e 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 efe4e7fbec 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 1933182dfd bug 401096 QAX cannot login to litmus r=jay 2008-01-23 16:42:43 -08:00
ctalbert@mozilla.com 4287d4997e bug 396782 QAX tabs do not work on trunk r=jay 2008-01-23 16:41:17 -08:00
anodelman@mozilla.com d1225bc1b7 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 4f437a7a3b 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