Commit Graph

28 Commits

Author SHA1 Message Date
Simon Garesste
3eb8de30a2 Bug 1231810 - Fix files not following flake8 convention r=ted
flake8 was reporting the following issues:
* expected two blank lines
* unexpected spaces around keyword / parameter equals
* wrongly imported modules or multiple imports on one line
* under-indented lines for visual indent
* unidentified name because of a bad call

MozReview-Commit-ID: 7sjDoH4Z89L
2016-01-10 11:19:37 +01:00
Geoff Brown
eefd2fe813 Bug 1355222 - When debug logging requested for android mach test commands, enable devicemanager logging; r=jmaher 2017-04-11 09:21:37 -06:00
Geoff Brown
b72a74a2a6 Bug 1340584 - Remove devicemanagerSUT and references to sutagent; r=wlach
sutagent is no longer built or used; devicemanagerSUT is completely
unused. After this change, devicemanagerADB is the only implementation of
devicemanager, and test harness options like --dm_trans are eliminated.
2017-03-21 12:20:01 -06:00
Eugen Sawin
26593fd923 Bug 1307886 - [3.2] Extract xz-compressed libs for xpcshell and unit tests. r=glandium 2016-10-28 12:59:23 +02:00
Eugen Sawin
f561409ffe Bug 1307886 - [1.2] Remove szip support. r=glandium 2016-10-28 12:59:23 +02:00
Rob Wu
72326b1a05 Bug 1295323 - s/CalledProcessError/subprocess.CalledProcessError/ r=dminor
MozReview-Commit-ID: IxtsQCQbAE2
2016-08-01 19:01:12 -07:00
Geoff Brown
4668675a20 Bug 1233311 - Avoid python exception on Android cppunit time-out; r=jmaher 2015-12-18 12:17:07 -07:00
John Dai
4f46e18b76 Bug 1201370 - Add emulator parameter to cppunit test. r=ahal 2015-09-25 11:49:40 +08:00
Geoff Brown
eddda2f5de Bug 1090276 - Support mach cppunittest on Android; r=dminor 2015-09-14 08:40:35 -06: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
215fb20a89 Bug 1202101 - In Android cppunit tests, push assets libs; r=dminor 2015-09-09 07:12:57 -06:00
Jonathan Griffin
c8edf4f6e5 Bug 1190474 - Allow test-specific timeouts to be specified in cppunittest.ini, r=chmanchester 2015-08-12 16:25:56 -07:00
Sebastian Hengst
eb1e0b7375 Backout bedff4a78d9a (bug 1190474) for B2G ICS Emulator Cpp unittests permafail. r=backout 2015-08-13 09:08:45 +02:00
Jonathan Griffin
64f39c8e9c Bug 1190474 - Allow test-specific timeouts to be specified in cppunittest.ini, r=chmanchester 2015-08-12 16:25:56 -07: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
Geoff Brown
b68ea45f18 Bug 1171299 - Support mozinfo.json in cppunit tests; r=dminor 2015-06-04 10:51:14 -06:00
Dan Minor
460fdebe82 Bug 1087567 - Add proper manifest for cppunit tests; r=ted 2014-10-28 09:38:21 -04:00
Chris Manchester
ed5ff541e2 Bug 1034272 - Convert cppunittests to structured logging.;r=ted 2014-07-10 09:33:39 -04:00
Dan Minor
ab7840c8dc Bug 1014653 - Run C++ unit tests on B2G; r=gbrown 2014-07-15 15:53:33 -04:00
William Lachance
3b31c2fadb Bug 1036530 - Instantiate / initialize device root only when needed in mozdevice. r=bc 2014-07-11 15:29:30 -04:00
Dan Minor
f318a6d417 Bug 915245 - Add manifest support to cpp unittest harness; r=ted 2013-09-24 07:18:58 -04:00
Dan Minor
f8c3947cc1 Bug 903606 - Use mozfile.TemporaryDirectory in cppunittest scripts;r=ted 2013-08-19 10:02:42 -04:00
Dan Minor
91c428f567 Bug 893085 - remotecppunittests.py should accept --apk option and test directories as well as files on the command line; r=ted 2013-08-02 09:53:13 -04:00
Geoff Brown
6b1d8f4c9d Bug 821425 - Flexible env variable support for remote cpp unit tests; r=jmaher 2013-01-03 13:02:04 -07:00
Geoff Brown
de8170de68 Bug 824724 - Allow --remoteTestRoot option in remotecppunittests.py; r=jmaher 2013-01-03 13:02:01 -07:00
Geoff Brown
dcc3a585dd Bug 821590 - Use remote paths for MOZ_XRE_DIR and MOZILLA_FIVE_HOME in remote cpp unit tests; r=dmose 2013-01-03 13:01:59 -07:00
Geoff Brown
d8dc67448d Bug 821033 - Define TMPDIR and HOME environment variables for unit tests. r=dmose 2013-01-03 13:01:57 -07:00
Geoff Brown
46c75dcafa Bug 811411 - Add ability to run C++ unit tests on mobile; r=ted.mielczarek 2013-01-03 13:01:54 -07:00