Commit Graph

6746 Commits

Author SHA1 Message Date
Kai-Zhen Li
1b8719e55b Bug 1144463 - Add dolphin-512 and update docker. r=jlal 2015-03-30 15:09:04 +08:00
jlal@mozilla.com
6967161f6e Bug 1148817 - Use machine local pip caches r=me a=taskcluster-only 2015-03-28 12:50:09 -07:00
Gregory Arndt
4f73bae372 Bug 1148995 - Display error message returned by testdroid endpoint r=me a=taskcluster-only 2015-03-29 21:07:01 -05:00
Mark Capella
ba0d62aa2f Bug 1134446 - Automatically open the ReadingList sidebar the first time ReaderMode is used, r=unfocused 2015-03-29 08:35:23 -04:00
Phil Ringnalda
05373ca7d6 Merge m-c to m-i
CLOSED TREE
2015-03-28 11:56:12 -07:00
Phil Ringnalda
e44e211365 Merge b-i to m-c, a=merge 2015-03-28 11:47:50 -07:00
Philip Chee
81ade32fc8 Backed out changeset: 764b057e1c3f (Bug 1139958 - Start using AppConstants.jsm in Toolkit) 2015-03-28 20:54:30 +08:00
Philip Chee
4cfa2f8c72 Bug 1139958 - Start using AppConstants.jsm in Toolkit r=mossop 2015-03-28 19:17:24 +08:00
Wes Kocher
9404271713 Merge m-c to b2ginbound a=merge 2015-03-27 17:18:16 -07:00
Ryan VanderMeulen
0cd85cf50d Backed out changeset 8dc24100ee36 (bug 1064083) because the bug it depends on was backed out.
CLOSED TREE
2015-03-27 16:57:40 -04:00
Ryan VanderMeulen
1cc00ee88d Backed out changesets acbab9e22691 and 3c34fd480729 (bug 987360) for Android/B2G xpcshell bustage.
CLOSED TREE
2015-03-27 13:12:19 -04:00
jlal@mozilla.com
6f068712ad Bug 1148522 - Increase GIP f to 15 chunks r=me a=config-only 2015-03-27 04:16:27 -07:00
Ryan VanderMeulen
9c0db5ac32 Merge m-c to inbound. a=merge
CLOSED TREE
2015-03-27 11:17:04 -04:00
Ryan VanderMeulen
4deebeb366 Backed out changeset a9d42e5c0c44 (bug 1148348) for test failures. 2015-03-27 10:09:30 -04:00
gaye
633b37f5a8 Bug 1148065 - Retry Gu, Gij, Gbu, and Gip tests on failure r=lightsofapollo 2015-03-27 01:49:19 -07:00
jlal@mozilla.com
4e4ecaa6aa Bug 1148348 - Turn back on Rs-oop for b2g-destkop r=me a=config-only 2015-03-27 02:48:46 -07:00
jlal@mozilla.com
bd3ec3ae6a Bug 1144944 -Add support for emulator kk x86 r=kli 2015-03-27 00:48:15 -07:00
jlal@mozilla.com
528dacad91 Bug 1147977 - Add additional timeouts and retries to curl downloads in tc-vcs r=jonasfj 2015-03-26 14:27:17 -07:00
Gregory Arndt
9e5e5a3c96 Bug 1142779 - Environment variables needed for automated testing on device. r=me a=config-only 2015-03-26 22:44:55 -05:00
Wes Kocher
5fda97fd8d Merge fx-team to m-c a=merge CLOSED TREE 2015-03-26 17:22:05 -07:00
Wes Kocher
28fd43f9a0 Merge b2g-inbound to m-c a=merge CLOSED TREE 2015-03-26 16:44:47 -07:00
Mike Shal
4b6143078e No bug - Bump mozharness.json to revision 9c18f2f9e0c0; r=jlund a=testing 2015-03-26 18:41:13 -04:00
Ryan VanderMeulen
65b8c960ef Merge mozilla-inbound to m-c. a=merge
CLOSED TREE
2015-03-26 14:43:39 -04:00
Andrew Halberstadt
75ca512b9a Bug 987360 - Fix b2g/android xpcshell bustage, r=bustage 2015-03-27 12:17:00 -04:00
Gregory Arndt
6c0ea29d07 Bug 1142779 - Incorrect test configuration for b2g-inbound flame-kk tests r=me a=config-only 2015-03-26 09:03:38 -05:00
Gregory Arndt
312649437f Bug 1142779 - Update job tasks to use new chunking logic r=lightsofapollo 2015-03-25 15:15:31 -05:00
James Graham
b3397efb33 Bug 1124091 - Try to make the CSP tests a bit more stable, r=Ms2ger
Increase the test timeout for some problematic tests. Ensure that the
report check returns early when a report is detected as expected.
2015-03-27 23:41:13 +00:00
Geoff Brown
c7b982abe7 Bug 1146574 - Update Android 4.3 configs for cppunit; r=dminor 2015-03-26 20:35:36 -06:00
Wes Kocher
dd8a8fcae7 Merge m-c to inbound a=merge CLOSED TREE 2015-03-26 17:46:35 -07:00
Mike Hommey
6ee628d425 Bug 1147283 - Replace mozpack.path with mozpath. r=mshal
Back when mozpack.path was added, it was used as:

  import mozpack.path
  mozpack.path.func()

Nowadays, the common idiom is:

  import mozpack.path as mozpath
  mozpath.func()

because it's shorter.

$ git grep mozpath\\. | wc -l
423
$ git grep mozpack.path\\. | wc -l
123

This change was done with:
$ git grep -l mozpack.path\\. | xargs sed -i 's/mozpack\.path\./mozpath./g'
$ git grep -l 'import mozpack.path$' | xargs sed -i 's/import mozpack.path$/\0 as mozpath/'
$ (pat='import mozpack.path as mozpath'; git grep -l "$pat" | xargs sed -i "1,/$pat/b;/$pat/d")
2015-03-27 08:13:16 +09:00
Mike Taylor
f20dfa5d73 Bug 1064083 - Update srcset web-platform expectations. r=jst 2015-03-27 00:04:00 -04:00
jlal@mozilla.com
67fcdcbd6a Bug 1140587 - Reduce pip warnings a=config-only r=me 2015-03-26 11:08:01 -07:00
Gregory Arndt
add1030b93 Bug 1142779 - Update job tasks to include functional unit and dual sim r=lightsofapollo 2015-03-13 17:09:01 -05:00
Gregory Arndt
fa0880df73 Bug 1142779 - Add buildbot steps for cloning and running tests r=lightsofapollo 2015-03-12 19:53:00 -05:00
Gregory Arndt
6f86baed1e Bug 1142779 - Enable testdroid devices to be used within test tasks r=lightsofapollo 2015-03-12 17:43:28 -05:00
jlal@mozilla.com
6cea95eed7 Bug 1147559 - Optimize mulet/b2g-desktop builds by using isolated worker types r=me a=config-only 2015-03-25 12:38:05 -07:00
jlal@mozilla.com
a2f4a46332 Bug 1147605 - Disable tests on phone builds r=me CLOSED TREE 2015-03-25 14:22:26 -07:00
Wes Kocher
af68e7704b Merge m-c to b2ginbound a=merge CLOSED TREE 2015-03-25 13:24:39 -07:00
jlal@mozilla.com
d9973f5f55 Bug 1147528 - Enable b2g-desktop on production treeherder r=kgrandon a=bustage CLOSED TREE 2015-03-25 12:15:16 -07:00
jlal@mozilla.com
da92b38959 Bug 1142113 - Enable mochitests for mulet by default r=me a=taskcluster-only 2015-03-25 09:49:20 -07:00
Wander Lairson Costa
9924659d55 Bug 1119387 part 5: Update docker images.
Update docker images to use taskcluster-vcs 2.3.4.
2015-03-25 14:25:27 -03:00
Wander Lairson Costa
80744b797c Bug 1119387 part 4: Validate only artifacts that can leak blobs.
With nightly builds, some artifacts may be made available for public
access.

We now validate only the image that contain the commercial binaries.
2015-03-25 14:25:27 -03:00
Wander Lairson Costa
de34310bc6 Bug 1119387 part 3: Add option to specify mozharness branch.
Allow the user to specify the mozharness branch to use
through the option --mozharness-ref.
2015-03-25 14:25:27 -03:00
Wander Lairson Costa
379c78a420 Bug 1119387 part 2: Add flame nightly build script.
This will build flame and upload the results to ftp, balrog and symbol
server.
2015-03-25 14:25:27 -03:00
Wander Lairson Costa
0c0f1d24f3 Bug 1119387 part 1: Move basic build setup to a separate script.
In order to avoid code duplication for additional builds, we move the
basic build setup to a common script.
2015-03-25 14:25:27 -03:00
Eddy Bruël
95d8938ff0 Bug 1141507 - Some preliminary refactors;r=jlong 2015-03-26 20:15:36 +01:00
Dave Townsend
1e80532d23 Bug 1144742: Unload the test module loader at the end of test runs to make leak detection easier. r=erikvold 2015-03-26 11:51:57 -07:00
John Schoenick
88b3ff855a Bug 1139554 - Fix srcset parser mishandling bare URLs followed by a comma. r=jst 2015-03-04 23:07:00 -05:00
Bill McCloskey
89f1e20315 Bug 1132072 - Tab switch refactoring (r=mconley) 2015-03-27 08:38:47 -07:00
Andrew Halberstadt
0094fdf983 Bug 987360 - Add ability to tag tests with arbitrary strings and run them, r=chmanchester
Add a `tags` attribute to a test or DEFAULT section in a manifest:

[test_foo]
tags = foo

Then run all tests with a given tag by passing in `--tag foo` to a supported test harness. So far mochitest, xpcshell and marionette are supported.
2015-03-19 16:15:33 -04:00