Commit Graph

11835 Commits

Author SHA1 Message Date
Dustin J. Mitchell
ff5404235a Bug 1275409: move taskcluster_graph.commit_parser; r=wcosta
MozReview-Commit-ID: JWCzOWVUEP6

--HG--
rename : testing/taskcluster/tests/test_commit_parser.py => taskcluster/taskgraph/test/test_util_legacy_commit_parser.py
rename : testing/taskcluster/taskcluster_graph/commit_parser.py => taskcluster/taskgraph/util/legacy_commit_parser.py
extra : rebase_source : 5cb3b25449f905a02c04f7855899ba02f2e1c761
2016-06-04 21:09:18 +00:00
Dustin J. Mitchell
b1c92a8289 Bug 1275409: remove mach_util; r=wcosta
MozReview-Commit-ID: 7FaRjPFBFkn

--HG--
extra : rebase_source : 4912f4615ee5dc4f41f38e95abe5404d13c21d66
2016-06-04 20:59:19 +00:00
Dustin J. Mitchell
271fc2bc85 Bug 1275409: remove taskcluster_graph.image_builder; r=wcosta
MozReview-Commit-ID: 21HBtcDVPXC

--HG--
extra : rebase_source : 985d158fdd3c326f422ce6feea1a59c688d48b01
2016-06-06 18:55:10 +00:00
Dustin J. Mitchell
a8e677a2f0 Bug 1275409: remove taskcluster_graph.transform; r=wcosta
MozReview-Commit-ID: B5Ee70AXFLP

--HG--
extra : rebase_source : 2d5b989d62d35452ae720c6231088b49f398a5c9
2016-06-04 19:31:44 +00:00
Dustin J. Mitchell
6c587676b0 Bug 1275409: move taskcluster_graph.from_now to taskgraph.util.time; r=wcosta
MozReview-Commit-ID: 3GFO4f34dg8

--HG--
rename : testing/taskcluster/tests/test_from_now.py => taskcluster/taskgraph/test/test_util_time.py
rename : testing/taskcluster/taskcluster_graph/from_now.py => taskcluster/taskgraph/util/time.py
extra : rebase_source : 5dfe5c92fa42c2837381232d3f1b343e93f6422e
2016-06-04 19:20:07 +00:00
Dustin J. Mitchell
c1ccda957f Bug 1275409: move templates to taskgraph.util; r=wcosta
MozReview-Commit-ID: 3vdnm20W4OD

--HG--
rename : taskcluster/taskgraph/test/test_util.py => taskcluster/taskgraph/test/test_util_docker.py
rename : testing/taskcluster/tests/test_templates.py => taskcluster/taskgraph/test/test_util_templates.py
rename : taskcluster/taskgraph/util.py => taskcluster/taskgraph/util/__init__.py
rename : testing/taskcluster/taskcluster_graph/templates.py => taskcluster/taskgraph/util/templates.py
extra : rebase_source : 6d098d87e715b82c0dcd5bf03beb7646bbd50fe2
2016-06-05 18:34:22 +00:00
Dustin J. Mitchell
8e8b2fa3df Bug 1275409: remove testing/taskcluster/mach_commands.py, except 'mach taskcluster-load-image'; r=wcosta
MozReview-Commit-ID: BrhXVWT5r8D

--HG--
extra : rebase_source : a6f6296405ed88cb2fda8cb96c229992830d4374
2016-06-04 19:40:35 +00:00
James Graham
70aaa7572c Bug 1278694 - Fix testharness.js path in subresources-integrity tests, r=Ms2ger
MozReview-Commit-ID: GXpCHvZ427l

--HG--
extra : rebase_source : 3e85eb8697a506759f9d0c232af4e3a6011c5365
2016-06-07 23:07:20 +01:00
Michael Layzell
bd973fcaa4 Bug 906420 - Part 1: Implement DataTransferItem and DataTransferItemList, r=baku 2016-06-07 18:05:55 -04:00
Steve Fink
3b16876256 No bug. Prevent shell command echoing from mangling hazard build result output lines.
MozReview-Commit-ID: I4UrhkuqV94

--HG--
extra : rebase_source : e8c29bbe408f123b75dfd138565371d8622176e4
2016-06-01 16:53:51 -07:00
James Graham
bc68fdaad1 Bug 1278577 - Use simple strings as reftest test ids, r=ahal
The idea of mozlog ids being tuples unfortunately didn't work so well
with external systems that found the tuple|string datatype difficult to
work with. Convert reftests to use simple ids of the form "<test url>
<comparison> <refurl>" e.g. "about:blank == data:text/html," instead of
tuples.

MozReview-Commit-ID: 18jufbssn4A

--HG--
extra : rebase_source : 542888186fecf3671847d1fca307770c7a989ad3
2016-06-06 16:28:22 +01:00
Andrew Halberstadt
4981a013ad Bug 1250904 - Start a wizard upon initiating an interactive shell, r=armenzg
To make things as easy as possible, run a little wizard to help developers
choose what to do. This way they don't need to memorize any commands or read
any wiki pages.

MozReview-Commit-ID: DzBlVUs9R8I

--HG--
extra : rebase_source : 36166f7642f6fb297adedf4176f1088cb91c2435
2016-05-25 11:12:45 -04:00
Andrew Halberstadt
29a1e194bd Bug 1250904 - Don't run mozharness if TASKCLUSTER_INTERACTIVE is set, r=armenzg
Rather than guess what the developer means to do when they checkout an interactive tester,
we'll prompt them from the interactive shell. This means we need to bypass the mozharness
script initially. To make it easy to run again later, we save the exact command to a
'run-mozharness' binary.

MozReview-Commit-ID: DzBlVUs9R8I

--HG--
extra : rebase_source : 60324bce5bf8b89cee4c962f426f17b5dc73b29d
2016-05-25 11:10:52 -04:00
Andrew Halberstadt
7e50b6715e Bug 1250904 - Add an hgrc for 'worker' user in testing/docker/desktop-test, r=armenzg
This creates some defaults, enables common built-in extensions and sets up
Ubuntu's CA file for checking host certificates.

MozReview-Commit-ID: DzBlVUs9R8I

--HG--
extra : rebase_source : 81cb5b935910091a4d6632daac439e786c6c410f
2016-05-27 10:25:14 -04:00
Andrew Halberstadt
74e2b65922 Bug 1250904 - Re-organize dot-files in testing/docker/desktop-test, r=armenzg
We'll need to add a number of dot-files and binaries to /home/worker/bin as
part of the effort to make debugging on remote machines easier, move them all
to a 'dot-files' subfolder and +x everything in /home/worker/bin.

MozReview-Commit-ID: DzBlVUs9R8I

--HG--
rename : testing/docker/desktop-test/dot-config/pip/pip.conf => testing/docker/desktop-test/dot-files/config/pip/pip.conf
rename : testing/docker/desktop-test/dot-config/user-dirs.dirs => testing/docker/desktop-test/dot-files/config/user-dirs.dirs
rename : testing/docker/desktop-test/dot-config/user-dirs.locale => testing/docker/desktop-test/dot-files/config/user-dirs.locale
rename : testing/docker/desktop-test/dot-pulse/default.pa => testing/docker/desktop-test/dot-files/pulse/default.pa
extra : rebase_source : 71b44dc318516a7a03d16fcfb1b36ba6cd924d55
2016-05-27 10:24:23 -04:00
Dustin J. Mitchell
6dee7858d5 Bug 1274611: fix indentation in mulet_simulator.yml; r=pmoore a=Tomcat
MozReview-Commit-ID: 6PzUWsZfeZ5

--HG--
extra : rebase_source : dd11c1ad9102eb13628717fddf74770ac8fe709c
extra : source : ec20b463c04f57a4bfca1edb987fcb9e9707c364
2016-06-07 14:10:17 +00:00
Dan Minor
23ff19e43f Bug 1265408 - Add webplatform-test for IIRFilterNode; r=padenot
MozReview-Commit-ID: qSDxvk60j2

--HG--
extra : rebase_source : 171ecf8126c887a7b63ab3af66b28cef0f5b4d44
extra : source : 56d602e3a9e68d3af95e1e687b7c74e15a754d80
2016-05-24 13:04:55 -04:00
Jonathan Kingston
3efe77ae49 Bug 1273288 - Fix issue with undefined proc variable when editor isn't possible r=jgraham
MozReview-Commit-ID: JNoFf6Jt3aN

--HG--
extra : rebase_source : 220f7c92af77c591d8e6a408aa61ea9772a8fc85
2016-06-07 14:44:52 +01:00
Masatoshi Kimura
248288ed47 Bug 1278381 - Open binary files in binary mode. r=jgraham 2016-06-07 22:17:41 +09:00
Phil Ringnalda
ca39a66245 Back out e8dab5e5d63a (bug 1272107) for 10.10 e10s debug startup hangs/asserts/aborts
CLOSED TREE
2016-06-06 21:06:42 -07:00
Justin D'Arcangelo
8524414783 Bug 1272107 - FlyWeb desktop UI. Only enabled on nightly and aurora. r=mconley
--HG--
extra : amend_source : 20eecf238ea852129fe0c788379a7a31cd765f6b
2016-06-06 18:47:06 -04:00
Dustin J. Mitchell
d788a52aeb Bug 1274611: implement docker image builds as a distinct kind; r=wcosta
MozReview-Commit-ID: 81Ad9LcBdx6

--HG--
extra : rebase_source : 3a2c06040f7af8b757eec2991360a7a4d3cf61cb
2016-06-05 19:15:53 +00:00
Dustin J. Mitchell
722b95f979 Bug 1274611: Implement task-graph optimization; r=gps
* Implement & document optimization (although legacy kind doesn't do much of it)
 * Introduce `optimize_target_tasks` parameter to control whether tasks in the
   target set can be optimized (no for try, yes for most other branches)
 * Refactor to include resolved taskIds in the optimized task graph
 * Include a `label-to-taskid.json` artifact.
 * Introduce {'task-reference': '... <dependency-name> ...'} for referring to
   parent tasks' taskId.

MozReview-Commit-ID: LWvlWNz49U5

--HG--
extra : rebase_source : 780e0e23d24b268ade33ecdcbccb5081f32aac48
2016-06-05 19:49:41 +00:00
Wes Kocher
44c9e5473a Backed out 13 changesets (bug 1265408) for test_interfaces bustage CLOSED TREE
Backed out changeset 5aa770304f2a (bug 1265408)
Backed out changeset 465412cecc51 (bug 1265408)
Backed out changeset d7d5bbd33e0e (bug 1265408)
Backed out changeset 4dd3a54d766d (bug 1265408)
Backed out changeset 24d271e05ae2 (bug 1265408)
Backed out changeset 56d602e3a9e6 (bug 1265408)
Backed out changeset 4bd3f7f5a431 (bug 1265408)
Backed out changeset 1b0ec5cf4d30 (bug 1265408)
Backed out changeset 784521a9cc94 (bug 1265408)
Backed out changeset 9ab327850c5f (bug 1265408)
Backed out changeset 388a95b05202 (bug 1265408)
Backed out changeset 2d59146a43fe (bug 1265408)
Backed out changeset 84fab8755ac9 (bug 1265408)
2016-06-06 12:09:14 -07:00
Dan Minor
c28c49d148 Bug 1265408 - Add webplatform-test for IIRFilterNode; r=padenot
MozReview-Commit-ID: qSDxvk60j2

--HG--
extra : rebase_source : 548dbfbade6e87722dca06d718fad692ddeaa8f0
2016-05-24 13:04:55 -04:00
Jordan Lund
01efb84b2a Bug 1278256 - drop api-9 beta release support, DONTBUILD a=testing r=kmoir
MozReview-Commit-ID: KFlaQoeGPRc

* I guess this has to be uplifted to aurora and included in the aurora->beta
  merge

--HG--
extra : rebase_source : eb97b061f193e0f6d976ea374a3ed2677435520b
extra : amend_source : 843c4791f09dc39e21499dd1782614b2c5442b7e
2016-06-06 15:38:13 +01:00
Mike Conley
fbafdc88c5 Bug 1277318 - Make openNewBrowserWindow wait for the initial browser load before resolving. r=Gijs
MozReview-Commit-ID: 7veM7df2npk

--HG--
extra : rebase_source : 4edfb46ff10b8ac0e4baf4ff492dc682e4f67eb7
2016-05-31 18:29:02 -04:00
Carsten "Tomcat" Book
06a7fd0491 Merge mozilla-central to mozilla-inbound
--HG--
rename : toolkit/components/prompts/test/test_bug625187.html => toolkit/components/prompts/test/test_subresources_prompts.html
2016-06-06 12:02:34 +02:00
Carsten "Tomcat" Book
4aea0165dc merge mozilla-inbound to mozilla-central a=merge 2016-06-06 11:55:56 +02:00
Dan Minor
e1c3cebb1e Bug 1275863 - Remove test_peerConnection_addTrack.html from autophone webrtc manifest; r=bc
This test was removed as part of commit 2a7dbc0411d1, but we still try to run
it.

MozReview-Commit-ID: HfFkugGz2vI

--HG--
extra : rebase_source : 6073292e18b39cd54c976322c89e2371a27d3d24
extra : amend_source : 3b918c333ef0e07a07aa0bc3d957ea3ac65d79ad
2016-06-03 15:53:06 -04:00
bechen
4f4db37a25 Bug 1242599 - [webplatformtest] Enable /html/semantics/embedded-content/media-elements/track/track-element/track-api-texttracks.html. r=rillian
MozReview-Commit-ID: H9hEFEvb5Nw

--HG--
extra : rebase_source : 16adec882d7d60ae387d48ce5dfb63ee818ddb9c
2016-06-02 15:37:22 +08:00
Jan Varga
64b62c9b07 Bug 1195930 - Part 1: Re-enable tests for clearing origin data; r=asuth 2016-06-05 21:41:48 +02:00
Phil Ringnalda
eaf79afff7 Back out 0b65f7e689b5 (bug 1272107) for frequent startup hangs in 10.10 e10s tests 2016-06-04 13:06:13 -07:00
Justin D'Arcangelo
f0212d4315 Bug 1272107 - FlyWeb desktop UI code. Only enabled on nightly and aurora builds. r=mconley
--HG--
extra : amend_source : bffaa027381e7a34fd28709f3f5da12627222f27
2016-06-03 15:41:46 -04:00
Wes Kocher
6a2f73c922 Bug 1277556 - Bring back a needed .ini file rs=ryanvm 2016-06-03 11:22:37 -07:00
Jordan Lund
9e528a95fa Bug 1277041 - add unique hg share option and rev in push with migration runs, DONTBUILD r=gps
this patch:

* forces always passing '-r' when pushing after a migration run
* removes '--new-branch' from beta_to_release push. we don't generate new branches on releases anymore because of release promotion!
* has migration runs use a unique share dir for each repo.

this can be used as a stop gap. maybe even a more permanent solution so we don't need to add complexity to robustcheckout for an edgecase like this.

MozReview-Commit-ID: HXY5vDI1pIt

--HG--
extra : rebase_source : 717e48dbf79115817e48adba8ed2f082d832fca0
2016-05-31 19:44:26 -07:00
Dave Hunt
e8dd720acc Bug 1271911 - Wait for the expected notifications in test_notifications.py to avoid transient popups. r=whimboo
MozReview-Commit-ID: ICsIE1wZctR

--HG--
extra : rebase_source : a9da57c1fe36699615fc34179840a7bdca0900dc
2016-06-03 11:03:14 +01:00
Dave Hunt
37a3963313 Bug 1271911 - Enable the browser.tabs.remote.force-enable preference when using e10s. r=maja_zf
MozReview-Commit-ID: BWqRrhPx7h8

--HG--
extra : rebase_source : 052600e039ff21d7e47fd26bb8f078863625a4b6
2016-06-03 11:02:47 +01:00
fkang
900260f1fd Bug 1271622 - migrate valgrind build to use mozharness r=kmoir 2016-06-03 10:19:37 -04:00
Valentin Gosu
cedd1932d1 Bug 1277555 - Set dom.enable_performance_observer pref in performance-timeline web-platform tests r=jgraham
MozReview-Commit-ID: B8ZmIjWFzgd

--HG--
extra : rebase_source : b40c2624793be366e94158501e958be892adc608
2016-06-03 01:07:58 +02:00
Carsten "Tomcat" Book
e2e1501bad Merge mozilla-central to mozilla-inbound 2016-06-03 12:41:23 +02:00
Carsten "Tomcat" Book
71eb3110f9 merge mozilla-inbound to mozilla-central a=merge 2016-06-03 12:00:06 +02:00
Carsten "Tomcat" Book
84e10fced2 Merge mozilla-central to fx-team on a CLOSED TREE 2016-06-02 15:11:25 +02:00
Carsten "Tomcat" Book
3d9af833fc Backed out changeset 0c3f4cbf0bfe (bug 1273634) in order to reopen closed trees due to bug 1277530 2016-06-02 15:07:15 +02:00
Carsten "Tomcat" Book
3891fd3556 Backed out changeset 3f521a9d4d1f (bug 1273634) 2016-06-02 15:05:00 +02:00
Carsten "Tomcat" Book
d8b4ef6666 Backed out changeset ea2da46bde0a (bug 1276738)
--HG--
extra : rebase_source : 70d3c54736de976bacd7a87f22544f85afb41a42
2016-06-02 08:12:34 +02:00
Carsten "Tomcat" Book
91c45dd470 Merge mozilla-central to fx-team 2016-06-02 12:00:53 +02:00
Mike Conley
19f105324d Bug 1276738 - Ensure that .open() on web content called with chrome privileges results in a new window with the appropriate principal. r=Gijs
MozReview-Commit-ID: IG9ioQLTI78

--HG--
extra : rebase_source : 908314589379b93b91b2d2a93a25b33f2e6ddb03
extra : histedit_source : 0af5d232e5dea98218ab838641e8d8a2acbd3c8e
2016-05-02 17:36:12 -04:00
Henrik Skupin
43c0f1bda8 Bug 1277209 - Run Firefox UI functional tests for TC Linux 64 opt and pgo. r=dustin
MozReview-Commit-ID: 1XapGUIRbAj

--HG--
extra : rebase_source : afbaf32fc1150566e73ac6a0c5616bede947192d
2016-06-01 13:32:04 +02:00
Andrew Halberstadt
f6bad5ec2a Bug 1273634 - [mozlint] Create a flake8 task, r=garndt
Enables flake8 linting! To start, only these directories are actually linted:
- python/mozlint
- tools/lint

To enable new directories, add them to the 'include' directive at the bottom of:
tools/lint/flake8.lint

Edit topsrcdir/.flake8 to modify global configuration. Add a new .flake8 to a
subdirectory to override the global. The current configuration is more or less
just the default and we should tweak it to our needs.

MozReview-Commit-ID: iXbToRhm3b

--HG--
extra : rebase_source : 78c4491261ba36421110b0d9fca73c1f6d1f85c3
2016-05-17 16:24:24 -04:00