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

30 Коммитов

Автор SHA1 Сообщение Дата
roc+@cs.cmu.edu 0054412272 Bug 374866. Reftests for text-transform. r=dbaron 2007-03-22 16:01:14 -07:00
jwalden%mit.edu acc26f5eb6 Don't use a reserved word as a variable name; r=itslikeatypo, a=testonlychange 2008-05-04 01:19:16 +00:00
enndeakin%sympatico.ca 79583c284e Bug 416390, context-click on listbox does not select item, also increases size of test frame, r=neil 2008-04-01 21:21:55 +00:00
jwalden%mit.edu ba9d511659 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 22:58:42 +00:00
jwalden%mit.edu 2325e6844e 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 17:42:39 +00:00
dolske%mozilla.com 99e32b20ef Bug 423033 - mochitest should ignore non-existent files. r=waldo, a=testonly 2008-03-15 01:12:05 +00:00
jwalden%mit.edu a2e182f1fa Enable SJS functionality in Mochitests, for server-side scripting of responses. a=testonlychange 2008-02-12 19:40:59 +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
jwalden%mit.edu 3e78e68b07 Fix a ReferenceError due to forgotten detritus of an old patch, remove a long-obsolete file. r=sparky, a=lumpy 2008-01-06 07:45:12 +00:00
dcamp%mozilla.com 11f842cd00 Bug 403331: update JAR channel URIs after a redirect. r=bz, r=jwalden (mochitest changes), sr=dveditz 2007-11-27 04:35:01 +00:00
ted.mielczarek%gmail.com 097a3a9463 bug 403400 - isTest should ignore ^headers^ files. r=waldo 2007-11-12 16:55:48 +00:00
ted.mielczarek%gmail.com 4785e958d7 bug 403400 - isTest should ignore ^headers^ files, committing as bustage fix 2007-11-11 17:44:50 +00:00
jwalden%mit.edu 65ac9d5793 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 19:04:54 +00:00
jwalden%mit.edu ff3a736684 I think I figured out the problem with bug 384192; the code added to quit.js is also used in the browser tests, but it triggers an undefined-variable exception there, and I think the tests are getting killed by test timeout code that doesn't print a helpful 'tests timed out' message to give a little help determining the cause of the failure. We shall see... 2007-07-13 03:38:32 +00:00
jwalden%mit.edu 94ef1bc0a7 Sigh; try to fix orange, bug 384192. 2007-07-13 01:00:31 +00:00
jwalden%mit.edu b8e6d7a53f Attempt to recommit part of the patch for bug 384192, in the hopes that this makes it easier to figure out what part of it is wrong. This part enables proxying for the added domains but doesn't actually use it. 2007-07-12 23:33:51 +00:00
jwalden%mit.edu efef992a97 Back out 384192. 2007-07-12 08:46:10 +00:00
jwalden%mit.edu 8eb492710d Bug 384192 - Mochitest needs to support subdomain tests; use a proxy hack to pretend the tests are available on example.com, example.org, and various subdomains of each, on various ports, to satisfy this need. r=robcee 2007-07-12 05:38:48 +00:00
gavin%gavinsharp.com f07bcd1adf Bug 375469: new test framework to run tests in the browser window scope, r=sayrer 2007-07-09 16:24:15 +00:00
asqueella%gmail.com dc8b6832e9 Bug 384823 - Sort tests by filename to manage dependencies
p=Sylvain Pasche <sylvain.pasche@gmail.com>
r=sayrer
2007-06-21 20:21:30 +00:00
kherron%fmailbox.com cebae44290 Bug 379766 - mochitest result page could include bug links for bug tests. Patch by Ray Kiddy <ray@ganymede.org>, r=sayrer. 2007-06-17 11:51:35 +00:00
myk%mozilla.org 95678135a7 bug 384502: adds ability to start MochiTest's runtests.pl on a certain test or in a specific directory
r=sayrer
2007-06-15 05:42:06 +00:00
jonas%sicking.cc aa8b6ea8ff Bug 383511: Support multi-domain tests in mochitest. r=sayrer 2007-06-11 21:55:29 +00:00
asqueella%gmail.com 50f1ab9059 Bug 372939 - mochitest gets hung up on .swp files, if they are present
p=Ray Kiddy <ray@ganymede.org>
r=sayrer
2007-04-27 16:48:53 +00:00
sayrer%gmail.com 7591d41fcd trivial change to avoid named entities and associated bustage in XML. 2007-02-21 22:51:46 +00:00
sayrer%gmail.com 40757fbc85 Bug 370696. chrome mochitest. r=rcampbell 2007-02-20 01:56:30 +00:00
sayrer%gmail.com cbe0fab6c5 cosmetic changes to test screen 2007-01-31 18:25:15 +00:00
sayrer%gmail.com df6d8571c2 Bug 368725. is wrong in mochitest runtests.pl. r=bzbarsky 2007-01-31 05:14:23 +00:00
sayrer%gmail.com 3a782062f3 trivial formatting changes to the test screen 2007-01-29 05:45:52 +00:00
sayrer%gmail.com 0e82fb9e0a Bug 364043. Remove dependency on Python for HTTP server to serve mochitests. Patch by Jeff Walden <jwalden+bmo@mit.edu> and Robert Sayre <sayrer@gmail.com>. r=rcampbell 2007-01-26 18:44:58 +00:00