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

172 Коммитов

Автор SHA1 Сообщение Дата
Dan Minor b32a2a0bea Bug 927989 - cpp unittest TestStartupCache fails when run from test package; r=ted 2013-10-23 14:28:49 -04:00
Mike Hommey ca1b5bf42a Bug 926906 - Kill core_abspath, core_realpath and core_winabspath. r=gps 2013-10-17 07:55:16 +09:00
Christian Holler a0a1e87358 Bug 920055 - Honor install-strip and STRIP_FLAGS when packaging tests. r=ted
--HG--
extra : rebase_source : 6845c548309113cecdf30d6ca3a885b39b0c0d03
2013-09-28 00:48:06 +02:00
Dan Minor 11d7f69af7 Bug 920602 - Only package Android cppunittest manifest on Android; r=ted 2013-09-27 08:26:05 -04:00
Ted Mielczarek 3d318d39ac bug 919635 - package Steeplechase tests and extra bits in test package. r=gps
--HG--
extra : rebase_source : b0030545c25da1f27c601363c84362470a32aee6
2013-09-25 06:57:34 -04:00
Ed Morley 243fa365bb Backed out changeset 0fae05649fe8 (bug 919635) 2013-09-25 13:48:21 +01:00
Ted Mielczarek 5f1252aa45 bug 919635 - package Steeplechase tests and extra bits in test package. r=gps 2013-09-25 06:57:34 -04:00
Dan Minor 039861bb02 Bug 915245 - Add manifest support to cpp unittest harness; r=ted 2013-09-24 07:18:58 -04:00
Dan Minor 4ceafeee27 Bug 916742 - Add new jit-test dependencies to test package; r=ted 2013-09-23 09:41:26 -04:00
Jonathan Griffin 078a1d0ff7 Bug 908356 - In-tree reuqirements files for marionette and mozbase, r=aki 2013-09-05 17:36:16 -07:00
Dan Minor af33bda3ca Bug 858620 - Add jit-tests to test package;r=glandium 2013-08-21 08:20:24 -04:00
Andrew Halberstadt d7bb9d5c8c Bug 906045 - Remove --build-info-json from mochitest make targets, r=jgriffin, DONTBUILD, a=NPOTB 2013-08-19 13:01:52 -04:00
Gregory Szorc 70cb72ed2c Bug 904823 - Discourage use of make for running xpcshell tests; r=ted 2013-08-14 17:43:04 -07:00
Joel Maher 57e18cad43 Bug 868158 - mochitests should support manifest format. r=ted 2013-08-02 08:48:06 -04:00
Mihnea Dobrescu-Balaur d9f8bf5f9b Bug 898142 - xpcshell make target should pass in pluginsPath. r=gps 2013-07-25 15:20:34 -07:00
Ryan VanderMeulen d806e1e244 Merge m-c to inbound. 2013-07-10 09:45:16 -04:00
Dan Minor e5499a2f3b Bug 889078: Strip cpp tests prior to packaging; r=glandium 2013-07-09 12:54:40 -04:00
Ms2ger 44026109d3 Bug 888574 - Remove TAR_CREATE_FLAGS_QUIET, make TAR_CREATE_FLAGS quiet by default; r=gps+ted 2013-07-10 11:55:01 +02:00
Geoff Brown c652c9b9a7 Bug 882932 - Add -httpd-path option to mochitests and reftests; r=jmaher 2013-06-26 20:42:46 -07:00
Dan Minor (dminor@mozilla.com) 75f718a351 Bug 811404 - Stage cpptests as part of package-tests. r=ted 2013-06-24 13:45:32 -04:00
Dave Townsend 862160d80e Bug 884032: Remove the testing/jetpack directory. r=gps 2013-06-21 10:50:22 -07:00
Nick Alexander dc310122de Bug 874132 - Second reland Part 3: Replace uses of apkbuilder with zip and custom debug signing tool. r=jmaher,mfinkle
This incorporates follow-ups including: rename the debug key; check if
key alias exists rather than just testing for keystore existence; set
$(AIDL).

Renaming the debug key works around an un-confirmed JDK bug in
jarsigner, where '-debug' and 'debug' compare the same.
2013-06-20 11:50:28 -07:00
Nick Alexander 8bf1a1594f Backed out changeset 3a4c1a113154 (Bug 874132) for jarsigner "Please specify alias name" errors. 2013-06-19 08:21:15 -07:00
Nick Alexander ab45bf0afe Bug 874132 - Part 3: Replace uses of apkbuilder with zip and custom debug signing tool. r=jmaher
--HG--
extra : rebase_source : cf6601c6591921397f96fd1011db43de962ee8ed
2013-06-18 09:25:16 -07:00
Ted Mielczarek 20c856ae55 bug 746244 - Port profileserver.py to Mozbase. r=jhammel
--HG--
rename : build/pgo/genpgocert.py.in => build/pgo/genpgocert.py
2013-05-28 15:33:57 -04:00
Andrew Halberstadt 9d8a5a66ce Bug 872164 - remove unnecessary Makefile, r=ted 2013-05-28 10:57:08 -04:00
Andrew Halberstadt ea5acb3257 Bug 872164 - Create in-tree mozharness config, r=jgriffin 2013-05-24 11:01:06 -04:00
Nick Alexander a12713c1bf Bug 863445 - Part 3: Make build/mobile/robocop/Makefile.in produce robocop-debug-signed.apk. r=jmaher
Also makes the developer-facing `make mochitest-robocop` run
robocop-debug-signed.apk, and deprecates `make
mochitest-robotium` (since we name this suite robocop on TBPL).
2013-05-20 11:39:50 -07:00
Nick Alexander 82c83a41b1 Bug 863445 - Part 2: Specify Robocop APK on runtestsremote.py command line. r=jmaher
This deprecates --robocop in favour of --robocop-ini, and
--robocopPath in favour of --robocop-apk.
2013-05-20 11:39:50 -07:00
Nick Alexander 31015381d6 Bug 863445 - Part 1: Make mobile/android/base/Makefile.in generate fennec_ids.txt. r=jmaher
Building mobile/android/base will now generate
$(DEPTH)/mobile/android/base/fennec_ids.txt.

--HG--
rename : build/mobile/robocop/parse_ids.py => mobile/android/base/fennec-ids-generator.py
2013-05-20 11:39:49 -07:00
Ed Morley c7205ce10a Backed out changeset 2d5c2f191920 (bug 863445) for breaking Android Nightlies
--HG--
rename : mobile/android/base/fennec-ids-generator.py => build/mobile/robocop/parse_ids.py
2013-05-13 12:31:39 +01:00
Ed Morley b09cbb1e22 Backed out changeset 611c81436abe (bug 863445) 2013-05-13 12:31:13 +01:00
Ed Morley 89a552998f Backed out changeset dac51812454a (bug 863445) 2013-05-13 12:31:10 +01:00
Nick Alexander 672acf8042 Bug 863445 - Part 3: Make build/mobile/robocop/Makefile.in produce robocop-debug-signed.apk. r=jmaher
Also makes the developer-facing `make mochitest-robocop` run
robocop-debug-signed.apk, and deprecates `make
mochitest-robotium` (since we name this suite robocop on TBPL).
2013-05-11 16:53:49 -07:00
Nick Alexander 0edfd46374 Bug 863445 - Part 2: Specify Robocop APK on runtestsremote.py command line. r=jmaher
This deprecates --robocop in favour of --robocop-ini, and
--robocopPath in favour of --robocop-apk.
2013-05-11 16:53:48 -07:00
Nick Alexander 59c2e95f0d Bug 863445 - Part 1: Make mobile/android/base/Makefile.in generate $(DIST)/fennec_ids.txt. r=jmaher
--HG--
rename : build/mobile/robocop/parse_ids.py => mobile/android/base/fennec-ids-generator.py
2013-05-11 16:53:48 -07:00
Nick Alexander ff732cfe09 Backed out e7739a472f09, 3fd142236a0f, and 382ec69cdfb1 (Bug 863445) for Android rc1 and rc2 failures on a CLOSED TREE. r=me
--HG--
rename : mobile/android/base/fennec-ids-generator.py => build/mobile/robocop/parse_ids.py
2013-05-10 21:38:52 -07:00
Nick Alexander 88436ea766 Bug 863445 - Part 3: Make build/mobile/robocop/Makefile.in produce robocop-debug-signed.apk. r=jmaher
Also makes the developer-facing `make mochitest-robocop` run
robocop-debug-signed.apk, and deprecates `make
mochitest-robotium` (since we name this suite robocop on TBPL).
2013-05-10 18:39:00 -07:00
Nick Alexander 26a9b186c8 Bug 863445 - Part 2: Specify Robocop APK on runtestsremote.py command line. r=jmaher
This deprecates --robocop in favour of --robocop-ini, and
--robocopPath in favour of --robocop-apk.
2013-05-10 18:39:00 -07:00
Nick Alexander a94e3667f9 Bug 863445 - Part 1: Make mobile/android/base/Makefile.in generate $(DIST)/fennec_ids.txt. r=jmaher
--HG--
rename : build/mobile/robocop/parse_ids.py => mobile/android/base/fennec-ids-generator.py
2013-05-10 18:39:00 -07:00
Josh Matthews 41a6f98b20 Bug 597064 - Add timeout logic to xpcshell test runner. r=ted 2012-12-20 03:43:19 -05:00
Mike Hommey a0c6629084 Bug 859705 - Un-szip libraries before pushing them on the device for xpcshell tests. r=ted 2013-04-18 09:14:38 +02:00
Bas Schouten 839048be74 Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE
Please contact Bas Schouten <bschouten@mozilla.com>, Nicolas Silva <nsilva@mozilla.com> or Nicholas Cameron <ncameron@mozilla.com> with general questions. Below is a rough list of authors to contact with specific questions.

Authors:
gfx/layers/Compositor.* gfx/layers/Effects.h - Compositor Interface - bas,nrc,nical
gfx/layers/d3d* - D3D9/D3D10 - bas
gfx/layers/ThebesLayer* - ThebesLayers - nrc,bas
gfx/layers/composite/* - CompositeLayers - nrc,nical
gfx/layers/client/* - Client - nrc,nical,bas
gfx/layers/*Image* - nical
gfx/layers/ipc ipc - IPC - nical
gfx/layers/opengl - CompositorOGL - nrc,nical
gfx/2d - bas,nrc
gfx/gl - GLContext - bjacob
dom/* layout/* - DOM - mattwoodrow
2013-04-10 09:20:52 +00:00
Joel Maher 4d00eeb1c3 Bug 852509 - add a make target for the pgo profile tests that we run during build time for pgo opt. r=ted 2013-03-19 13:14:40 -04:00
Boris Zbarsky 07b0ddbf32 Bug 845313. Make mochitest-ipcplugins actually pay attention to the TEST_PATH. r=bsmedberg 2013-02-26 15:10:15 -05:00
Ed Morley 601b6ce42a Merge latest green inbound changeset to mozilla-central 2013-02-14 10:44:41 +00:00
Joel Maher 2bb35cc876 Bug 841039 - add a make target for the leaktest tests we run at build time from the objdir. r=ted 2013-02-14 05:22:46 -05:00
Matt Brubeck 3086738135 Bug 839340 - mach reftest <dir> doesn't work on Windows [r=gps] 2013-02-13 15:35:45 -08:00
Jonathan Griffin eab3b47707 Bug 830538 - Make 'make mochiest-plain' work for b2g desktop builds, r=ted 2013-01-23 17:36:59 -08:00
Dave Townsend cf9be7d864 Bug 793928: Ship the Add-on SDK APIs as part of the platform. r=gps 2013-02-01 11:20:17 -08:00