Commit Graph

95 Commits

Author SHA1 Message Date
gavin@gavinsharp.com
a3f16992ee 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
82499b6e91 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
eefd40c732 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
836da1985a bug 419826 - Make browser mochitests run on SeaMonkey, r=gavin 2008-02-28 13:36:30 -08:00
jwalden@mit.edu
5809da44ed 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
96f0392ae0 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
ae17c91e79 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
e213ef0aa5 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
499bc27b1f Bug 418772. PGO scripts and input. r=ted.mielczarek. 2008-02-21 13:08:39 -08:00
reed@reedloden.com
fb5377da33 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
surkov.alexander@gmail.com
f354efac8e Bug 416553 - option to run accessibility tests, r=rcampbell 2008-02-14 02:32:21 -08:00
surkov.alexander@gmail.com
e9b16fd1ff Back out bug 416553 2008-02-13 23:33:19 -08:00
surkov.alexander@gmail.com
9b6e8173e6 Bug 416553 - option to run accessibility tests, r=rcampbell 2008-02-13 22:20:01 -08:00
jwalden@mit.edu
d03209b3b4 Enable SJS functionality in Mochitests, for server-side scripting of responses. a=testonlychange 2008-02-12 11:40:59 -08:00
ajschult@verizon.net
c8e3809c06 Bug 416570: runtests should not pull in bookmarks chrome, r=sayrer 2008-02-11 21:03:09 -08:00
ajschult@verizon.net
b7946e60ca Bug 416775: runtests.py prints lots of newlines after app exits, r=Waldo 2008-02-11 20:30:18 -08:00
jwalden@mit.edu
7a15a73b7d 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
jag@tty.nl
77b084dde7 Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep 2008-02-09 02:37:42 -08:00
jwalden@mit.edu
ddfc96b454 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
68c0a100d6 Bug 416074: TestRunner attempts to log after closing the log, r+a=sayrer 2008-02-06 23:18:45 -08:00
reed@reedloden.com
ed9251a25a 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
0ee9f6a045 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
035ea5179c 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
jwalden@mit.edu
eed2957d94 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
sdwilsh@shawnwilsher.com
03bc762353 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
932772e19f Bug 414153 - browser-chrome tests do not run http server. r=sayrer 2008-01-26 19:22:18 -08:00
jwalden@mit.edu
3eadf7c453 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
37a6230f03 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
myk@mozilla.org
f5b3ae3038 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
jwalden@mit.edu
210b5b4714 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
dolske@mozilla.com
664e9b1785 Bug 405942 - repeated Mochitest test timeouts can cause tests to take hours. r=sayrer 2008-01-15 14:23:44 -08:00
jwalden@mit.edu
be1586dd4b 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
ccooper@deadsquid.com
0f9b130fe1 b=397724 r=jonas - allow passthrough of browser args to allow collection of malloc/leak logs 2007-12-24 09:32:39 -08:00
dcamp@mozilla.com
911a5b2bb9 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
a838fcc9b6 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
28c7793089 bug 404093 - broken mochitest on mac, p=robcee, r=gavin, sr=johnath 2007-11-20 13:12:23 -08:00
ted.mielczarek@gmail.com
f5d265a9bf bug 403400 - isTest should ignore ^headers^ files. r=waldo 2007-11-12 08:55:48 -08:00
ted.mielczarek@gmail.com
101c37b949 bug 403400 - isTest should ignore ^headers^ files, committing as bustage fix 2007-11-11 09:44:50 -08:00
bugzilla@standard8.plus.com
9f175e2355 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
bzbarsky@mit.edu
b9bda9c3db Fix the way mochitest finds the body. Bug 398347, r=sayrer 2007-10-02 19:10:26 -07:00
bzbarsky@mit.edu
8df40619da 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
c68e41bc5f bug 390539: honor the --test-path option for browser chrome tests as well; r=gavin 2007-09-27 15:11:05 -07:00
bzbarsky@mit.edu
eee0f6ca73 Fix detection of whether we're in HTML. Bug 386526, r=sayrer 2007-09-19 18:26:14 -07:00
ted.mielczarek@gmail.com
3f80d9be78 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
1115c7c4ce bug 379327 - have mochitest print test filename in FAIL lines. r=sayrer 2007-09-04 06:02:34 -07:00
martijn.martijn@gmail.com
ccb3a57b29 Bug 383888 - mochikit panel for failed test description does not extend, r=sayrer 2007-09-02 05:17:23 -07:00
myk@mozilla.org
b127b24029 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
dbaron@dbaron.org
46d3d2b612 Add --setenv option for setting environment variables for browser only when running mochitests. b=391965 r=sayrer 2007-08-12 15:21:02 -07:00
jwalden@mit.edu
b81fa71f44 Bug 384192 - Simplify the approach to supporting cross-domain Mochitests by moving all the code into runtests.pl.in (so the harnesses don't have to do anything except use the profile created for them). r=robcee, approval not needed for testing changes during yellow 2007-08-10 12:04:54 -07:00
flamingice@sourmilk.net
6b85fbfabb Bug 386810, Move quit-application-granted notification to nsAppStartup::Quit, r=benjamin 2007-08-09 20:05:53 -07:00