Andrew McCreight
c9cb104c9d
Bug 1193917 - Paper over web audio leaks revealed by event loop changes. r=erahm CLOSED TREE
2015-08-12 12:47:43 -07:00
Kaustabh Datta Choudhury
4944b7594e
Bug 1162003 - Enable run-by-dir mode on Fx desktop opt builds. r=jmaher
2015-08-11 08:25:00 -04:00
Neil Deakin
6c2b4c2577
Bug 1134585, remove cpow usage from view selection source, r=mconley
2015-08-10 09:42:51 -04:00
Andrew Halberstadt
dfcc6912d2
Bug 1192235 - Update misleading mochitest usage string, r=chmanchester, DONTBUILD
2015-08-07 10:19:32 -04:00
Ryan VanderMeulen
48740cf0e3
Merge m-c to fx-team. a=merge
2015-08-06 15:53:46 -04:00
Ryan VanderMeulen
020ba79f04
Bug 1175527, bug 1175263 - Skip test_SpecialPowersPushPermissions.html on Android for frequent failures.
2015-08-06 13:38:55 -04:00
Geoff Brown
034b3f321a
Bug 1190975 - Do not dump device info and logcat when running mochitest via mach; r=jmaher
2015-08-06 07:27:47 -06:00
Andrew McCreight
a13ce24473
Bug 1074317 - Report indirect LSan leaks in mochitests. r=erahm
...
LeanSanitizer reports two kinds of leaks: direct and indirect. A
leaked block that is pointed to by another leaked block is an
"indirect leak", while one that isn't is a "direct leak". Often,
indirect leaks are just things entrained by the "real" leak, but if
two leaked blocks are in a cycle, then they both end up being
indirect, so we need to report them, too.
This patch makes it so that indirect LSan leaks are treated the same
as direct leaks by Mochitests, which means they will turn the tree
orange. There are a few existing indirect leaks of various severity,
so I had add some suppressions. See those bugs for more details.
2015-08-03 06:45:00 -04:00
Arthur Edelstein
b0580ec539
Bug 1187701 - add_task function for mochitest chrome and plain; r=jmaher
2015-08-03 11:14:10 -06:00
David Keeler
9db6074701
bug 1188100 - fold PSM's test_client_cert.js into necko's test_tls_server.js r=mcmanus
2015-07-29 14:27:54 -07:00
Mike Hommey
4db05d8c69
Bug 1189526 - Add screentopng to mochitest test archive on Gtk+3 builds. r=mshal
2015-08-01 08:54:45 +09:00
Julien Pagès
d0c49b8f0b
Bug 1091285 - move dumpScreen in a new mozscreenshot package. r=jgriffin
...
This also completely remove build/automationutils.py.
2015-07-29 17:50:16 +02:00
Chris Manchester
baaa9b38a8
Bug 1188730 - Select tests in the plugins subsuite by manifest rather than path to fix unintended interaction with mach try. r=ahal
...
This prevents mach try's filtering of the master mochitest manifest from
interacting with the plugins subsuite by selecting by manifest rather than
test path. The way we run mochitest other could use a lot of cleanup --
this is a quick fix to prevent misleading output on treeherder when using
mach try.
2015-07-29 00:10:06 -07:00
Kyle Machulis
a2757b0a33
Bug 1165981 - Mochitests and test plugin for Win64 plugin disabling; r=bsmedberg
2015-07-21 08:55:18 -07:00
Myk Melez
7256029b9e
Bug 1181867 - move -runtime flag to runtests.py so it gets set in automation; r=jland,ahalberstadt
2015-07-20 09:38:49 -07:00
Chris AtLee
fd8a16f2af
Bug 1178959: Disable browser_fail_unexpectedTimeout.js and browser_fail_timeout.js r=ted
2015-07-20 11:09:13 -04:00
Mike Conley
d4f0cb3104
Bug 1114299 - Regression test. r=smaug
2015-07-17 13:51:39 -04:00
Arthur Edelstein
e538c99fb3
Bug 1078657 - Add SpawnTask.js for async tasks in mochitests. r=jmaher
2015-07-17 12:37:24 -04:00
Ryan VanderMeulen
a0f2a2a9c7
Backed out changeset e5a750ee7e0b (bug 1078657) for test_async_setTimeout_stack.html and test_async_setTimeout_stack_across_globals.html failures.
...
CLOSED TREE
2015-07-17 12:06:14 -04:00
Arthur Edelstein
39673d63e1
Bug 1078657 - Add SpawnTask.js for async tasks in mochitests. r=jmaher
2015-07-17 01:44:00 -04:00
Andrew Halberstadt
8cffe8fa6b
Bug 1014760 - Move mozlog.structured to mozlog; Move mozlog to mozlog.unstructured, r=jgraham
...
Mozlog currently has two implementations. The top level package is based on the logging module and is
deprecated. The newer structured logging implementation lives in mozlog.structured. This patch swaps the
two, so the top level mozlog module contains the recommended implementation, while mozlog.unstructured
contains the old one.
2015-07-16 10:38:40 -04:00
Hiroyuki Ikezoe
fbaafc3f3f
Bug 1101039 - Mochitest should output stack trace in failure case. r=ted
...
CLOSED TREE
2015-07-15 15:10:00 -04:00
Chris Manchester
a32d44cab8
Bug 890026 - Use kill_and_get_minidump in place of crashinject.exe in mochitest so we can stacks from more hangs. r=ted
2015-07-15 16:52:27 -07:00
Andrew Comminos
1739a935db
Bug 1178896 - Add support for determining if a plugin is OOP to nsIPluginHost. r=aklotz
2015-07-11 19:08:00 +02:00
Geoff Brown
495b7cbfe1
Bug 1026290 - Update mochitest-chrome manifests for android; r=jgriffin
2015-07-10 14:41:59 -06:00
Wes Kocher
cc806c6518
Merge inbound to central, a=merge
2015-07-09 18:01:25 -07:00
Geoff Brown
9e1b74c17f
Bug 1179981 - A new test harness for robocop; r=jmaher
2015-07-09 12:30:01 -06:00
Brian Grinstead
50da040cd5
Bug 1175318 - Import Console.jsm for mochitests;r=ted,r=past
2015-07-08 12:10:29 -07:00
Matthew Noorenberghe
ddccc4eaf6
Bug 1177169 - Add the ability to open preferences via UITour. r=Gijs
2015-07-09 11:31:10 -04:00
Julien Pagès
6a595c1c90
Bug 1091274 - Move leak log functions out of automationutils and into mozbase. r=jgriffin
2015-07-03 07:04:22 +02:00
Jeff Walden
b2f6bbd517
Bug 1165533 - Use SameValue semantics in Mochitests' is() and similar methods. r=Ms2ger
2015-05-19 13:09:48 -07:00
Jeff Walden
22218d8be1
Bug 1165533 - Make Mochitest's repr() functionality better distinguish values: include an explicit sign in zero representations, and escape and quote strings to distinguish them from their contents. r=Ms2ger
2015-07-02 21:19:02 -07:00
Julien Pagès
d4f0266bdc
Bug 1091284 - Remove systemMemory, environment from automationutils. r=jgriffin
2015-07-01 22:00:07 +02:00
Julien Pagès
bf83d83ddb
Bug 1178154 - move ShutdownLeaks and LSANLeaks from automationutils to mochitest. r=jgriffin
2015-06-29 20:09:51 +02:00
Julien Pagès
adabf84aee
Bug 1177780 - remove useless stuff in automation.py. r=jgriffin
2015-06-26 22:45:18 +02:00
Myk Melez
2b9e3fc9b5
Bug 1168737 - specify runtime with command-line arg on Mac for tests; r=jmaher,marco
2015-06-26 09:22:40 -07:00
Gregory Szorc
4f2fb895aa
Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium
...
This removes ambiguity as to which modules are being imported, making
import slightly faster as Python doesn't need to test so many
directories for file presence.
All files should already be using absolute imports because mach command
modules aren't imported to the package they belong to: they instead
belong to the "mach" package. So relative imports shouldn't have been
used.
2015-06-21 17:39:09 -07:00
Ryan VanderMeulen
2cc08b4a01
Merge inbound to m-c. a=merge
...
CLOSED TREE
2015-06-19 16:33:59 -04:00
Nick Alexander
858076ed5f
Bug 1168407 - Pre: Move roboextender under mobile/android/tests. r=gbrown
...
I want to include a file built during the Fennec build to the
roboextender extension; this is an easy way to arrange it.
I took the opportunity to make the extension file tree mirror the XPI
file tree, which always used base/.
2015-06-15 15:51:21 -07:00
Birunthan Mohanathas
bc11441e57
Bug 1174612 - Consolidate MEMORY STAT messages into a single line. r=chmanchester
2015-06-15 12:27:35 -07:00
Ryan VanderMeulen
63f30a7691
Backed out changeset 4d9c70392f0e (bug 1174612) for total mochitest bustage.
...
CLOSED TREE
2015-06-15 16:47:11 -04:00
Andrew Comminos
2a579c982c
Bug 1173971 - Force core Xlib events on GTK3. r=karlt
2015-06-12 06:55:00 -04:00
Ryan VanderMeulen
a8413ea695
Merge m-c to inbound. a=merge
2015-06-15 15:56:20 -04:00
Ryan VanderMeulen
877320e93e
Merge inbound to m-c. a=merge
2015-06-15 15:55:28 -04:00
Birunthan Mohanathas
57eca8fb7a
Bug 1174612 - Consolidate MEMORY STAT messages into a single line. r=chmanchester
2015-06-15 12:27:35 -07:00
Gijs Kruitbosch
94e06eb343
Bug 1172270 - don't cause extra flushes for reader mode, r=margaret,smaug
2015-06-08 16:56:34 +01:00
chunminchang
2ddf7f1549
Bug 1141415 - add expire setting of permission to SpecialPowers. r=jmaher
2015-06-12 18:01:00 +02:00
Amod Narvekar
a46fa66ce5
Bug 1061813 - Added a check to test whether this.currentTest.scope.test is a function. r=jmaher
2015-06-11 10:15:00 +02:00
Jonathan Griffin
1b75977b76
Bug 1173114 - Fallback to chunk-by-dir if runtimes file not found, r=ahal
2015-06-10 10:12:31 -07:00
Gijs Kruitbosch
3a555cefe9
Bug 1165890 - change warning for 'leaking' window properties, r=ted
2015-05-18 14:30:07 +01:00