Commit Graph

15000 Commits

Author SHA1 Message Date
Mark Banner
fb13a772a1 Bug 1343519 - Change the ESLint rule 'import-test-globals' to be an environment (mozilla/simpletest) to better describe the purpose of it. r=mossop
MozReview-Commit-ID: DbrsnUVrAas

--HG--
rename : tools/lint/eslint/eslint-plugin-mozilla/lib/rules/import-test-globals.js => tools/lint/eslint/eslint-plugin-mozilla/lib/environments/simpletest.js
extra : rebase_source : 97d0537c347999159c82d4757b265f580ec981eb
2017-03-01 21:34:24 +00:00
Mark Banner
09889d3184 Bug 1343519 - Change the ESLint rule 'import-browserjs-globals' to be an environment (mozilla/browser-window) to better describe the purpose of it. r=mossop
MozReview-Commit-ID: FTDV8BcMGeF

--HG--
rename : tools/lint/eslint/eslint-plugin-mozilla/lib/rules/import-browserjs-globals.js => tools/lint/eslint/eslint-plugin-mozilla/lib/environments/browser-window.js
extra : rebase_source : f0e89f2ce3cfdf343213f66a007f74a80a785c19
2017-03-01 21:29:52 +00:00
Wes Kocher
9746f81e53 Merge m-c to autoland, a=merge
MozReview-Commit-ID: FzykkWPQCrq

--HG--
rename : browser/modules/test/browser_UsageTelemetry_content.js => browser/modules/test/browser/browser_UsageTelemetry_content.js
rename : browser/modules/test/browser_UsageTelemetry_content_aboutHome.js => browser/modules/test/browser/browser_UsageTelemetry_content_aboutHome.js
rename : browser/modules/test/browser_UsageTelemetry_searchbar.js => browser/modules/test/browser/browser_UsageTelemetry_searchbar.js
rename : browser/modules/test/browser_UsageTelemetry_urlbar.js => browser/modules/test/browser/browser_UsageTelemetry_urlbar.js
2017-03-01 17:48:44 -08:00
Geoff Brown
1455712c68 Bug 1343549 - Avoid unbound return_code errors in talos; r=jmaher 2017-03-01 12:11:45 -07:00
Ben Kelly
8b3cf00608 Bug 1343308 P2 Add a WPT test verifying Clients.matchAll() only returns Clients controlled by calling worker. r=baku 2017-03-01 13:08:55 -05:00
Ryan VanderMeulen
5986e8f74a Backed out changeset 01bc4c9ad3b5 (bug 1342162) for breaking update tests. 2017-03-01 12:19:19 -05:00
Andrew Halberstadt
6b9bf4adbf Bug 1335873 - Convert marionette harness unittests to standard python unittests, r=maja_zf
This formats the marionette-harness python tests to be a regular |mach python-test| suite. Though
we add subsuite=marionette, this is just for automation purposes. The new preferred way to run the
marionette harness tests locally is:
./mach python-test testing/marionette

They will also run if running the full suite.

The mozbase packages.txt file modifies mozlog to use 'setup.py' instead of 'pth'. The reason for
this is that the marionette-harness tests use the pytest_mozlog pytest plugin for formatting
their results (converts pytest format into something resembling the standard tbpl logging format).
In order for this plugin to get picked up however, mozlog's setup.py file needs to be processed.

MozReview-Commit-ID: Ata99evHxbd

--HG--
extra : rebase_source : 22382e3d65ce8454a1682cfced0d03477762e8fe
2017-02-15 16:38:45 -05:00
Andrew Halberstadt
9e94d21674 Bug 1335873 - Ignore MozconfigFindException when looking for a mozinfo.json, r=maja_zf
This gets raised when trying to run the marionette-harness python tests without an objdir.
It's safe to ignore because mozinfo.json will still be found via the 'dirs' variable which
gets passed in from the marionette harness.

MozReview-Commit-ID: Ata99evHxbd

--HG--
extra : rebase_source : 6e3910667146b9caf0a9abe9a707b34627ba272b
2017-02-15 16:37:58 -05:00
Bryce Van Dyk
b2406632bf Bug 1343129 - Update the base media test class to set self.return_code based on the job result parser. r=maja_zf
Right now the base run_media_tests function doesn't set the self.return_code
value based on the result of the job result parser. Overrides of the function
appear to need to set this value if it's to be used.

This changeset moves the logic to set this value from the buildbot script to the
base.  Overrides are free to alter the behaviour so that the value can be set as
appropriate depending on the tests, but removes the ability to footgun by
assuming that the base will set the value (as I did).

MozReview-Commit-ID: FBT0N62ydR9

--HG--
extra : rebase_source : d6e6f308809d50df92bca4620df0be200bb65f6b
2017-02-28 15:46:16 +13:00
Ho-Pang Hsu
155eb03237 Bug 1175163 - Part 2: Create a testcase for claim() should affect other registrations. r=bkelly 2017-03-01 11:31:00 +08:00
Ho-Pang Hsu
e4dd777d56 Bug 1175163 - Part 1: Migrate claim_fetch_worker to wpt. r=bkelly 2017-03-01 11:30:15 +08:00
Carsten "Tomcat" Book
b43c07a10c Merge mozilla-central to mozilla-inbound 2017-03-01 16:39:27 +01:00
Ben Kelly
b3ec179581 Bug 1341678 P2 Update wpt test expectations now that we don't assert. r=asuth 2017-03-01 09:59:01 -05:00
Carsten "Tomcat" Book
3b3f4c17a2 merge mozilla-inbound to mozilla-central a=merge 2017-03-01 11:40:59 +01:00
Andrea Marchesini
9d68a92efe Bug 1298823 - Make Request constructor throw less often, r=qdot 2017-03-01 11:44:38 +01:00
Ben Kelly
c834f9ba25 Bug 1266747 P4 Add a WPT test validating Clients.matchAll() result order. a=smaug 2017-02-28 22:12:28 -05:00
Wes Kocher
c12df814fe Backed out 2 changesets (bug 1298823) for fetch/request failures a=backout
Backed out changeset f2606ea1b31d (bug 1298823)
Backed out changeset 7a11dda7af71 (bug 1298823)

MozReview-Commit-ID: C3488SlyhiX
2017-02-28 17:53:30 -08:00
Wes Kocher
63a80f0589 Backed out 2 changesets (bug 1341678) under suspicion of causing wpt failures in test_fetch_event.html a=backout
Backed out changeset 87ea3256dd8b (bug 1341678)
Backed out changeset ccc9257cda4d (bug 1341678)

MozReview-Commit-ID: KqHfX6DZuwf
2017-02-28 17:10:23 -08:00
Andrea Marchesini
7ac5d3b042 Bug 1298823 - Make Request constructor throw less often, r=me, CLOSED TREE 2017-02-28 19:53:27 +01:00
Sebastian Hengst
d41395acab Backed out changeset b53d88cb7099 (bug 1266747) 2017-02-28 18:54:15 +01:00
Andrea Marchesini
f4d88a4bee Bug 1298823 - Make Request constructor throw less often, r=qdot 2017-02-28 18:53:53 +01:00
Ben Kelly
5734aad9a1 Bug 1341678 P2 Update wpt test expectations now that we don't assert. r=asuth 2017-02-28 11:48:48 -05:00
Carsten "Tomcat" Book
b0b075d2a9 Backed out changeset 6d0ac4c74fd5 (bug 1298823) for frequent failures in test_request.html 2017-03-01 14:18:32 +01:00
Andrea Marchesini
95269bdb47 Bug 1298823 - Make Request constructor throw less often, r=qdot 2017-03-01 11:44:38 +01:00
Ben Kelly
614509354d Bug 1266747 P4 Add a WPT test validating Clients.matchAll() result order. a=smaug 2017-02-28 10:48:52 -05:00
Carsten "Tomcat" Book
24bb9f3ffe Merge mozilla-central to mozilla-inbound 2017-02-28 13:03:04 +01:00
Carsten "Tomcat" Book
9c1c7106ee merge mozilla-inbound to mozilla-central a=merge 2017-02-28 11:24:33 +01:00
Rail Aliiev
93e2a0ae63 Bug 1337366 - Rename ESR52 partner repack config r=jlund DONTBUILD
MozReview-Commit-ID: Is945ZJLPB3

--HG--
rename : testing/mozharness/configs/partner_repacks/staging_release_mozilla-esr52_desktop.py => testing/mozharness/configs/partner_repacks/release_mozilla-esr52_desktop.py
extra : rebase_source : f1fdb3ea23a6102dbb97f82d86df31890d820683
extra : amend_source : 01520e6a18e23a369dcd55ae585a663ed2a361f0
2017-02-27 22:39:27 -05:00
Wes Kocher
1e95bd721f Merge inbound to central, a=merge
MozReview-Commit-ID: F0XvCKnh8H7
2017-02-27 13:34:55 -08:00
Benjamin Bouvier
ee24048334 Bug 1342956: Fix promise_test in wasm-testharness.js; r=luke
MozReview-Commit-ID: IfPkWSw05pX

--HG--
extra : rebase_source : cf2ffc8c0f3640dbfbcd3a633df8d9f3db8093f1
2017-02-27 17:35:18 +01:00
Joel Maher
c439242012 Bug 1288343 - Intermittent /media-source/SourceBuffer-abort-updating.html. disabled for now. r=gbrown
MozReview-Commit-ID: KgVZt9RQPas
2017-02-27 10:25:06 -05:00
Joel Maher
59d6738d11 Bug 1338320 - annotate testing/web-platform/moz.build with BUG_COMPONENT: part1. r=overholt
MozReview-Commit-ID: 675WQU4BFMQ
2017-02-27 10:25:06 -05:00
Jon Coppeard
2c2e96fdc0 Bug 1340865 - Handle non-parser-created module scripts r=smaug 2017-02-27 15:04:21 +00:00
Benjamin Bouvier
bcd3dcc6b3 Bug 1342385: Allow mremap on linux32 for wasm; r=jld
MozReview-Commit-ID: 82f8ryvd57S

--HG--
extra : rebase_source : 0e74611052853f149eb0fefe8fef849a8f8978b0
extra : amend_source : ff91bb31d45ca4783da391e519f10e3613f0f890
2017-02-24 13:18:57 +01:00
Rail Aliiev
a3a1830bd8 Bug 1342959 - Update merge day scripts after esr52 meges r=jlund DONTBUILD
MozReview-Commit-ID: AD8VTO6C9mU

--HG--
rename : testing/mozharness/mozharness/mozilla/repo_manupulation.py => testing/mozharness/mozharness/mozilla/repo_manipulation.py
extra : rebase_source : 1defd65a8f2d0870b47b25f6589e50c6fef9faeb
2017-02-27 16:07:06 -05:00
Maja Frydrychowicz
13429c0338 Bug 1337133 - Move update of inputStateMap to action.Sequence.fromJson; r=ato+446296
This syncs the implementation of "process an input source action sequence"
with the Webdriver spec.

Previously, Marionette populated the input state table at dispatch time.

MozReview-Commit-ID: 8v1y5uVvrI5

--HG--
extra : rebase_source : b8dabf16baa85aa7b3af1882846055a0e260232e
2017-02-27 08:27:35 -05:00
Maja Frydrychowicz
34da26d24e Bug 1337133 - Add a wdspec test for mouse actions; r=ato+446296
Proof of concept to be replaced with more tests in a
follow-up.

MozReview-Commit-ID: 8FHJOgpO1wr

--HG--
extra : rebase_source : a4785c01941e6d8a62aca1e91808576894e95e61
2017-02-27 08:32:24 -05:00
Maja Frydrychowicz
4805fd0d60 Bug 1337133 - Dispatch pointerMove action for mouse; r=ato+446296,jgraham
MozReview-Commit-ID: 9CIGusZVz7w

--HG--
extra : rebase_source : 26a7495eb22b2db06cd9197564a19fe95de7dfef
2017-02-22 16:24:44 -05:00
Maja Frydrychowicz
36c442de86 Bug 1337133 - Dispatch pointerDown and pointerUp actions for mouse; r=ato+446296
MozReview-Commit-ID: FC0lF0S2Mzz

--HG--
extra : rebase_source : 1e956be81a3f0b757338bfaadf0cf8e257d3c2cf
2017-02-22 17:03:59 -05:00
Maja Frydrychowicz
b34023d31b Bug 1337133 - Remove references to pen and touch in test_action.js; r=jgraham
Pen and touch support will be added this quarter.

MozReview-Commit-ID: GH7CVNoDOIm

--HG--
extra : rebase_source : 48edfc980a663914636ab3be5e786d5f15cfb41c
2017-02-22 16:57:55 -05:00
Maja Frydrychowicz
1e1f032a63 Bug 1337133 - Fix creation of pointer InputState; r=ato+446296
Previously, the pointer input state was always being created
with an undefined subtype, which should actually be mouse, pen
or touch.

MozReview-Commit-ID: JcarsRRecQl

--HG--
extra : rebase_source : 4130d3e5cd0dc2d953fdf48e3591de7b0f53383e
2017-02-20 13:13:43 -05:00
Maja Frydrychowicz
910c40e2bf Bug 1337133 - Add more MouseEvent event properties to synthesizeMouseAtPoint; r=ato+446296
Provide more control over event properties to caller.
Changes are based on testing/mochitest/tests/SimpleTest/EventUtils.js

MozReview-Commit-ID: 1p04Fv086Bj

--HG--
extra : rebase_source : 827b91fb2c3e7970e53f5641308b69887eb1041a
2017-02-17 16:49:03 -05:00
Maja Frydrychowicz
15062967d8 Bug 1337133 - Set up fixtures for mouse actions in wdspec tests; r=ato+446296
MozReview-Commit-ID: zzIQgSgEPb

--HG--
extra : rebase_source : 66f85d7042832b77c78d8bf64bfd06fe8522fe8f
2017-02-27 08:26:32 -05:00
Maja Frydrychowicz
40b28e28cc Bug 1337133 - Add pointer actions endpoints to wdclient; r=ato+446296
MozReview-Commit-ID: 51xmE7l4H1c

--HG--
extra : rebase_source : 01ecdb737f8c2e6106dcca8a76fb443b2139eeef
2017-02-22 16:25:11 -05:00
Maja Frydrychowicz
540e4ab89a Bug 1337133 - Split test kinds, common fixtures, utilities in wdspec tests; r=ato+446296
MozReview-Commit-ID: H2vSkhlfwE9

--HG--
rename : testing/web-platform/meta/webdriver/actions.py.ini => testing/web-platform/meta/webdriver/actions/sequence.py.ini
rename : testing/web-platform/tests/webdriver/actions.py => testing/web-platform/tests/webdriver/actions/key.py
rename : testing/web-platform/tests/webdriver/support/__init__.py => testing/web-platform/tests/webdriver/actions/support/__init__.py
rename : testing/web-platform/tests/webdriver/support/keys.py => testing/web-platform/tests/webdriver/actions/support/keys.py
rename : testing/web-platform/tests/test_keys_wdspec.html => testing/web-platform/tests/webdriver/actions/support/test_actions_wdspec.html
extra : rebase_source : e9ba84b45079e1ea731bc7b15c594450af14fa4e
2017-02-27 09:52:23 -05:00
Maja Frydrychowicz
ecc7405607 Bug 1337133 - Add MoveTargetOutOfBoundsError as a new Webdriver error type; r=ato+446296
To be used in dispatch of pointerMove action.

MozReview-Commit-ID: I9wPAKaoA47

--HG--
extra : rebase_source : 995b6de0fea25c3850720f10bd585510c78bf71f
2017-02-17 14:52:58 -05:00
Maja Frydrychowicz
c5836d25cf Bug 1337133 - Replace element with origin for pointerMove actions; r=ato+446296
Sync processing of pointerMove with WebDriver spec.

MozReview-Commit-ID: DaHNipOffov

--HG--
extra : rebase_source : aa50717145b9e34a94a1a61c530522477062810c
2017-02-14 15:58:47 -05:00
Maja Frydrychowicz
d7f6b20374 Bug 1337133 - Remove primary pointer attribute; r=ato+446296
Sync pointer parameters implementation with Webdriver spec.

MozReview-Commit-ID: 4DMoUxo648N

--HG--
extra : rebase_source : 37e4fb850f25b8fbdb7b48cde41abf9eb3beeab2
2017-02-06 14:40:13 -05:00
Maja Frydrychowicz
a0e09e3402 Bug 1337133 - Add number check to assert.js; r=ato+446296
MozReview-Commit-ID: 9BVna5jO49b

--HG--
extra : rebase_source : d3f0342adaaa872496bc6eb16ce40fb990311aab
2017-02-20 10:38:05 -05:00
Wander Lairson Costa
15db056695 Bug 1330310: Switch macosx tests to buildbot-bridge. r=catlee,dustin
We use buildbot-bridge to schedule macosx tests in buildbot, and disable
scheduling on buildbot. Also, schedule a subset of unittests in
taskcluster-worker Tier 3 machines.

MozReview-Commit-ID: Dbn6U4V2NLp

--HG--
extra : rebase_source : 4f2e5edb4da73975d6634e6313f76a1a9c7651a8
2017-02-27 09:52:22 -03:00