Mark Finkle
ba8c5a6408
Bug 484127 - Move browser_scope.js into browser/; r=gavin.sharp
...
--HG--
rename : testing/mochitest/tests/browser/browser_scope.js => browser/base/content/test/browser_scope.js
2009-03-19 15:57:55 +01:00
Joe Drew
a87bf62048
Remove runtests.py.in change from d3c2bf145fb8, accidentally committed.
2009-03-17 17:22:24 -04:00
Joe Drew
ea1f5e5a2d
Bug 479328 and bug 481753 - Ensure imgRequest always knows when it's in the cache, and doesn't try to do cache manipulation when it isn't. Also, fix redirect handling to not simply invalidate the cache entry. r=vlad, sr=bzbarsky
2009-03-17 17:07:16 -04:00
Doug Turner
ff0bc343ea
Bug 478911. better geolocation mochitests. r=ctalbert/jmaher
2009-03-14 21:03:21 -07:00
Benjamin Smedberg
3305b96ed7
Bug 481732 - Check for crash minidumps in unit tests and dump them, if the MINIDUMP_STACKWALK path is set in the environment, r=ted
2009-03-10 13:36:14 -04:00
Serge Gautherie
d0a01b63f4
Bug 469518 - Enable Reftest leak log in tinderbox (log); (Bv1b) Move leak log parsing code to automation.py.in from runtests.py.in; r=jwalden+bmo
2009-03-09 21:00:55 +01:00
Ben Turner
7b2f1bd35e
Bug 480279 - 'Allow mochitests to launch under a debugger or valgrind'. r=waldo.
2009-03-06 15:28:20 -08:00
Serge Gautherie
5dd75974c9
Bug 480077 - automation.py.in : additional fix to bug 472706 for |runApp()| return value(s); (Bv1a) Replace external times by internal duration ++; r=jwalden+bmo
2009-03-05 19:01:39 +01:00
Dave Townsend
2072050607
Bug 475322: Browser chrome test harness shouldn't use a periodic poller. r=gavin
2009-02-25 14:27:32 -08:00
Serge Gautherie
037b3b9555
Bug 475085 - Mochitest leakThreshold should default to 0; (Av1) Set global default to 0 from infinity; r=jwalden+bmo
2009-02-25 16:25:05 +01:00
Boris Zbarsky
8eab85d08a
Speed up canvas comparisons in bidi mochitests. No bug
2009-02-19 22:04:19 -05:00
Ted Mielczarek
a0dc1e2a51
bug 468913 - Need a Makefile target to run reftest. r=dbaron,bsmedberg,jwalden
2009-02-12 08:49:53 -05:00
Ted Mielczarek
c07bf673e3
bug 476163 - consolidate makefile cruft for generating automation.py. r=bsmedberg
...
--HG--
rename : build/pgo/automation.py.in => build/automation.py.in
2009-02-12 08:49:53 -05:00
Masayuki Nakano
68f9a6a266
Bug 442774 Wheel/touchpad scrolling gets stuck in frame, stop scrolling the web page as a whole r=Olli.pettay, sr=roc
2009-02-12 19:44:38 +09:00
Masayuki Nakano
789465492f
backing-out the patch for bug 442774
2009-02-12 18:54:02 +09:00
Masayuki Nakano
4d6c3072e5
Bug 442774 Wheel/touchpad scrolling gets stuck in frame, stop scrolling the web page as a whole r=Olli.pettay, sr=roc
2009-02-12 16:02:49 +09:00
Masayuki Nakano
def135f71a
Backing out the patch of bug 442774. This might cause a timeout failure on test_keycodes.xul
2009-02-11 03:19:15 +09:00
Masayuki Nakano
4fa4a8c50d
Bug 442774 Wheel/touchpad scrolling gets stuck in frame, stop scrolling the web page as a whole r=Olli.Pettay, sr=roc
2009-02-10 20:17:37 +09:00
Ted Mielczarek
18e08ab904
bug 460515 - Remove assumption that xpcshell etc in same directory as app executable. r=jwalden
2009-02-09 13:57:27 -05:00
Ted Mielczarek
07ffb97ecf
Backed out changeset 7c7ec4bd36a6 (bug 460515 - Remove assumption that xpcshell etc in same directory as app executable) because it's broken on OS X.
2009-02-04 15:41:24 -05:00
Ted Mielczarek
65bb59463e
bug 460515 - Remove assumption that xpcshell etc in same directory as app executable. r=jwalden
2009-02-04 14:38:50 -05:00
Ted Mielczarek
ba0adfda23
bug 421611 - need to be able to run tests on an arbitrary build. add a package target for mochitest. r=bsmedberg
2009-02-02 08:53:24 -05:00
bjarne@runitsoft.com
3a0930b339
Bug 464191 - ssltunnel process persists after Mochitest run. r=jwalden, a=testingonlychange
2009-01-12 11:23:28 -08:00
Jonas Sicking
be65469e7c
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
533783d9ea
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
e0c26b7454
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
5b04c277ae
Backed out changeset 2063e342b8e1 due to failing docshell tests
2009-01-21 18:07:29 -08:00
Jonas Sicking
e7e7213705
Bug 464954: Update Access-Control implementation to latest draft and fix some bugs. r/sr=bz
2009-01-21 14:50:28 -08:00
Shawn Wilsher
5de65e03a2
Bug 473845 - Break a potential cycle with XPConnect and mozStroageService
...
This changeset removes a cycle that gets created between XPConnect and the
storage service. This accomplishes this by releasing the cached reference to
XPConnect during xpcom-shutdown.
This was the last remaining leak of the browser-chrome test harness, so this
also sets the leak threshold to zero for that test.
r=bent
2009-01-21 16:52:16 -05:00
Dave Townsend
3d41d01fa0
Bug 435743: Increase expected browser-chrome leaks to compensate for bug 473802. r=ted
2009-01-21 13:18:33 +00:00
Dave Townsend
fc1723b887
Bug 435743: Add untrusted and self signed https servers to the test server. r=ted
2009-01-21 11:01:00 +00:00
Jeff Walden
e875242af2
Sigh, last time this broke wasn't just a passing anomaly. Backed out changeset 82a1d612dde8
2009-01-18 20:12:32 -08:00
bjarne@runitsoft.com
a706f0544a
Bug 464191 - ssltunnel process persists after Mochitest run. r=jwalden
2009-01-12 11:23:28 -08:00
Honza Bambas
cb473151d0
Bug 470963 - stop copying build/pgo/certs to the objdir, r=ted.mielczarek
2009-01-18 22:44:43 +01:00
Honza Bambas
dc9449fd60
Backcing out bug 470963, again...
2009-01-18 22:15:15 +01:00
Honza Bambas
013b232c4b
Bug 470963 - stop copying build/pgo/certs to the objdir, r=ted.mielczarek
2009-01-18 21:39:45 +01:00
Honza Bambas
273d6dbc2c
Backing out bug 470963
2009-01-18 15:44:37 +01:00
Honza Bambas
e5e8bacfda
Bug 470963 - stop copying build/pgo/certs to the objdir, r=ted.mielczarek
2009-01-18 15:20:48 +01:00
Jeff Walden
a7f955fcd4
Bug 469042 - Implement SimpleTest.executeSoon for non-Mozilla browsers. r=sayrer
2009-01-16 15:34:03 -08:00
Gavin Sharp
e0eefa9ffc
Bug 429690: add ability to run browser tests individually, r=Mossop
2009-01-16 14:19:25 -05:00
Jeff Walden
99efd28560
Backed out changeset a2018012b3ee, may have broken tree (in an inscrutable way, unlike last time :-( )
2009-01-15 17:16:35 -08:00
bjarne@runitsoft.com
289ea62e3d
Bug 464191 - ssltunnel process persists after Mochitest run. r=jwalden
2009-01-12 11:23:28 -08:00
Honza Bambas
d9aebbfa4a
Bug 468087 - Cannot add new https hosts to Mochitest, r=jwalden
2009-01-15 21:17:34 +01:00
Honza Bambas
48b4e62a7e
Bug 456001 - Need automated testing for SSL client auth, r=jwalden
2009-01-15 20:19:15 +01:00
Robert Sayre
e21c1a1d06
Merge m-c to tracemonkey.
...
--HG--
rename : js/src/js.cpp => js/src/shell/js.cpp
2009-01-14 18:25:22 -05:00
Igor Bukanov
9408a9add9
bug 473167 - increase the maximum time chrome scripts are allowed to run in the debug builds. r=ted.mielczarek
2009-01-12 18:15:12 +01:00
Jeff Walden
3fe3bfbf72
Bug 469509 - runtests.py.in : don't print leak lines for classes that aren't leaked. r=ted
2009-01-08 16:52:07 -08:00
Robert Sayre
b32137338d
bug 472706 - add better profiling input for spidermonkey in PGO builds. r=ted
...
--HG--
rename : modules/libpr0n/test/unit/image3.ico => build/pgo/favicon.ico
2009-01-13 07:34:19 -05:00
Dave Camp
c5cf52ea8a
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
Honza Bambas
f4b909ff36
Backing out bug 468087 and bug 456001
2009-01-12 21:47:31 +01:00
Jeff Walden
e0507cdd3f
Backed out changeset a12bffb28598; it's in the way of other backouts that need to happen.
2009-01-12 12:36:00 -08:00
bjarne@runitsoft.com
f81c16ba91
Bug 464191 - ssltunnel process persists after Mochitest run. r=jwalden
2009-01-12 11:23:28 -08:00
Honza Bambas
8a9261b1ad
Bug 468087 - Cannot add new https hosts to Mochitest, r=jwalden
2009-01-12 20:16:38 +01:00
Honza Bambas
a343d87334
Bug 456001 - Need automated testing for SSL client auth, r=jwalden
2009-01-12 20:14:40 +01:00
Serge Gautherie
45fb9c8423
Bug 460548 - Port |Bug 450983 - use leakThreshold for SeaMonkey testers| to Firefox; (Bv1) Reduce |browserChrome| to 72500 from 75000; blanket-r=ted.mielczarek
2009-01-06 17:07:05 +01:00
Jeff Walden
3c5250619d
Bug 470814 - TestRunner needs a feature guard before using document.hasFocus and document.activeElement. Since they were only being used in the belt-and-suspenders voodoo magic force-focus code, just disable the focus forcing when in browsers where we can't detect focus. r=sayrer, r=ajschult
2008-12-23 13:33:58 -08:00
Jeff Walden
a2e9cf8763
Fix some warnings blamed on me that were pointed out by bsmedberg's warning-blame scripts. Trivial change, no review, testingonly anyway
2008-12-22 10:58:09 -08:00
arno renevier
ad51a390d9
bug 470415 - call exanduser on mochitest logfile argument. r=ted
2008-12-19 15:01:37 +01:00
Justin Dolske
17d229a4bc
Revert part of bug 460548, increasing the leak to 75000 again.
2008-12-17 14:21:36 -08:00
Serge Gautherie
5200089bae
Bug 469444 - steps.py : MozillaA11YTest misses __init__() and evaluateCommand(); (Av1) Explicitly set default leakThreshold to 0 in runtests.py.in; r=ted.mielczarek
2008-12-13 22:02:18 +01:00
Neil Deakin
224c9c5c42
Bug 456093, add drag simulation methods for testing, r=sayrer
2008-12-10 07:19:16 -08:00
Serge Gautherie
2ea48bae9b
Bug 460548 - Port |Bug 450983 - use leakThreshold for SeaMonkey testers| to Firefox; (Bv1) Reduce |browserChrome| to 74000 from 75000; r=ted.mielczarek
...
(Relanding after unrelated backout.)
2008-12-11 16:09:47 +01:00
Robert Sayre
50809f236c
backout bug 460548, checked in on persistent orange.
2008-12-11 02:41:46 -08:00
Serge Gautherie
b77d5d6780
Bug 460548 - Port |Bug 450983 - use leakThreshold for SeaMonkey testers| to Firefox; (Bv1) Reduce |browserChrome| to 74000 from 75000; r=ted.mielczarek
2008-12-11 02:29:25 +01:00
L. David Baron
65e471ed74
Backed out changeset 957a4fed14af (bug 466104) due to leaks
2008-12-08 23:13:12 -08:00
L. David Baron
c82c191aec
Make mochitests not build and search the results table when run inside the harness. (Bug 466104) r=sayrer
2008-12-08 21:47:34 -08:00
Mark Finkle
10a0e93c4e
Bug 465823: Allow XULRunner apps to use Mochitest in 1.9.1, r=ted, NPOTB
2008-12-05 11:52:25 -05:00
Vladimir Vukicevic
6a4c51d780
Bug 387132. Implement native canvas comparisons to speed up reftest running. r+sr=roc
2008-12-03 14:34:07 +13:00
Boris Zbarsky
757f481a59
Bug 462979. Fix synthesizeMouse to send events to the right place. r=enn, sr=roc, a=beltzner
2008-11-26 16:52:42 -05:00
L. David Baron
86cfaaf28b
Backed out changeset eac2f8f3cd29 due to mochichrome timeout.
2008-11-25 15:46:01 -08:00
L. David Baron
5be1b4ba70
Make mochitests not build and search the results table when run inside the harness. (Bug 466104) r=sayrer a=tests
2008-11-25 13:27:54 -08:00
Igor Bukanov
1c6685433f
Backed out changeset 700ae4e59496 - bug 453157 caused talos oranges. CLOSED TREE
2008-11-24 11:36:44 +01:00
Andrei Saprykin
3cfcbdb3c5
bug 453157 - watchdog thread as an alternative to operation counting, r=igor,mrbkap a19b2=beltzner (CLOSED TREE)
2008-11-24 00:15:46 +01:00
Igor Bukanov
957d522969
Backed out changeset 04cecb0ec24c to see if it fixes tinderbox oranges. CLOSED TREE
2008-11-22 16:33:09 +01:00
Andrey Saprykin
b6507b326f
bug 453157 - using watchdog thread as an alternative to the operation count. r=igor,mrbkap a19b2=beltzner (CLOSED TREE)
2008-11-22 01:53:37 +01:00
Serge Gautherie
007d700b48
Bug 460548 - Port |Bug 450983 - use leakThreshold for SeaMonkey testers| to Firefox; (Av1) Reduce |browserChrome| to 75000 from Infinity; r=ted.mielczarek
2008-11-20 19:09:33 +01:00
Shawn Wilsher
5dc62bd1a7
backout of changeset b0dc837c20fa and 73350927f5f1 due to test failures
2008-11-03 18:55:15 -05:00
Boris Zbarsky
30a5c2b827
Fixing mochitest to round, not truncate, coords when trying to dispatch mouse events relative to nodes which are positioned at fractional pixels. Reenabling the test that was failing because of the truncation
2008-11-03 10:43:00 -05:00
Ehsan Akhgari
836f4b154f
Bug 462654 - New browser chrome test UI doesn't handle XML entities in messages; r=gavin
2008-11-02 22:29:16 +03:30
Olli Pettay
1b91f0c925
Backout Bug 454781
2008-10-31 15:26:17 +02:00
Olli Pettay
6aa8fa2333
relanding Bug 454781, Mochitest doesn't align the names of the testfiles and test results, r=sayrer
2008-10-31 13:42:53 +02:00
Dave Townsend
ba2bcfde7c
Bug 462338: Make executeSoon widely available. r=robcee, r=gavin
2008-10-30 17:22:17 +00:00
Dave Townsend
dda8f94f90
Bug 462348: Make browser chrome test output less awful and more awesome, r=gavin
2008-10-30 16:13:24 +00:00
Serge Gautherie
cbfd8ca0ff
Bug 456275 - In (Brief/Full) log of (test) builds, remind leak threshold on known leak too; Av2a; r=ted.mielczarek
2008-10-22 01:16:39 +02:00
Honza Bambas
766642a865
Bug 459699 - stop running certutil at build time, make developers run it when adding new SSL domains to server-locations.txt; r=ted.mielczarek
2008-10-21 17:50:38 +02:00
Serge Gautherie
0ec802ff8d
Bug 456275 - In (Brief/Full) log of (test) builds, remind leak threshold on known leak too
...
(Av2) sync and extend
2008-10-21 02:47:51 +02:00
Serge Gautherie
f4ba40e39a
Bug 460382 - Linux Firefox test boxes don't error on mochitest leaks; (Av1) No leaks on Linux too; r=ted.mielczarek
2008-10-18 04:36:50 +02:00
Justin Dolske
a2131b5ec1
Bug 456894 - runtests.py can't handle negative leaks. r=dbaron, r=ted
2008-10-10 14:44:35 -07:00
Arpad Borsos
8b11d938d2
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
2008-10-10 17:04:34 +02:00
Honza Bambas
70a8923cbc
Bug 455813 - Windows PGO builds fail when --disable-tests is set; v2; ted.mielczarek
2008-09-28 22:27:51 +02:00
Justin Dolske
292fef6b78
Backed out changeset fa432b23baa5. (Backing out bug 454781 to investigate mochitest leaks)
2008-09-24 17:15:39 -07:00
Olli Pettay
5930e73b33
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
Gavin Sharp
17fd781c7e
Bug 455278: make chrome mochitest redirect work in non-firefox apps, r=sayrer
2008-09-19 11:42:28 -04:00
Serge Gautherie
4967693629
Bug 455762 - Remove the extraneous |class| attribute in |<script class="testbody" type="text/javascript">| of test.template.txt and xhtml.template.txt; Av1; r=sayrer
2008-09-18 02:09:24 +02:00
Markus Stange
d1428fa84e
Bug 350471 - Reenable pixel scrolling (two-finger touchpad), r=smaug r=smichaud sr=roc
2008-09-17 13:27:19 +02:00
Serge Gautherie
16034c3d1b
Bug 455227 - Add a |removeEventListener()| to browser-test.js; Av1b; r=gavin.sharp
2008-09-15 14:38:09 +02:00
Ted Mielczarek
468a3823fc
bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg
2008-09-09 13:59:11 -04:00
Ted Mielczarek
b55123fb1c
bug 428009 - bustage fix for the --disable-tests case
2008-09-05 13:40:35 -04:00
Honza Bambas
ffe9977404
bug 428009 - hook up ssltunnel to mochitest. r=waldo,kaie
2008-09-05 09:35:58 -04:00
Neil Deakin
7ad96d6b3e
Bug 356295. Implement HTML5 drag-drop. r=smaug,neil,sr=roc
2008-08-27 08:07:27 -04:00
Boris Zbarsky
a8d0e67d8c
Bug 452086. Shouldn't send keypress events with default action when keydown was prevented in the test harness, since the browser doesn't do it. r=enn
2008-08-25 14:31:59 -04:00
Boris Zbarsky
890930a050
Bug 452086. Shouldn't send keypress events with default action when keydown was prevented in the test harness, since the browser doesn't do it. r=enn
2008-08-25 14:31:38 -04:00
Boris Zbarsky
fc1785cbc1
Backed out changeset 6958399a2eb1 o try to fix failed mochitests on Windows and Linux
2008-08-25 11:08:28 -04:00
Neil Deakin
7c92721496
Bug 356295. Implement HTML5 drag-drop API. r=smaug,sr=roc
2008-08-25 21:56:29 +12:00
Dave Camp
66ad0d3422
Backed out changeset 30d900751ca9 to fix unit test orange (Bug 356295)
2008-08-19 17:55:30 -07:00
Neil Deakin
f58dac1bbf
Bug 356295. Implement HTML5 drag-drop. r=smaug,sr=roc
2008-08-20 10:31:45 +12:00
Boris Zbarsky
19cbde2211
Bug 449781. Toggling display on a subframe shouldn't give the subframe's document the same device context as the parent document. r=roc, sr=jst
2008-08-18 15:22:19 -04:00
Kai Engert
b896a8b0e7
Backed out changeset 3770c42e3118
2008-08-16 08:00:17 +02:00
honzab@allpeers.com
4a11f328e4
Bug 428009, hook up ssltunnel to mochitest
...
Initial work by Jeff Walden, Patch contributed by Honza Bambas
r=jwalden, r=cbiesinger, r=sayrer, r=ted.mielczarek, r=kaie
2008-08-16 07:38:03 +02:00
Robert O'Callahan
3d9c20e3a8
Bug 378028. Add an 'axis' field to DOMMouseScroll events and use it to distinguish horizontal from vertical scrolling. r=smaug,sr=sicking, with help from Markus Stange
2008-08-13 15:08:59 +12:00
Ben Newman
864cbb4b30
Bug 437361. Propagate exceptions from showModalDialog's guts to script as needed instead of dropping them on the floor. r+sr=bzbarsky
2008-07-28 22:52:53 -07:00
Ted Mielczarek
c2c281826e
followup from bug 442125 - ensure focus test failing, but no other tests failing (on unittest VMs)
2008-07-27 16:31:22 -04:00
Andrew Schultz
f4bfa12dfc
Bug 442125 ensure focus test failing, but no other tests failing (on unittest VMs). r=ted
2008-07-27 16:28:26 -04:00
Ted Mielczarek
b12044f77e
bug 417516 - add top level Makefile targets to run test suites. add targets for mochitest. r=bsmedberg
2008-07-27 13:06:58 -04:00
Robert O'Callahan
7a5ee5e507
Back out bug 378028 due to mochitest failures.
2008-07-25 18:09:33 +12:00
Robert O'Callahan
52086cd743
Bug 378028. Add an 'axis' field to DOMMouseScroll events so that we can distinguish horizontal from vertical scrolling, and use it in trees and listboxes. r=smaug,sr=sicking
2008-07-25 16:07:43 +12:00
Doug Turner
d001b131e5
Backed out changeset 7f2b90c30b79. May have caused unit tests to fail.
2008-07-23 17:49:34 -07:00
Ted Mielczarek
1c2626261b
bug 417516 - add top level Makefile targets to run test suites. add targets for mochitest. r=bsmedberg
2008-07-23 15:01:37 -04:00
Andrew Schultz
52ed3b9562
Bug 442125: check Date.now() to try to diagnose focus failures. r=ted
2008-07-23 13:32:30 -04:00
Andrew Schultz
59a46bf951
Bug 442125: Attempt to fix focus test failures, add more info to message if it still fails. r=ted
2008-07-22 00:27:57 -04:00
Nick Thomas
dfc871a499
Bug 443090 - Unify unittest failures (runtests leaks part) p=ted.mielczarek, r=sayrer
2008-07-16 17:49:32 +12:00
Nick Thomas
30904f2e02
Bug 443090 - Unify unittest failures (browser chrome and mochitest part) p=ted.mielczarek, r=gavin.sharp
2008-07-16 17:43:15 +12:00
Ted Mielczarek
ac96956394
make runtests.py --log-file handle relative pathnames. r=sayrer (no bug)
2008-07-01 15:16:05 -04:00
Ted Mielczarek
3fb94d306c
bug 417943 - remove runtests.pl. r=sayrer
2008-06-26 18:07:50 -04:00
Kai Engert
a6269cffd6
Backout bug 428009
2008-06-18 14:30:29 +02:00
Kai Engert
43239e2226
One more bustage fix for 428009, if this fails we'll back out
2008-06-18 14:00:27 +02:00
Kai Engert
60cb32844d
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
074efa08c7
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
Kai Engert
f281380146
Bug 429178 - "ssltunnel fails to build in system-nspr / system-nss environments" [p=kaie@kuix.de (Kai Engert) r=luser/ted sr=bsmedberg]
2008-06-04 01:31:28 -05:00
Jeff Walden
c8154e48f9
Bug 435376 - Start making leaks fatal when running tests in setups where we don't leak. r=sayrer
2008-05-22 15:08:41 -04:00
ajschult@verizon.net
745427ca3e
Bug 431464: TestRunner should try to ensure focus, r=sayrer
2008-05-07 14:45:13 -07:00
alqahira@ardisson.org
266b2a9a37
Bug 420659 - initial Mochitest support for running Camino. r=jwalden, a=test-only, Camino-only
2008-05-06 10:52:26 -07:00
jwalden@mit.edu
112e96d0fe
Bug 431900 - Add a commandline flag to make assertions fatal, for easy use in tinderbox scripts and the like, especially if we eventually set up a run of all the tests that don't trigger assertions and then run them with this argument specified. r=sayrer, a=testonlychange
2008-05-06 10:40:41 -07:00
gavin@gavinsharp.com
355e00c1ac
Bug 431713: show EULA by default on first run of Firefox on Linux, and add override for unit test/talos machines to avoid it there, r=mconnor, a=mconnor
2008-05-05 13:43:44 -07:00
jwalden@mit.edu
abbffc08c4
Don't use a reserved word as a variable name; r=itslikeatypo, a=testonlychange
2008-05-03 18:19:16 -07:00
sayrer@gmail.com
3ecf28eedf
Bug 386526. Fix packed copy of MochiKit DOM node creation. npotb, a=dsicore
2008-04-30 10:17:33 -07:00
bent.mozilla@gmail.com
75aa1203d6
Bug 379959. Patch by Jonas Sicking <jonas@sicking.cc>. r+sr=bz, a=damons.
2008-04-28 16:56:07 -07:00
jwalden@mit.edu
798c6c4d6f
Bug 428758 - Clean up runtests.py help messages: move log options into the individual log-level arguments, use custom variables instead of autogenerated ones for --foo=FOO, so FOO is more concise for a bunch of different foo. Also remove the restriction that --file-level must be provided if --log-file is provided by giving a default (we only use that default if a log file is specified). r=testingonlychange
2008-04-14 16:21:25 -07:00
dveditz@cruzio.com
6075900255
fixing test bustage from restrictions imposed by bug 292789 (chrome://mochikit needs contentaccessible=yes). r=gavin
2008-04-12 18:31:00 -07:00
gavin@gavinsharp.com
9b9450defb
Decrease load check intervals for this test, and increase the general browser-chrome test timeout (bug 428330) to try and avoid 'random' failures
2008-04-11 22:28:04 -07:00
mozilla@weilbacher.org
46cc5c4a71
fix linebreaks in Makefile.in from bug 426867 to unbreak OS/2 build (test only code)
2008-04-10 22:58:04 -07:00
jwalden@mit.edu
41e640320a
Fix line endings and don't break OS/2, NPOTB.
2008-04-10 16:46:11 -07:00
ted.mielczarek@gmail.com
9a6c7c5f52
bug 426867 - ssl proxy for mochitest. r=sayrer/kaie (test only code)
2008-04-09 08:30:54 -07:00
jwalden@mit.edu
74a2f73c04
Bug 418009 - Make runtests.py properly handle stdout for both the server and the application processes, rather than just sitting on the server output and hoping it doesn't grow 'too large'. This may fix some of the problems that were plaguing the PGO box that was using runtests.py a few days ago, and it should fix hangs numerous people have seen running Mochitests lately, where the server process decides to spew gobs of output about stuff being leaked. r=robcee
2008-04-07 22:18:45 -07:00
enndeakin@sympatico.ca
a639ff86ea
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
reed@reedloden.com
5f9e65ed6e
Bug 423787 - "XUL test template has typo in comment" [p=manish@flock.com (Manish Singh) r=sayrer]
2008-03-28 23:45:45 -07:00
ajschult@verizon.net
02c78af6bc
backing out bug 424501 to verify it doesn't /cause/ firefox to crash
2008-03-22 17:04:36 -07:00
ajschult@verizon.net
810e830597
Bug 424501: disable gnome bug-buddy dialog from runtests, r=waldo
2008-03-22 09:44:57 -07:00
jwalden@mit.edu
e972abcaf4
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
mnyromyr@tprac.de
7137e8fe45
Bug 423035: can't run single chrome/a11y test automatically; r=Waldo
2008-03-18 12:57:22 -07:00
jwalden@mit.edu
9156d6bbff
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
gavin@gavinsharp.com
93ec72cc45
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
02a07c4d0b
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
d76b4a5e99
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
1bde50a721
Bug 423106 - runtests.py doesn't do anything with --browser-arg. r=ted
2008-03-15 15:48:08 -07:00
dolske@mozilla.com
78d25ad86c
Bug 423033 - mochitest should ignore non-existent files. r=waldo, a=testonly
2008-03-14 18:12:05 -07:00
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
ginn.chen@sun.com
9a8c1632f4
Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest r=benjamin a=dsicore
2007-08-05 20:22:32 -07:00
enndeakin@sympatico.ca
f23a8dc1c5
Bug 390809, disable warnOnQuit pref in tests, see if this fixes the orange tinderboxes, r=bsmedberg
2007-08-03 08:50:03 -07:00
vladimir@pobox.com
d4deab5ade
re-enable mochitests
2007-08-02 01:55:58 -07:00
vladimir@pobox.com
950b9efd1c
temporarily disable mochitest
2007-08-02 00:58:45 -07:00
dbaron@dbaron.org
44d466a5b4
Show diagnostics for todo tests. b=388690 r=sayrer
2007-07-18 21:59:26 -07:00
flamingice@sourmilk.net
62d803615d
Bug 386002, Move tryToClose calls on shutdown, r=benjamin
2007-07-16 10:55:54 -07:00
dbaron@dbaron.org
e59b0cebad
Remove extra whitespace at end of one line in test templates. rs=sayrer over IRC
2007-07-15 22:54:13 -07:00
bzbarsky@mit.edu
c4fd41e7f5
Slightly better handling of exceptions, especially parse errors. Bug 388248, r=gavin
2007-07-15 17:21:11 -07:00
gavin@gavinsharp.com
2df1250a61
Disable failing tests, failure error reporting is now complete
2007-07-13 09:01:04 -07:00
gavin@gavinsharp.com
6293b94ea6
Committing a few tests that fail intentionally to test the buildbot error reporting, will disable these once the test is complete
2007-07-13 08:29:05 -07:00
jwalden@mit.edu
c1fc2bbd75
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
9f1af4acf4
Sigh; try to fix orange, bug 384192.
2007-07-12 17:58:25 -07:00
jwalden@mit.edu
bfd8039d8a
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
gavin@gavinsharp.com
d96c0cb9cd
Bug 387895: add sample tests for the browser-chrome framework, r=robcee
2007-07-12 08:43:08 -07:00
gavin@gavinsharp.com
806f45888a
Bug 387455: adjust browser chrome test harness output (provide summary, don't fail if there are no tests), r=robcee
2007-07-12 07:29:33 -07:00
jwalden@mit.edu
e56925513a
Back out 384192.
2007-07-12 01:46:07 -07:00
jwalden@mit.edu
76bb7db098
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
2c923f61de
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
458d0c8b38
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
35ba085ca6
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
4f5df70a44
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
82a7fdf84a
Bug 383511: Support multi-domain tests in mochitest. r=sayrer
2007-06-11 14:55:28 -07:00
rcampbell@mozilla.com
1e9ce9450a
boosting timeout to try to clear qm-rhel02
2007-06-07 07:24:38 -07:00
enndeakin@sympatico.ca
21040db770
Bug 382256, add missing constant, r=sayrer
2007-05-28 13:21:28 -07:00
sayrer@gmail.com
58f156cce7
try increasing test timeout
2007-05-18 13:42:56 -07:00
sayrer@gmail.com
232bc09483
change back to warn for mochitest
2007-05-15 20:27:37 -07:00
sayrer@gmail.com
f321a1c767
leave profile dir until the next run. r=rcampbell on irc
2007-05-14 09:56:39 -07:00
enndeakin@sympatico.ca
0c9df0a662
Changes needed to support testing event simulation for bug 371260, r=sayrer
2007-05-11 09:15:26 -07:00
sayrer@gmail.com
d56eb5fe3e
temporarily turn on assertion stacks for debugging
2007-05-03 11:23:09 -07:00
sayrer@gmail.com
32d5d351c5
Bug 379040. Test a new way of redirecting output. r=rcampbell
2007-05-03 09:44:48 -07:00
sayrer@gmail.com
422dd11c4c
back out change for bug 379040, fails to pass Windows shell-escaping gauntlet.
2007-05-03 00:07:46 -07:00
sayrer@gmail.com
fcd8b7d8ef
Bug 379040. capture stderr from mochitest for diagnostics on win2k3. r=rhelmer
2007-05-02 23:36:51 -07:00
asqueella@gmail.com
d729b20385
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
asqueella@gmail.com
1f12c5107a
Bug 372886 - test_bug351601.html does not throw, but does not test eitherp=Ray Kiddy <ray@ganymede.org>r=sayrer
2007-04-27 09:46:33 -07:00
sayrer@gmail.com
35789cfb8a
css tweaks for harness pages. no bug
2007-04-22 12:34:39 -07:00
sayrer@gmail.com
f5a95ad37b
Increase server startup timeout.
2007-04-20 20:27:59 -07:00
sayrer@gmail.com
5491ba36fa
Bug 377794. disable slow script dialog in mochitest prefs. r=rcampbell
2007-04-18 08:31:28 -07:00
sayrer@gmail.com
5d3525af5d
Increase timeout for mochitests.
2007-04-16 18:48:48 -07:00
dbaron@dbaron.org
4dc79491ad
Add todo_is and todo_isnot functions. b=377721 r=sayrer
2007-04-16 18:06:42 -07:00
sayrer@gmail.com
0ce8af1698
Bug 368994. move mochitests near the code they test. round 7. r=bzbarsky
2007-04-16 08:18:50 -07:00
sayrer@gmail.com
51fd920a47
Bug 368994. Move mochitests near the code they test, round 6. r=bzbarsky
2007-04-14 10:46:36 -07:00
martijn.martijn@gmail.com
26ef89ca50
Bug 377435 - Text inside harness.xul isn't selectable and doesn't show a scrollbar, r=sayrer
2007-04-13 15:25:35 -07:00
axel@pike.org
a364c25975
bug 361583, start using Preprocessor.py instead of preprocessor.pl in building Minefield, r=bsmedberg
2007-04-11 09:35:01 -07:00
jwatt@jwatt.org
c82c6a087a
Fixing bug 372098. HTML links with target="" should use the base target. r=Olli.Pettay@gmail.com, sr=jonas@sicking.cc
2007-03-26 06:19:33 -07:00
hg@mozilla.com
465265d0d4
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
2007-03-22 10:30:00 -07:00