Граф коммитов

15008 Коммитов

Автор SHA1 Сообщение Дата
Rail Aliiev e8ff9d567f Bug 1343524 - Split en-US beetmover config r=jlund a=release DONTBUILD
MozReview-Commit-ID: L6EHksI3V7o

--HG--
rename : testing/mozharness/configs/beetmover/en_us.yml.tmpl => testing/mozharness/configs/beetmover/en_us_build.yml.tmpl
rename : testing/mozharness/configs/beetmover/en_us.yml.tmpl => testing/mozharness/configs/beetmover/en_us_signing.yml.tmpl
extra : rebase_source : 205a0a126ff600721a371ef4836f3bc9d924615e
extra : source : 736349c2cc073ad9eaa63dbafabcb6208b11bc61
2017-03-01 21:14:33 -05:00
Nick Thomas f6dc8cf256 Bug 1342814 - add win64 location for stub installer, r=rail
MozReview-Commit-ID: GRvoHrUhGlV

--HG--
extra : rebase_source : 526be846c84dacec45db32f6f415998f9bec24b1
2017-02-27 13:01:46 +13:00
Mike Hommey 3e41e4e1bd Bug 1343716 - Use Windows style paths for TOOLTOOL_CACHE. r=mshal
Currently, tooltool is a python script, but when called from mozharness,
it's wrapped with a shell script. What happens is that mozharness gets
the msys-style paths, passes them to the shell script, then the shell
script calls the python tooltool, and the transition msys->win32 makes
that call use windows style paths.

For bug 1313111, I want to replace tooltool with a mach command, and the
shell script would go away. Calling a mach command (or python tooltool,
for that matter) directly from mozharness with a msys-style path doesn't
work.

OTOH, calling the current shell script with a Windows style path (with
forward slashes, for good measure) does work, and is future-proof.

--HG--
extra : rebase_source : 3cb28d2352fbc2dcac96ae740c5f1aaa0e4a5f0f
2017-03-01 11:26:39 +09:00
Tomislav Jovanovic 5cbc8240df Bug 1343583 - Adapt test framework to function toString revision r=aswan
MozReview-Commit-ID: LHABSIrgpBi

--HG--
extra : rebase_source : dd165454a14544b546fb973262e7b814cd0c627c
2017-03-02 20:38:25 +01:00
Richard Barnes 26b4bd2509 Bug 1342974 - Add code to generate a Merkle tree summary of a release r=arroway,catlee
MozReview-Commit-ID: COav6N88SOt

--HG--
extra : rebase_source : 7367e7a51da31a53e797e8335327a1f94599af03
2017-02-27 12:56:42 -05:00
Wes Kocher b9ff582762 Backed out 2 changesets (bug 1343583) at developer's request a=backout
Backed out changeset 10fccfc11db1 (bug 1343583)
Backed out changeset 3b9e06e3d9b8 (bug 1343583)

MozReview-Commit-ID: FKEYDU9MZIa
2017-03-02 10:44:07 -08:00
Tomislav Jovanovic b9dd9e5d3a Bug 1343583 - Adapt test framework to function toString revision r=aswan
MozReview-Commit-ID: LHABSIrgpBi

--HG--
extra : rebase_source : 305fd3b2f7c8d8a6054f2621cde6f48f0dcd9a20
2017-03-02 18:32:33 +01:00
Rail Aliiev 2d8a4d4653 Bug 1343535 - wget-en-US on linux should use target.tar.bz2 r=Callek a=release DONTBUILD
MozReview-Commit-ID: C0826ozsKMS

--HG--
extra : rebase_source : d23e91aceb74cb419cc73819458793d7e08551c5
extra : source : 36a8b43a7394e3af89953b741e0d6fa925fc705e
2017-03-01 10:15:50 -05:00
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