Commit graph

6855 commits

Author SHA1 Message Date
Phil Ringnalda
fc8b8ab2ac Merge m-c to m-i 2015-03-21 12:50:09 -07:00
Phil Ringnalda
68e0914567 Merge b-i to m-c, a=merge 2015-03-21 12:35:46 -07:00
jlal@mozilla.com
fc44306f92 Bug 1145682 - Remove commit descriptions from decision tasks r=me a=taskcluster-only
--HG--
extra : rebase_source : e77ea955ead9e3a6fd42910702a94c6d18fa43fa
2015-03-20 11:41:10 -07:00
Wes Kocher
cbbab0fd2a Merge m-c to b2ginbound a=merge CLOSED TREE 2015-03-20 18:02:20 -07:00
Paolo Amadini
dbdf7dfec0 Bug 1144869 - Add BrowserTestUtils.withNewTab. r=smacleod 2015-03-20 10:26:01 -07:00
Paolo Amadini
6c66377df5 Bug 1143937 - Make BrowserTestUtils.waitForEvent not use flaky timeouts and cover more use cases. r=smacleod 2015-03-20 10:26:01 -07:00
Wes Kocher
14f75f943c Merge m-c to inbound a=merge CLOSED TREE 2015-03-20 18:01:17 -07:00
Geoff Brown
3336b867e0 Bug 1145364 - Use more portable ps command line for orphan cleanup; r=kmoir 2015-03-20 13:50:14 -06:00
Chris Manchester
055be049c9 Bug 1145444 - r=jmaher 2015-03-20 12:30:37 -07:00
Bill McCloskey
e26a687773 Bug 1121676 - Use a lock to protect the list of top-level actors (r=bent) 2015-03-20 12:02:41 -07:00
gaye
b121af76aa Bug 1145310 - Add GAIA_BUILD_URL to test environment vars r=lightsofapollo
--HG--
extra : rebase_source : 9aafbffc9c745c2e266687ef9b7c068a09b7398c
2015-03-20 12:13:53 -04:00
Ehsan Akhgari
883849ee32 Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:

function convert() {
echo "Converting $1 to $2..."
find . \
       ! -wholename "*/.git*" \
       ! -wholename "obj-ff-dbg*" \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
Jeff Gilbert
5da1c39c61 Bug 1143218 - Use mochitest subsuites to specify webgl tests. r=jmaher,gbrown 2015-03-18 17:19:22 -07:00
Wes Kocher
e974133aa5 Merge b2ginbound to m-c a=merge CLOSED TREE 2015-03-19 19:23:58 -07:00
Geoff Brown
5d41ab4408 Bug 1144144 - Add tooltool manifest for Android 4.3 AVD; r=kmoir 2015-03-19 11:01:02 -06:00
Geoff Brown
09006b9294 Bug 1084614 - Clean up orphan servers before starting mochitests or reftests; r=kmoir 2015-03-19 11:01:01 -06:00
jlal@mozilla.com
f7c7f52476 Bug 1144927 - Directly bake in linux64-minidump_stackwak to tester images r=garndt
--HG--
extra : rebase_source : 5ecde704293214d654c60e5e80a0a1460d376728
2015-03-19 02:20:16 -07:00
Andrew Halberstadt
2fab7cc39f Bug 1144194 - Only parse test manifests once in mochitest, r=jmaher
--HG--
extra : rebase_source : ab3f5236d002b032744f8821e2cbf060ac2dff18
2015-03-17 16:18:34 -04:00
Bill McCloskey
810adeb74f Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-19 06:43:46 -07:00
Phil Ringnalda
24910d5fbd Backed out 3 changesets (bug 1126089) for ASan e10s bc1 failures and green-crashes
CLOSED TREE

Backed out changeset 9af9111e9c27 (bug 1126089)
Backed out changeset 288efd5e2ca0 (bug 1126089)
Backed out changeset 3bcebfd13538 (bug 1126089)
2015-03-18 21:51:34 -07:00
Wes Kocher
7be54b949f Merge b2g-inbound to m-c a=merge CLOSED TREE 2015-03-18 15:53:00 -07:00
Wes Kocher
77ac9d38a5 Merge inbound to m-c a=merge 2015-03-18 15:00:56 -07:00
Jordan Lund
0739027924 Bug 1113460 - mozharness.json bump, r=ryanvm a=testing
--HG--
extra : amend_source : 27e89a8b83d28eb6e989944e0d625134f426ae2b
2015-03-18 12:09:31 -07:00
Jean-Yves Avenard
4625562fc6 Bug 1143650: Part3. Disable test on mac. CLOSED TREE r=bustage
media webref tests weren't run on mac previously.
2015-03-18 17:45:41 +11:00
jlal@mozilla.com
f59a932fe9 Bug 1144528 - Use hg share on testers r=garndt ON CLOSED TREE
--HG--
extra : rebase_source : 80e2b5a1fd32bf677985562176a5e8d44ca9188f
extra : histedit_source : 4ccab8e005ee43888b60d519e6f5e05c8c54250f
2015-03-17 23:15:54 -07:00
Jean-Yves Avenard
c0f007c90f Bug 1143650: Update webref failure links r=karlt
--HG--
extra : rebase_source : cbfe468eee88c5ebca5f344ef439e12130a221ba
2015-03-18 14:10:58 +11:00
Jean-Yves Avenard
f42bde1fb3 Bug 1128332: Part4. Update webref results. r=karlt
--HG--
extra : rebase_source : 41470a277697104feb64d23107bb60c6179a91dc
2015-03-18 14:10:58 +11:00
Jean-Yves Avenard
fb2d34817e Bug 1142433: Part2. Update webref r=karlt
--HG--
extra : rebase_source : 40e375bf55a9c2566b6234fe04ba92f79b323015
2015-03-18 14:10:58 +11:00
Jean-Yves Avenard
3167a408d4 Bug 1143586: Part2. Update webref results. r=karlt
We now only fail tests where mp4 content isn't supported.

--HG--
extra : rebase_source : f88b0319eef06ee208a810d5809429238dea3c74
2015-03-18 14:10:57 +11:00
Jean-Yves Avenard
b4dc4a38a2 Bug 1143514: Part2. Update webref results. r=karlt
--HG--
extra : rebase_source : a0447e69bab40308d49d4ff568d40a026c1e7baa
2015-03-18 14:10:57 +11:00
Wes Kocher
ed7713496a Merge fx-team to m-c a=merge CLOSED TREE 2015-03-17 18:58:05 -07:00
Jordan Lund
8728ae1fa8 Bug 1142743 - Increase chunks for Android 2.3 mochitest-gl, in-tree cfg total chunk fix, r=kmoir, a=testing 2015-03-17 18:28:36 -07:00
Ryan VanderMeulen
ae9d9f1b5b No bug - Bump mozharness.json to revision d3c7be58567d. a=me 2015-03-17 14:00:48 -04:00
Carsten "Tomcat" Book
c305b03975 Merge mozilla-central to mozilla-inbound 2015-03-17 11:49:16 +01:00
Carsten "Tomcat" Book
0503c0d6df merge mozilla-inbound to mozilla-central a=merge 2015-03-17 11:36:52 +01:00
Carsten "Tomcat" Book
3332e17023 merge fx-team to mozilla-inbound a=merge 2015-03-17 11:32:02 +01:00
Gregory Arndt
ed23a56f45 Bug 1143059 - Update artifact location r=lightsofapollo
--HG--
extra : rebase_source : bb6cde673ecade36150caafc11e837aafc11b8c7
2015-03-16 17:32:17 -07:00
Dave Hunt
8d3cf141a5 Bug 1144240 - Fix generated Marionette documentation. r=ato
--HG--
extra : rebase_source : b1611484f19b7690d679d5860c8989fde3cca672
2015-03-17 11:04:00 -04:00
Julien Pagès
ef6b0d32e0 Bug 923381 - [mozprocess] mozprocess.ProcessHandler should have an option not to print. r=ahal 2015-03-12 13:38:00 +01:00
Joel Maher
20bcaaf77b Bug 1143091 - restarting tests with --keep-open is hard. r=ted 2015-03-18 08:38:25 -04:00
Dave Townsend
c5b642b78d Bug 1136910: Fix browser_tab_dragdrop.js to avoid CPOWs and correctly test clicks. r=mconley, r=ttaubert
Switches the whole test to task based and removes most of the CPOW traffic, the
plugin checks are the notable exception.

This also makes ContentTask act sanely in the presence of tab detach by using
browser.permanentKey as the indication that the framescript has been loaded and
just listening to all frames.

Also adds a click in the upper-left of the content area to browser_tabopen_reflows.js
to make sure the mouse isn't hovered over one of the tiles causing an unexpected
reflow.

--HG--
extra : rebase_source : 2d35b13c4037721a4a76dcbc1d3090d4ab4929ea
extra : source : 49ff034c930edc2f251bb62ff794492a47e7031a
2015-03-09 15:53:01 -07:00
Dave Townsend
0e483088db Bug 1142734: Add additional logging to jetpack-addons tests. r=erikvold
--HG--
extra : rebase_source : 44baa41b9c667f012b6eaa0ace39eb8e0b8668cb
extra : amend_source : 48cc14b5d1c5bd8826b7a0bfafda6934427802cb
2015-03-13 09:52:25 -07:00
Steven MacLeod
bd3bc10806 Bug 1132566 - Make test e10s compatible: browser_privatebrowsing_cookieacceptdialog.js; r=billm
--HG--
extra : rebase_source : 8a2f836e4db5eec4a06d7ff46071e417240142d5
2015-03-05 11:06:10 -05:00
jlal@mozilla.com
fa7fb9a5f0 Bug 1143056 - Enable Emulator L by default on treeheder prod r=me a=taskcluster-only
--HG--
extra : rebase_source : f74e19c725a38489d020414f793ada524de7158c
2015-03-15 23:33:52 -07:00
jlal@mozilla.com
b89ea0450c Bug 1143264 - Alias mochitests to mochitest r=garndt
--HG--
extra : rebase_source : ce3f6d12971a0d3170d10f3c8607e6468594b5ac
2015-03-13 20:31:57 -07:00
jlal@mozilla.com
6e25671478 Bug 1143264 - Allow specifying flag aliases r=garndt
--HG--
extra : rebase_source : c3341356829389b54000da69632c91e37f970b8f
2015-03-13 20:26:58 -07:00
Phil Ringnalda
cbb9f6b77b Merge b-i to m-c, a=merge 2015-03-15 19:19:31 -07:00
jlal@mozilla.com
25776a09cd Bug 1143055 - Enable emulator-l builds r=wcosta
--HG--
extra : rebase_source : 02b2b2a434d3343354788ad6630e3b80b275f31a
2015-03-13 14:41:35 -07:00
jlal@mozilla.com
be8b9678dc Bug 1143066 - Use faster worker type and increase chunks for emulators r=garndt
--HG--
extra : source : cb0aaf3b129fcadf2605e8912d13846fdce3c643
2015-03-13 19:54:52 -07:00
jlal@mozilla.com
17f4a896ce Bug 1140551 - Add support for setting number of test chunks in task directly r=garndt
--HG--
extra : source : 24fe237ad9becddf95faa9d7d2aad78f4495298b
2015-03-13 19:54:22 -07:00