Ryan VanderMeulen
9f503581ed
Merge inbound to m-c. a=merge
2015-08-24 20:37:14 -04:00
Ryan VanderMeulen
3da35b0f50
Backed out 7 changesets (bug 1189678, bug 1193128, bug 1189661, bug 1189644, bug 1189675) for various serviceworker mochitest and wpt failures.
...
Backed out changeset 696463139720 (bug 1189661)
Backed out changeset 7babb5b9d74a (bug 1189644)
Backed out changeset d4fa5cfc4b86 (bug 1189678)
Backed out changeset a7c27770b861 (bug 1189675)
Backed out changeset 471a45b97ce2 (bug 1189644)
Backed out changeset 4d96f2d48077 (bug 1193128)
Backed out changeset a9d5366288ff (bug 1189661)
CLOSED TREE
2015-08-24 18:09:47 -04:00
Nikhil Marathe
979f11c445
Bug 1189661 - Update wpt expectation data. a=bustage.
...
CLOSED TREE
2015-08-24 13:59:46 -07:00
Joel Maher
ae4e617f45
backout dab1cbe3f0ed for tp5 silent breakage
2015-08-24 16:17:01 -04:00
Edgar Chen
be05f924a9
Bug 1197078 - Send result of emulator command in JSON format. f=ato r=dburns
2015-08-21 10:41:55 +08:00
Ryan VanderMeulen
a7890c1d6f
Merge inbound to m-c. a=merge
2015-08-23 17:18:36 -04:00
Edgar Chen
df6880313d
Bug 1192125 - Specifiy the test_packages for emulator x86 build. r=garndt
2015-08-19 13:13:42 +08:00
Yura Zenevich
7638b68dfa
Bug 1191432 - improving coverage for marionette accessibility checks. r=automatedtester
2015-08-22 16:41:14 -04:00
Bobby Holley
ffe187b0a7
Bug 1196638 - Infer the proper button for synthesized mouse clicks on all callsites. r=jmaher
2015-08-22 09:51:51 -07:00
Joel Maher
61de12fc07
Bug 1197483 - update talos.json to pick up the latest changes. r=parkouss
2015-08-22 12:03:17 -04:00
Hsin-Yi Tsai
49145b4680
Bug 1193170 - Enable emulator-x86-kk build (opt and debug) by default on production treeherder. r=garndt
2015-08-19 14:33:58 +08:00
Nikhil Marathe
e5d1a9a6f3
Bug 1189678 - check if worker is already active. r=bkelly
...
Similar to other tests, the registration process allows workers to activate right after install.
Update web-platform-tests expected data
2015-08-21 17:55:50 -07:00
Nikhil Marathe
34e039a751
Bug 1189675 - Make all ServiceWorker events non cancelable. r=catalinb
...
Update web-platform-tests expected data
2015-08-21 17:38:18 -07:00
Nikhil Marathe
6b5a7a37f1
Bug 1189644 - Update waitUntil() and activation to spec. r=catalinb
...
waitUntil() has been updated to accept multiple calls and concatenate them into Promise.all().
activation does not fail any more even if the promise(s) passed to waitUntil() reject.
Update web-platform-tests expected data
2015-08-21 16:13:54 -07:00
Nikhil Marathe
ccb6fdc92c
Bug 1189661 - either of active or waiting can be valid. r=bkelly
2015-08-21 14:25:46 -07:00
Armen Zambrano Gasparnian
7efd77d991
Bug 1192309. Create releng generic tester and builder configs. DONTBUILD. r=bhearsum
2015-08-21 16:05:17 -04:00
Nathan Froyd
903d8e7a13
Bug 1192291 - use llvm-symbolizer when running xpcshell tests under TSan; r=ted
2015-08-07 02:58:05 -04:00
Andrew Halberstadt
f4d63ceb7c
Bug 1185761 - [mochitest] Allow boolean values to --keep-open for overriding the default, r=ted
...
Most of the time the default is to close the browser after tests run. And that can be overridden with
--keep-open. But in some corner cases, the default is to leave the browser open after tests have run.
In these cases, it is not currently possible to override.
This patch allows the syntax --keep-open or --keep-open=false, the latter overrides the edge case
default.
2015-08-06 17:40:54 -04:00
Wes Kocher
e025ad6409
Merge m-c to inbound, a=merge
2015-08-21 10:06:54 -07:00
Andrew Halberstadt
4c2a9abe41
Bug 1181261 - Merge configs from testing/config/mozharness into mozharness proper, r=chmanchester
...
The config files under testing/config/mozharness were created so that certain mozharness options
such as test harness arguments could ride the trees, simplifying a lot of logic in mozharness.
But now that mozharness itself is in-tree, these configs no longer serve any purpose. Instead
they are merged into the main configs at testing/mozharness/configs.
2015-08-14 16:54:08 -04:00
Jean-Yves Avenard
5529daa65b
Bug 1188806: [MSE] Disable tests timing out intermittently. r=karlt
...
MSE with MP4 isn't enabled on linux, so those tests should always be failing.
2015-08-24 23:13:52 +10:00
Jean-Yves Avenard
f8b99f5c37
Bug 1195073: [MSE] P9. Update webref meta files. r=karlt
...
Remove unecessary files.
2015-08-24 23:13:51 +10:00
Jean-Yves Avenard
8efdf2a198
Bug 1195073: [MSE] P8. Update webref results. r=karlt
2015-08-24 23:13:51 +10:00
Mike Shal
f47eab2342
Bug 1197293 - allow for TC builds that don't use 'make upload'; r=ted
2015-08-21 14:23:19 -04:00
Yoshi Huang
053573a7c0
Bug 1165272 - Part 2: Replace getNoAppCodebasePrincipal. r=bholley
2015-08-24 01:18:00 -04:00
Yoshi Huang
25acbe867f
Bug 1165272 - Part 1: Remove getAppCodebasePrincipal. r=bholley
2015-08-24 01:31:00 -04:00
Hsin-Yi Tsai
39421a7284
Bug 1192116 - Enable cppunit, crashtest, marionette, marionette-webapi, xpcshell on TC emulator-x86-kk. r=garndt
2015-05-07 17:31:35 +08:00
Wes Kocher
8a06308208
Merge inbound to central, a=merge
2015-08-20 12:42:21 -07:00
Wander Lairson Costa
78b7557dc4
Bug 1195847: Update phone-builder to tc-vcs 2.3.8 r=garndt
2015-08-20 08:31:09 -03:00
Jonathan Griffin
411013ed53
Bug 1136892 - Create an xpcshell-addons tag for running addon-specific xpcshell tests, r=chmanchester
2015-08-18 11:26:14 -07:00
Julien Pagès
cb177987ea
Bug 1194789 - Disable mochitest-ipcplugins and remove mochitest-ipcplugins code. r=jgriffin
2015-08-17 20:34:25 +02:00
Mike Shal
f82aaa2ea5
Bug 1133074 - Make the gecko.v2 routes public; r=jlund,garndt
2015-08-17 10:29:34 -04:00
Andrew Halberstadt
831af3cd98
Bug 1193522 - [mozlog] Use ultrajson instead of stdlib json if available for performance, r=jgraham
2015-08-13 13:37:07 -04:00
Jan Gerber
ad0da241c9
Bug 1194632 - Add bug link to mediasource-is-type-supported failures. r=Ms2ger
2015-08-14 03:27:00 -04:00
Andreas Tolfsen
3a33ce4ecc
Bug 1194968: Support for Marionette protocol adjustments in Python client
...
Whilst it is not a goal for the Marionette protocol to be fully compatible
with WebDriver due to the different transport mechanisms, bug 1153822
adjusts the Marionette protocol closer to what is prescribed in the
WebDriver specification.
This patch adds support for the new protocol (level or version 2)
to the Python bindings with backwards compatibility for the earlier,
existing protocol (1).
r=jgriffin
2015-08-15 15:46:31 +01:00
William Chen
4c783cde73
Bug 1131470 - Part 3: Implement ScreenOrientation interface. r=baku
2015-08-18 14:55:21 -07:00
Michael Layzell
1cafd47819
Bug 1165217 - Use nsIPrincipal instead of nsIURI/appId/inBrowser for nsIQuotaManager, r=janv
2015-08-18 20:24:30 -04:00
Benjamin Smedberg
1851cc4c35
Bug 1098064 part C - remove SimpleTest and reftest testPluginIsOOP and related usage, r=jimm
2015-08-14 14:10:17 -04:00
Benjamin Smedberg
49c79bd187
Bug 1098064 part B - remove nsIPluginHost.isPluginOOP, r=jimm
2015-08-14 13:28:33 -04:00
Wes Kocher
878dfeff75
Backed out changeset 688775a8227f (bug 1136892) for mass bustage prompting a CLOSED TREE
2015-08-18 11:58:05 -07:00
Chris Manchester
70e5fc7adb
Bug 992983 - Add test summary lines to gtest's automation-specific output format. r=benwa
2015-08-18 11:32:31 -07:00
Hiroyuki Ikezoe
fb51f7ca01
Bug 1150818 - Part 2: Load mozinfo.json into xpcshell tests. r=ted
2015-08-20 16:06:00 -04:00
Hiroyuki Ikezoe
4fc25cd5e2
Bug 1150818 - Part 1: Output mozinfo into a file. r=ted
2015-08-20 15:30:00 -04:00
Wes Kocher
aeb15193b8
Backed out changeset 28fa968ea46c (bug 1181261) for breaking mulet tests CLOSED TREE
2015-08-21 08:45:27 -07:00
Dustin J. Mitchell
9cb8dc1448
Bug 1185643: use in-tree mozharness for builds; r=wander
...
This required moving the custom mozharness configs out of the builder image
(which puts them in ~, where mozharness no longer looks) and moving them into
mozharness itself.
2015-07-27 15:21:15 -04:00
Andrew Halberstadt
dcd9ceb9c3
Bug 1181261 - Merge configs from testing/config/mozharness into mozharness proper, r=chmanchester
...
The config files under testing/config/mozharness were created so that certain mozharness options
such as test harness arguments could ride the trees, simplifying a lot of logic in mozharness.
But now that mozharness itself is in-tree, these configs no longer serve any purpose. Instead
they are merged into the main configs at testing/mozharness/configs.
2015-08-14 16:54:08 -04:00
Sebastian Hengst
746c4ae183
Backed out changeset aed2e9e74697 (bug 1195073) because it will now pass unexpected due to the previous backout. r=backout
2015-08-21 11:26:39 +02:00
Jean-Yves Avenard
7a6cc3d4cb
Bug 1195073: [MSE] P7. Disable invalid webm test. a=test-only
2015-08-21 17:53:30 +10:00
Nikhil Marathe
6acfb8be64
Bug 1181056 - waitUntil() should throw if called when event is not dispatching. r=smaug
2015-08-18 16:28:04 -07:00
Nikhil Marathe
6db5b9554c
Bug 1181039 - ServiceWorkerRegistration must be compared by scope. r=bkelly
...
The spec for getRegistration() and getRegistrations() states:
"Resolve promise with a ServiceWorkerRegistration object, setting its
service worker client to service worker client, which represents
registration."
indicating a new ServiceWorkerRegistration is created per call. The existing
Blink test depends on Blink's implementation detail which caches the
registration.
2015-08-19 08:55:01 -07:00