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

45 Коммитов

Автор SHA1 Сообщение Дата
Henri Sivonen 792db5f19e Bug 499907 - Make the mochitest server have the right MIME types for Ogg. r=jwalden+bmo 2009-06-26 10:45:08 +03:00
Olli Pettay b38d604941 Bug 454781 - Mochitest doesn't align the names of the testfiles and test results, r=sayrer 2009-04-21 14:25:22 +03:00
Jeff Walden 74b32c3636 Bug 396226 - Provide an API to asynchronously generate HTTP responses in httpd.js, and implement a state-storage system which can store object references to provide greater contextual information in handlers. NB: this push enables httpd.js debug output just in case something goes wrong, to be disabled as soon as it's clear nothing has -- expect the first Windows builds to finish next century sometime. r=sayrer 2009-04-15 13:19:35 -07:00
Ted Mielczarek 18e9d5edc3 bug 460515 - Remove assumption that xpcshell etc in same directory as app executable. r=jwalden 2009-02-09 13:57:27 -05:00
Jonas Sicking 2c8b4e0b19 Bug 464954: Update Access-Control implementation to latest draft and fix some bugs. r/sr=bz 2009-01-21 14:50:28 -08:00
Peter Van der Beken 0b7ffe2664 Backed out changeset 9fc993ac4427 (Bug 464954: Update Access-Control implementation to latest draft and fix some bugs. r/sr=bz) to fix orange. 2009-01-22 14:52:34 +01:00
Jonas Sicking 77010e3913 Bug 464954: Update Access-Control implementation to latest draft and fix some bugs. r/sr=bz 2009-01-21 14:50:28 -08:00
Jonas Sicking 46b09b8476 Backed out changeset 2063e342b8e1 due to failing docshell tests 2009-01-21 18:07:29 -08:00
Jonas Sicking 8c5f8ef332 Bug 464954: Update Access-Control implementation to latest draft and fix some bugs. r/sr=bz 2009-01-21 14:50:28 -08:00
Dave Camp bc5b4a67f8 Bug 463046: Network connectivity checking breaks running netwerk unit tests and mochitests with no connection. r=bz, r=jwalden 2009-01-12 21:52:00 -08:00
Justin Dolske 8509f35243 Backed out changeset fa432b23baa5. (Backing out bug 454781 to investigate mochitest leaks) 2008-09-24 17:15:39 -07:00
Olli Pettay ff2fb34c86 Bug 454781 - Mochitest doesn't align the names of the testfiles and test results, r+sayrer (+fix for --chrome) 2008-09-20 20:23:35 +03:00
Honza Bambas 779cb0331b bug 428009 - hook up ssltunnel to mochitest. r=waldo,kaie 2008-09-05 09:35:58 -04:00
Kai Engert 4c10dc1f43 Backout bug 428009 2008-06-18 14:30:29 +02:00
Kai Engert a0c057bf5a 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 b4cb02752a 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
jwalden@mit.edu e51b62c742 Don't use a reserved word as a variable name; r=itslikeatypo, a=testonlychange 2008-05-03 18:19:16 -07:00
enndeakin@sympatico.ca ee4bf85b65 Bug 416390, context-click on listbox does not select item, also increases size of test frame, r=neil 2008-04-01 14:21:54 -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
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
dolske@mozilla.com 5fd8b6e96a Bug 423033 - mochitest should ignore non-existent files. r=waldo, a=testonly 2008-03-14 18:12:05 -07: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
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
jwalden@mit.edu 9c52013b23 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
dcamp@mozilla.com 7e43d69c0b 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
ted.mielczarek@gmail.com 7986165cc7 bug 403400 - isTest should ignore ^headers^ files. r=waldo 2007-11-12 08:55:48 -08:00
ted.mielczarek@gmail.com b81316b9a1 bug 403400 - isTest should ignore ^headers^ files, committing as bustage fix 2007-11-11 09:44:50 -08:00
jwalden@mit.edu 4cb0a0d6d0 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
jwalden@mit.edu 96d6e02092 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-12 20:38:31 -07:00
jwalden@mit.edu 84c3a90e87 Sigh; try to fix orange, bug 384192. 2007-07-12 17:58:25 -07:00
jwalden@mit.edu 95e60dc065 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 16:33:51 -07:00
jwalden@mit.edu 04d9e6523f Back out 384192. 2007-07-12 01:46:07 -07:00
jwalden@mit.edu 13dd7e4db5 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-11 22:38:47 -07:00
gavin@gavinsharp.com 46e8bf86e3 Bug 375469: new test framework to run tests in the browser window scope, r=sayrer 2007-07-09 09:24:15 -07:00
asqueella@gmail.com 5f89dab179 Bug 384823 - Sort tests by filename to manage dependencies
p=Sylvain Pasche <sylvain.pasche@gmail.com>
r=sayrer
2007-06-21 13:21:30 -07:00
kherron@fmailbox.com 29c5133e09 Bug 379766 - mochitest result page could include bug links for bug tests. Patch by Ray Kiddy <ray@ganymede.org>, r=sayrer. 2007-06-17 04:51:35 -07:00
myk@mozilla.org bf4ec04109 bug 384502: adds ability to start MochiTest's runtests.pl on a certain test or in a specific directoryr=sayrer 2007-06-14 22:42:06 -07:00
jonas@sicking.cc 3c3e037df3 Bug 383511: Support multi-domain tests in mochitest. r=sayrer 2007-06-11 14:55:28 -07:00
asqueella@gmail.com 28121d230e Bug 372939 - mochitest gets hung up on .swp files, if they are presentp=Ray Kiddy <ray@ganymede.org>r=sayrer 2007-04-27 09:48:53 -07:00
sayrer%gmail.com f904eec95c trivial change to avoid named entities and associated bustage in XML. 2007-02-21 22:51:46 +00:00
sayrer%gmail.com d251d09728 Bug 370696. chrome mochitest. r=rcampbell 2007-02-20 01:56:30 +00:00
sayrer%gmail.com d7a211a685 cosmetic changes to test screen 2007-01-31 18:25:15 +00:00
sayrer%gmail.com cc822677b2 Bug 368725. is wrong in mochitest runtests.pl. r=bzbarsky 2007-01-31 05:14:23 +00:00
sayrer%gmail.com df766ae229 trivial formatting changes to the test screen 2007-01-29 05:45:52 +00:00
sayrer%gmail.com 23ba5ce55d 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