Dave Townsend
6186552d07
Bug 1192924: Check for updated system add-ons and download and install them. r=rhelmer
...
This performs the update check for system add-ons. It runs as part of the daily
add-on update checks similar to hotfix checks. Currently no URL is set so builds
won't actually start checking yet.
I've taken a few shortcuts here by only staging updates and needing a restart to
install as well as always downloading updates rather than using existing local
copies. At least the latter probably needs fixing before turning this on but
it makes more sense to iterate on those in tree.
2015-09-10 10:57:39 -07:00
Wes Kocher
69b522405d
Backed out 3 changesets (bug 1192924) for Android bustage CLOSED TREE
...
Backed out changeset 30d612836685 (bug 1192924)
Backed out changeset a6860f880e01 (bug 1192924)
Backed out changeset 10e1fa2cc23a (bug 1192924)
2015-09-22 11:02:55 -07:00
Dave Townsend
a19b5df33c
Bug 1192924: Check for updated system add-ons and download and install them. r=rhelmer
...
This performs the update check for system add-ons. It runs as part of the daily
add-on update checks similar to hotfix checks. Currently no URL is set so builds
won't actually start checking yet.
I've taken a few shortcuts here by only staging updates and needing a restart to
install as well as always downloading updates rather than using existing local
copies. At least the latter probably needs fixing before turning this on but
it makes more sense to iterate on those in tree.
2015-09-10 10:57:39 -07:00
J. Ryan Stinnett
2dada8f365
Bug 912121 - Rewrite require / import to match source tree. rs=devtools
...
In a following patch, all DevTools moz.build files will use DevToolsModules to
install JS modules at a path that corresponds directly to their source tree
location. Here we rewrite all require and import calls to match the new
location that these files are installed to.
2015-09-21 12:04:18 -05:00
Geoff Brown
5b7833bb01
Bug 1206142 - Use adb as default devicemanager for Android xpcshell tests; r=jgraham
2015-09-18 13:51:57 -06:00
Andrew Halberstadt
47ccfb9842
Bug 1206073 - [xpcshell] Fix default value for testingModulesDir when running from mach, r=jgraham
2015-09-18 10:00:40 -04:00
James Graham
2e444ca098
Bug 1193257 - Make xpcshell harness command line arguments path filters for tests, r=ahal
2015-09-17 10:51:02 +01:00
James Graham
1e629f9bf0
Bug 1193224 - Remove vestigial --tests-root-dir option from xpcshell tests, r=ahal
2015-09-17 10:51:00 +01:00
Patrick McManus
bc48a7f80d
bug 1204614 - test for h2 per stream flow control r=hurley
2015-09-14 14:08:10 -04:00
Shu-yu Guo
37989840cd
Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Wes Kocher
8023eacc17
Backed out 7 changesets (bug 1181516, bug 1198257, bug 1193257, bug 1194166, bug 1193223, bug 1193224, bug 1181520) for breaking android 4.0 debug reftests CLOSED TREE
...
Backed out changeset 25f22b3433e0 (bug 1194166)
Backed out changeset a824847677c5 (bug 1193257 )
Backed out changeset 6cc19a8f1bb0 (bug 1193224 )
Backed out changeset bf1271f6cfa0 (bug 1198257)
Backed out changeset 75b3c43770bd (bug 1193223)
Backed out changeset 81a5cf4c8f19 (bug 1181516)
Backed out changeset db3691ee6fd1 (bug 1181520)
2015-09-15 08:52:19 -07:00
James Graham
531d21030e
Bug 1193257 - Make xpcshell harness command line arguments path filters for tests, r=ahal
2015-09-15 15:33:37 +01:00
James Graham
0b1a8ed1bb
Bug 1193224 - Remove vestigial --tests-root-dir option from xpcshell tests, r=ahal
2015-09-15 15:33:36 +01:00
Dragana Damjanovic
579751a2b2
Bug 1172502 - Add message encription for WebPush. r=mt r=kitcambridge r=keeler r=smaug
2015-09-11 07:51:32 -07:00
Carsten "Tomcat" Book
2b181b0d92
Backed out 7 changesets (bug 1181516, bug 1198257, bug 1193257, bug 1194166, bug 1193223, bug 1193224, bug 1181520) for test bustages on Android on a CLOSED TREE
...
Backed out changeset efe681ac063f (bug 1194166)
Backed out changeset bfcbce193ccf (bug 1193257 )
Backed out changeset bb035419fd9c (bug 1193224 )
Backed out changeset eb2d48b71c37 (bug 1198257)
Backed out changeset 0d6532c1e99e (bug 1193223)
Backed out changeset da3dd2f650d0 (bug 1181516)
Backed out changeset 29c33bbaac01 (bug 1181520)
2015-09-11 14:18:09 +02:00
James Graham
3bc36c05f5
Bug 1193257 - Make xpcshell harness command line arguments path filters for tests, r=ahal
2015-09-11 12:30:14 +01:00
James Graham
8ff9dcca39
Bug 1193224 - Remove vestigial --tests-root-dir option from xpcshell tests, r=ahal
2015-09-11 12:30:14 +01:00
Nathan Froyd
0c4198a14a
Bug 1196430 - part 6 - move cut-and-paste stack fixer code into mozrunner; r=wlach
...
This code is cut-and-pasted in several different places around the tree.
Let's put it in a common place.
2015-08-26 19:57:36 -04:00
Geoff Brown
039add5cb7
Bug 1202102 - Apply szip to libs pushed for Android cppunit and xpcshell tests; r=dminor
2015-09-09 07:12:58 -06:00
Geoff Brown
bfa1ed512b
Bug 1202790 - Improve argument handling for android 'mach xpcshell-test'; r=chmanchester
2015-09-09 07:12:56 -06:00
Nick Fitzgerald
f38360ddbb
Bug 1200446 - Add a method for saving heap snapshots to MemoryActor; r=jryans
2015-09-04 18:36:52 -07:00
Geoff Brown
8c4381b5df
Bug 1164596 - Add mach android-emulator command; r=ahal
2015-09-01 15:07:53 -06:00
Gijs Kruitbosch
d33026dde6
Bug 1198716 - fix xpcshell --jsdebugger argument, r=jryans
2015-08-26 21:57:24 +01:00
Vaibhav Agrawal
228761e931
Bug 1197541 - Add --dump-tests option to mochitest and xpcshell for all tests that will be run. r=ahal
2015-08-21 17:16:11 -07:00
Nathan Froyd
6a4d92e5f5
Bug 1192291 - use llvm-symbolizer when running xpcshell tests under TSan; r=ted
2015-08-07 02:58:05 -04:00
Hiroyuki Ikezoe
ef939ac4ca
Bug 1150818 - Part 2: Load mozinfo.json into xpcshell tests. r=ted
2015-08-20 16:06:00 -04:00
Alexandre Poirot
0939709730
Bug 1190452 - Always import toolkit/devtools/server/main.js as CommonJS module. r=jryans
2015-08-10 05:38:56 -07:00
David Keeler
c31ac3c1fe
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
Julien Pagès
6e0fa8b546
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
Alessio Placitelli
4bccae9113
Bug 1168835 - Add test coverage for pending-pings quota. r=gfritzsche
2015-07-20 08:46:00 +02:00
Andrew Halberstadt
5c1241cd79
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
Gregory Szorc
bf1e7d6808
Bug 1176642 - Defer import of urllib2; r=chmanchester
...
This prevents 8 module imports from occurring at mach startup time.
As part of this, I discovered a redundant import of "sys" and eliminated
it.
2015-06-25 12:12:15 -07:00
Gregory Szorc
d993a444fa
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
Michael Layzell
54fffe9f2f
Bug 1173503 - Make do_check_true output include the passed message in xpcshell unit tests r=ted
2015-06-19 14:27:37 -07:00
Alessio Placitelli
f5c81de500
Bug 1169159 - Make xpcshells run_test_in_child() and do_await_remote_message() return promises. r=ted,gfritzsche
2015-06-03 04:41:00 +02:00
Chris Manchester
aa30a01aa0
Bug 487494 - Pipe xpcshell's output through a stack fixer.;r=ted
2015-06-11 11:21:13 -07:00
Chris Manchester
0e4c4a9b01
Bug 487494 - Add an xpcshell selftest for readable stacks from assertions.;r=ted
2015-06-11 11:21:12 -07:00
James Graham
ced8b826cd
Bug 1171849 Let consumers override mozlog default formatter options, r=chmanchester
2015-06-05 17:48:06 +01:00
Dragana Damjanovic
79608615b0
Bug 1150812 - xcpshell test for PushService with http2. r=nsm, r=mt
2015-06-02 07:16:00 -04:00
Robert Strong
6ea6780b49
Bug 1169729 - Add prefixes to the mkdtemp calls in runxpcshelltests.py so it is easy to determine the directories that cause 'INFO Failed to remove directory' messages. r=ted
2015-06-01 11:52:21 -07:00
Patrick McManus
e387ed7871
Bug 1159944 - more alt-svc tests r=hurley
2015-04-30 20:53:20 -04:00
Chris Manchester
358a9eea75
Bug 1160164 - Run "all the tests" when invoking xpcshell's mach command with no arguments instead of passing "all" to the test resolver.;r=ahal DONTBUILD
2015-04-30 11:30:10 -07:00
ziyunfei
649e7033e4
Bug 1102219 - Part 4: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till
2015-04-30 00:32:05 +09:00
Hiroyuki Ikezoe
398b012fba
Bug 1150822 - Need ability to skip each test on a given conditions. r=ted
2015-04-27 20:39:00 +02:00
Georg Fritzsche
fbfffbfda7
Bug 885389 - Add test coverage for do_get_profile() observer notifications. r=ted
2015-04-21 16:30:37 +02:00
Georg Fritzsche
82d96d81d8
Bug 885389 - Make do_get_profile() optionally fire profile-after-change on completion. r=ted
2015-04-21 16:30:36 +02:00
Georg Fritzsche
c971ca2481
Bug 1150134 - Part 3: Avoid hitting the network from Telemetry for xpcshell tests. r=yoric
2015-04-14 16:49:57 +02:00
Wes Kocher
6b4d65d584
Merge inbound to m-c a=merge
2015-04-13 17:13:10 -07:00
Carsten "Tomcat" Book
ce29d8a0fc
Merge mozilla-central to fx-team
2015-04-13 12:10:00 +02:00
Mark Hammond
ff13ce8179
Bug 1074014 - allow verbose=true in xpcshell test manifests. r=ted
2015-04-13 10:32:55 +10:00