Ryan VanderMeulen
13a40152e9
Bug 874437 - Increase B2G mochitest leak threshold to 5012 bytes. rs=khuey
2014-08-17 15:09:27 -04:00
Ryan VanderMeulen
e19d99af2b
Merge inbound to m-c. a=merge
2014-08-16 17:42:29 -04:00
Ahmed Kachkach
fd804e3242
Bug 1054304
- Correct test status for tests that do not call SimpleTest.finish(). r=chmanchester
2014-08-15 09:26:00 -04:00
Ryan VanderMeulen
4d85d8809e
Merge m-c to fx-team. a=merge
2014-08-15 17:07:24 -04:00
Chris Manchester
97cca51025
Bug 1054375 - Fix reference to tbplformatter in mozlog docs. r=wlach
2014-08-15 14:30:38 -04:00
Chris Manchester
09e8e31c72
Bug 1054324 - Bump mozlog version to pick up exception stack logging. r=ahal
2014-08-15 12:00:55 -04:00
Ahmed Kachkach
566b7313a3
Bug 1050251 - Use the correct message/name for chrome mochitest asserts. r=chmanchester
2014-08-15 14:42:00 -04:00
James Graham
f8790c7e21
Bug 1023371 - Refactor mozcrash to seperate out the IO from the stack inspection, r=ted.mielczarek
...
This makes it compatible with structured logging.
2014-08-15 23:19:34 +01:00
Andrew McCreight
16ccc46cc6
Bug 1039633 - Always try to set the ASan symbolizer in gtest runs. r=ted
2014-08-15 11:10:53 -07:00
William Lachance
bc8f824609
Bug 1051895 - Make mozdevice docs a bit easier to navigate;r=bc DONTBUILD NPOTB
2014-08-15 12:59:02 -04:00
Ahmed Kachkach
43534ae411
Bug 1052937 - Add a default value for mochitest assertions' name. r=ahal
2014-08-13 11:09:00 -04:00
Ahmed Kachkach
0cf274b769
Bug 1051635 - Fix the missing error handling in TestRunner (structured logging). r=chmanchester
2014-08-12 13:59:00 -04:00
Ahmed Kachkach
5a50f85702
Bug 1051024 - Remove unstructured logs parsing in mochitest handlers. r=ahal
2014-08-08 14:15:00 -04:00
Julien Pagès
79304efc32
Bug 820154 - Implement todo() in marionette-simpletest. r=jgriffin
2014-08-13 07:19:00 -04:00
Chris Manchester
9ce1406402
Bug 1054114 - Add exception stacks logged in test_status to mach and tbpl formatters.;r=jgraham
2014-08-15 10:55:48 -04:00
Dan Minor
9c7d373cd3
Bug 1014653 - Add debug b2g emulator cppunit test failures to manifest; r=gbrown
2014-08-15 08:32:07 -04:00
Georg Fritzsche
3ec162d8ae
Bug 862563 - Remove implicit acceptance for data reporting notification and notify on first run. r=gps
...
The data reporting notification was over-complicated. It wasn't
displayed for +24hr after first run and it had a weird, non-required
policy around what constituted acceptance of the policy.
The notification is now shown shortly after first startup.
The logic around "notification accepted" has been greatly simplified by
rolling it into "notification shown." Where we once were checking
whether the notification has been "accepted," we now check whether it
has been displayed. The overly complicated logic around the implicit
acceptance of the policy has also been removed.
The end result is the code for managing the state of the notification is
greatly simplified.
2014-07-09 14:32:29 -07:00
Ralph Giles
ef3acdccf9
Bug 1054043 - Remove 32 bit cmd wapper from mozrunner. r=ted
...
We no longer support MacOS 10.5 and the version string compare
fails on 10.10. Unbreaks running the mochitests there.
2014-08-14 15:44:00 -07:00
Ryan VanderMeulen
9f14687e30
Merge fx-team to m-c. a=merge
2014-08-14 17:11:56 -04:00
Mark Banner
bbabf6101c
Bug 1046490 Ensure Loop is always enabled in tests, so that turning the pref off doesn't cause failures. r=mikedeboer
2014-08-14 12:22:04 +01:00
Ed Morley
f89428e987
Merge latest green fx-team changeset and mozilla-central; a=merge
2014-08-14 08:50:16 +01:00
Ahmed Kachkach
f4a450fd88
Bug 1039833 - Add structured logging command line arguments for mochitest/mach. r=chmanchester, r=ahal
2014-08-13 12:03:00 -04:00
Geoff Brown
bdcfaf95db
Bug 865006 - Re-order manifest and run a few more xpcshell tests on Android; no review
...
--HG--
extra : rebase_source : 0c43953ffac68f75036bd20183e3307befa449f9
2014-08-13 16:23:26 -06:00
Geoff Brown
6bd1bfc0ee
Bug 970994 - Add NSPR log support for Android mochitests; r=dminor
...
--HG--
extra : rebase_source : 354fdabf202da6ecb6823c4190b79290793a3734
2014-08-13 16:23:26 -06:00
Andrew Halberstadt
bfe983d00f
Bug 969146 - DeviceRunner should always check for crashes onFinish, r=davehunt
2014-08-14 10:24:47 -04:00
Wes Johnston
43899b951c
Bug 1046493 - Enable video casting during tests. r=gbrown
2014-08-13 14:53:34 -07:00
Ryan VanderMeulen
11585b0a0d
Merge m-c to fx-team. a=merge
2014-08-13 15:32:14 -04:00
Tim Taubert
c05e42221f
Bug 1052371 - Fix m-bc shutdown leak detector r=akachkach
2014-08-12 21:23:29 +02:00
Ed Morley
ef38f72afe
Bug 1039019 - Set MOZ_DISABLE_NONLOCAL_CONNECTIONS for opt B2G mochitests; r=froydnj
2014-08-13 16:51:50 +01:00
Ed Morley
4443ab6a66
Bug 1052016 - Prevent SNTP connections to *.pool.ntp.org during automation; r=froydnj
2014-08-13 16:51:50 +01:00
Ed Morley
9fc10e5c2a
Backed out changeset 7dcc83c574ed (bug 1050700) by request; CLOSED TREE DONTBUILD
2014-08-13 15:37:31 +01:00
James Graham
e5616bde73
Bug 1050700 - Add support for exc_info to mozlog.structured log actions, r=chmanchester
2014-08-13 15:10:46 +01:00
Eric Rahm
c810feb332
Bug 1049051 - Part 6: Adjust leak threshold. r=khuey
...
--HG--
extra : rebase_source : a57e3fa89c2aa84ac0017b4975efc83bd440df9d
2014-08-12 11:44:25 -07:00
Ryan VanderMeulen
8a3ea728ef
Merge m-c to inbound. a=merge
2014-08-13 15:52:01 -04:00
James Graham
313b119011
Bug 1053207 - Count number of passing subtests in mach formatter, r=chmanchester
2014-08-13 18:52:48 +01:00
James Graham
fb28ab8ae2
Bug 1050700 - Add support for exc_info to mozlog.structured log actions, r=chmanchester
2014-08-13 18:52:47 +01:00
James Graham
5278fcc41f
Bug 1050408 - Remove uses of logging.warn from DeviceManager, r=wlach
2014-08-12 14:37:22 +01:00
Wes Kocher
63a5782589
Merge m-c to inbound
2014-08-11 16:19:27 -07:00
Ryan VanderMeulen
552da54d71
Merge inbound to m-c. a=merge
2014-08-11 16:10:07 -04:00
Dave Hunt
aa22399cd7
Bug 1044136 - Change default logging level in marionette test runner to info. r=cmanchester
2014-08-08 10:02:00 -04:00
Armen Zambrano Gasparnian
c7dfd72337
Bug 1051799 - [mozprocess] Bump mozprocess to 0.21. r=wlach. DONTBUILD
2014-08-11 11:36:01 -04:00
Dave Hunt
7d3647edf0
Bug 1051741 - Bump marionette_client version to 0.8.2. r=mdas
2014-08-11 02:48:00 -04:00
Geoff Brown
c3b12d660f
Bug 1042097 - Upload Android tombstones to blobber; r=dminor
2014-08-11 11:55:28 -06:00
Armen Zambrano Gasparnian
a3743b5acd
Bug 1046087 - Normalize line endings on mozprocess for Adb Windows. r=wlach
2014-08-11 08:59:56 -04:00
Ms2ger
a0992ceb80
Bug 1051199 - Bump mozlog to version 2.4; r=jgraham (DONTBUILD)
2014-08-10 09:56:56 +02:00
Bobby Holley
12e0c48603
Bug 1026785 - Fix typo. r=me DONTBUILD
2014-08-09 17:36:09 -04:00
Ryan VanderMeulen
db9cc2a062
Merge inbound to m-c. a=merge
2014-08-09 11:19:46 -04:00
Sylvestre Ledru
ac9d156829
Bug 1050715 - Update the description of the various tests targed proposed by './mach help' r=jmaher
...
--HG--
extra : rebase_source : 29019a02711ffce5c148787517051855259b6446
2014-08-09 15:37:29 +02:00
Gijs Kruitbosch
dd90c545b0
Bug 1051066 - fix mochitest-chrome for single test runs, r=ted
...
--HG--
extra : rebase_source : 85ddaf183d33014d86b5659db10871b9ae2abc94
2014-08-09 09:26:53 +01:00
Wes Kocher
ac5cbf85c0
Merge m-c to b2g-inbound
2014-08-08 14:43:55 -07:00