Commit Graph

19116 Commits

Author SHA1 Message Date
Sebastian Hengst
831f2ed98f merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: oIdBL7fmlE
2017-10-28 10:31:58 +02:00
Sebastian Hengst
3792a177e6 merge autoland to mozilla-central. r=merge a=merge
MozReview-Commit-ID: IZImXBBcbVQ
2017-10-28 10:25:57 +02:00
Phil Ringnalda
7f6c31afa5 Merge m-c to m-i
MozReview-Commit-ID: 2FUpmxEyNnH
2017-10-27 21:43:24 -07:00
Phil Ringnalda
4bc2b1615d Backed out 4 changesets (bug 1408433, bug 1406391, bug 1408512) for crashing tests by touching the network contacting incoming.telemetry.mozilla.org on nightly builds
Backed out changeset 9bfd4b0927dc (bug 1408433)
Backed out changeset 555850d5107e (bug 1408512)
Backed out changeset 15d959b9123e (bug 1406391)
Backed out changeset e1f34ba9cecc (bug 1406391)

MozReview-Commit-ID: BVoGRsD73Hf
2017-10-27 21:08:27 -07:00
Sebastian Hengst
28b1c813ea merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: DasxLYlgq0N
2017-10-27 23:30:52 +02:00
Chris H-C
8e6dd31d55 bug 1406391 - Remove toolkit.telemetry.enabled manipulation from tests r=Dexter
Minor note:
reftests should've turned off uploadEnabled in the first place.

MozReview-Commit-ID: 9spzuUAXwwP
2017-10-27 10:59:43 -04:00
Sebastian Hengst
2e7f384b52 merge autoland to mozilla-central. r=merge a=merge 2017-10-27 23:21:20 +02:00
Ben Kelly
1d874e8c70 Bug 1411528 Clear the intercept listening when synthesizing a redirect in HttpChannelChild. r=asuth 2017-10-27 16:11:57 -04:00
Sebastian Hengst
7e5658f95b Backed out 2 changesets (bug 1411804) for failing eslint in testing/talos/talos/tests/layout/benchmarks/displaylist_mutate.html. r=backout
Backed out changeset 39ad112131fe (bug 1411804)
Backed out changeset 9421a340f682 (bug 1411804)
2017-10-27 21:42:19 +02:00
Sebastian Hengst
ee86c85e9b Add a Talos test for displaylist mutation. (bug 1411804). Follow-up: Add empty line to fix linting issue. r=me DONTBUILD
--HG--
extra : amend_source : b28a5efa400ba377e3ac5e75c09a8611d0e2f5ad
2017-10-27 21:25:52 +02:00
David Anderson
a645a01ee6 Add a Talos test for displaylist mutation. (bug 1411804, r=jmaher, r=mattwoodrow) 2017-10-27 11:59:39 -07:00
Sebastian Hengst
841ee307e6 merge mozilla-central to autoland. r=merge a=merge 2017-10-27 23:32:15 +02:00
Rob Wood
9c5217776e Bug 1410206 - Remove non-e10s support from talos; r=jmaher
MozReview-Commit-ID: 2iCM35XAXJM

--HG--
extra : rebase_source : 831728acfff84ee49297f906a20dad98ca054ca5
2017-10-26 15:16:40 -04:00
Mark Banner
60e4a05b0d Bug 1411368 - Automatically fix spaced-comment issues raised when using ESLint 4. r=mossop
MozReview-Commit-ID: AOFFadV3JrV

--HG--
extra : rebase_source : e06da861796c79f118ac734ceebee22253c0485f
2017-10-26 12:00:05 +01:00
Mark Banner
4de6bf22b1 Bug 1411368 - Automatically fix no-multi-spaces issues raised when using ESLint 4. r=mossop
MozReview-Commit-ID: H5YVp3rnzGo

--HG--
extra : rebase_source : 5b45b6c0df834131812d094e975047eaad374e06
2017-10-26 11:47:01 +01:00
Øyvind Strømmen
ccff751e52 Bug 1407695 - Cover non session cookies in web platform tests; r=ato
MozReview-Commit-ID: 8cR5kiRxBV6

--HG--
extra : rebase_source : 5fad8989d6812d3e2e7b0fa2a6d106d4d671edf7
2017-10-19 21:12:21 +02:00
Øyvind Strømmen
a02bde8488 Bug 1407695 - Allows cookie 'expiry' to be optional; r=ato
When getting a session cookie we expect 'expiry' to be either null, or
to be missing.

MozReview-Commit-ID: JmSfrR0ypya

--HG--
extra : rebase_source : e24948efec8013b9b4c02ab9573f9c317130cd89
2017-10-23 22:23:10 +02:00
Øyvind Strømmen
42bc75f55d Bug 1407695 - Clear all cookies from session before running test; r=ato
MozReview-Commit-ID: 5nTN1BzEIOC

--HG--
extra : rebase_source : a2216192767f3aed4aefd084d5363c3d0bdd6486
2017-10-24 08:05:54 +02:00
Øyvind Strømmen
4c2fdeab8b Bug 1407695 - Do not return expiry key for session cookies; r=ato
MozReview-Commit-ID: H1CctBpOOdM

--HG--
extra : rebase_source : 148e2189e46713161f696d6b09c0b854d513f979
2017-10-16 22:42:48 +02:00
Andrew Halberstadt
ddfe7fc78a Bug 1412012 - [mozdebug] Add a basic test for get_default_debugger_name, r=jmaher
MozReview-Commit-ID: CwkXKJWd55M

--HG--
extra : rebase_source : e933232fff154d933953f238da14318d7ed2d0fe
2017-10-26 10:14:33 -04:00
Henrik Skupin
d70feae0c1 Bug 1412222 - start_session should not ignore the result of connection attempts. r=ato
By silently ignoring the result from 'wait_for_port' results in a
delayed socket error, which sometimes can cause strange results
as seen on bug 1410366.

MozReview-Commit-ID: 2ptIwX6upBG

--HG--
extra : rebase_source : 9f25afacf2ce65811c51af2cf4b234c8dd1f3587
2017-10-27 10:06:18 +02:00
Sebastian Hengst
a92de1bfc3 merge mozilla-central to autoland. r=merge a=merge on a CLOSED TREE
--HG--
extra : amend_source : 5afba38563fd825a1d36aaee0debd5844aca3432
2017-10-27 12:54:29 +03:00
Sebastian Hengst
5c15da1f08 merge mozilla-inbound to mozilla-central. r=merge a=merge
--HG--
rename : testing/talos/tests/__init__.py => testing/talos/talos/unittests/__init__.py
rename : testing/talos/tests/browser_output.ts.txt => testing/talos/talos/unittests/browser_output.ts.txt
rename : testing/talos/tests/browser_output.tsvg.txt => testing/talos/talos/unittests/browser_output.tsvg.txt
rename : testing/talos/tests/profile.tgz => testing/talos/talos/unittests/profile.tgz
rename : testing/talos/tests/ps-Acj.out => testing/talos/talos/unittests/ps-Acj.out
rename : testing/talos/tests/test_talosconfig_browser_config.json => testing/talos/talos/unittests/test_talosconfig_browser_config.json
rename : testing/talos/tests/test_talosconfig_test_config.json => testing/talos/talos/unittests/test_talosconfig_test_config.json
rename : testing/talos/tests/xrestop_output.txt => testing/talos/talos/unittests/xrestop_output.txt
2017-10-27 12:45:34 +03:00
Brian Birtles
69e5bc02d2 Bug 1411806 - Add test for AnimationPlaybackEvent constructor; r=hiro
MozReview-Commit-ID: 846UoXnQ8dn

--HG--
extra : rebase_source : a3d67e5e032b27bb7b77e471a3f7ce9321617089
2017-10-27 13:41:08 +09:00
Brian Birtles
0cfaed9e4f Bug 1411806 - Add idlharness test for AnimationPlaybackEvent; r=hiro
MozReview-Commit-ID: BfMeHktpHpZ

--HG--
extra : rebase_source : 5fd819d340f27edd43c2ea9de1c59903f4dc4ad3
2017-10-27 13:40:41 +09:00
Brian Birtles
a324ffd50a Bug 1411806 - Add idlharness test for AnimationEffectTimingReadOnly; r=hiro
MozReview-Commit-ID: FoKMYXdbNfu

--HG--
extra : rebase_source : 0c16fff9b069cd937fc3fe7a48b3cce8eb6aaf70
2017-10-27 13:40:11 +09:00
Brian Birtles
b42910d57f Bug 1411806 - Drop references to no-longer-existent 'spacing' property in KeyframeEffect(ReadOny) constructor tests; r=hiro
MozReview-Commit-ID: XN1pQRvPJg

--HG--
extra : rebase_source : d2e9d5352dbcda0c74798f54e934ba8130e76582
2017-10-27 13:39:45 +09:00
Brian Birtles
b539049664 Bug 1411806 - Tidy up KeyframeEffect(ReadOnly) constructor tests; r=hiro
These are non-functional changes to:

* Use ES6 const/let
* Use ES6 template strings in various places
* Capitalize/fix test descriptions

MozReview-Commit-ID: CcEl42yVIQx

--HG--
extra : rebase_source : 77479514734c19535fdbcc758f6a5f6ab66b5ffc
2017-10-27 13:39:41 +09:00
Brian Birtles
c235ed5dd4 Bug 1411806 - Combine copy constructor tests for KeyframeEffect and KeyframeEffectReadOnly into one file; r=hiro
All other tests for KeyframeEffectReadOnly live in the KeyframeEffect folder so
we should do the same for the copy constructor tests.

MozReview-Commit-ID: 3UWfCKgyUCZ

--HG--
extra : rebase_source : 5c077d1f12eca6f830e5d67779dd0dedd376576c
2017-10-27 13:39:38 +09:00
Brian Birtles
e1466c75f2 Bug 1411806 - Drop unnecessary test for KeyframeEffect.timing now that idlharness.html covers the same content; r=hiro
MozReview-Commit-ID: LZRx0mU48Id

--HG--
extra : rebase_source : 952a5f1d357966a31da7520cd78737daedf141e3
2017-10-27 13:39:09 +09:00
Brian Birtles
e0b162026a Bug 1411806 - Add idlharness test for KeyframeEffect; r=hiro
MozReview-Commit-ID: 538HtSPt9bt

--HG--
extra : rebase_source : 21f58cb7a5298da1f5ca33ee8a4cf213a93205b1
2017-10-27 13:39:06 +09:00
Brian Birtles
fe1625fc82 Bug 1411806 - Tidy up Animation/idlharness.html test; r=hiro
MozReview-Commit-ID: 61tUueSIyfM

--HG--
extra : rebase_source : 02e83117d62de1de9c2f8e7f8c1f4c65d3cfd97d
2017-10-27 13:38:39 +09:00
Brian Birtles
0b2314a827 Bug 1411806 - Tidy up DocumentTimeline/idlharness.html test; r=hiro
There doesn't seem to be any need for the test() wrapper here (I've yet to find
any other tests in web-platform-tests using it).

MozReview-Commit-ID: y3FrMvK14j

--HG--
extra : rebase_source : e1e5b8466a451f47d96bfe7c9c66e4b182515dc3
2017-10-27 13:38:36 +09:00
Brian Birtles
3217b3f4e8 Bug 1411806 - Move idlharness test for DocumentTimeline to DocumentTimeline directory; r=hiro
MozReview-Commit-ID: L5H1BJz8Lzz

--HG--
rename : testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/idlharness.html => testing/web-platform/tests/web-animations/interfaces/DocumentTimeline/idlharness.html
extra : rebase_source : cdd49e336d9b4c0bee3935a25e4ffd8599ff105d
2017-10-27 13:38:31 +09:00
Brian Birtles
08c9a5ba59 Bug 1411806 - Update test descriptions for document timeline tests; r=hiro
Now that some of these tests have been moved to the timing-model directory, it
makes less sense to refer to the actual API being tested. Intead they should
refer to the concept in the model being tested.

MozReview-Commit-ID: 7Y65o0IilSq

--HG--
extra : rebase_source : 08bfaab755fd24d59d6aa6f9410fc1364efb5860
2017-10-27 13:37:13 +09:00
Brian Birtles
0ad3fe126d Bug 1411806 - Move document timeline tests to files corresponding to the sections in the spec they test; r=hiro
I replaced a couple instances of 'var' with 'const' or 'let' but otherwise the
test content is untouched. I will update a few test descriptions in the next
patch.

MozReview-Commit-ID: ASVp54dzQUL

--HG--
extra : rebase_source : d802756159aba9a73f8627b79294950d6e6d79ed
2017-10-27 13:37:08 +09:00
Boris Zbarsky
d5045f9244 Bug 1352002. Remove the iframe margin size quirk. r=dholbert
None of the spec, Chrome, or Safari have this quirk.  Edge has our quirks behavior in both modes.

MozReview-Commit-ID: ADyGxeIm3B4
2017-10-26 23:58:18 -04:00
Emilio Cobos Álvarez
0d1f2632f6 Bug 1412011: Test SVG <use> element matching rules. r=dholbert
MozReview-Commit-ID: 9syd1Nlx2Iv

--HG--
extra : rebase_source : 85af4a180288e11fbc48ffc706d1b6380ce62cae
2017-10-26 18:14:48 +02:00
Ionut Goldan
9c2b03db60 Bug 1399800 - integrate pytest and add initial tests r=jmaher
MozReview-Commit-ID: FNQwCEtM1MB

--HG--
rename : testing/talos/tests/__init__.py => testing/talos/talos/unittests/__init__.py
rename : testing/talos/tests/browser_output.ts.txt => testing/talos/talos/unittests/browser_output.ts.txt
rename : testing/talos/tests/browser_output.tsvg.txt => testing/talos/talos/unittests/browser_output.tsvg.txt
rename : testing/talos/tests/profile.tgz => testing/talos/talos/unittests/profile.tgz
rename : testing/talos/tests/ps-Acj.out => testing/talos/talos/unittests/ps-Acj.out
rename : testing/talos/tests/test_talosconfig_browser_config.json => testing/talos/talos/unittests/test_talosconfig_browser_config.json
rename : testing/talos/tests/test_talosconfig_test_config.json => testing/talos/talos/unittests/test_talosconfig_test_config.json
rename : testing/talos/tests/xrestop_output.txt => testing/talos/talos/unittests/xrestop_output.txt
extra : rebase_source : 0e4652fcf1950926d87089e9b64b1da031920b21
2017-10-24 14:20:01 +03:00
Maja Frydrychowicz
2a3ad461a8 Bug 1411433 - Add docs for marionette and geckodriver to Mozilla Source Tree Docs; r=ato
MozReview-Commit-ID: GDQe7BACT6k

--HG--
extra : rebase_source : f47bfc8fb64e8b9d9f858cbe4997f173e5e878e2
2017-10-24 18:53:02 -04:00
Sebastian Hengst
d10e26c913 merge mozilla-central to mozilla-inbound. r=merge a=merge 2017-10-27 00:00:25 +02:00
Sebastian Hengst
b181c484ad merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: LcCWQzgwIBi
2017-10-26 23:57:40 +02:00
Boris Zbarsky
0015c73286 Bug 1411138. Be consistent (and follow the spec) in terms of how we determine the element that propagates styles to the viewport. r=dholbert
MozReview-Commit-ID: 8tH3nCDQJID
2017-10-26 00:35:22 -04:00
Henrik Skupin
e3c38148be Bug 1411913 - Enable Marionette trace log for mochitest/reftest by default. r=jmaher
MozReview-Commit-ID: 1cGy3YlJml1

--HG--
extra : rebase_source : 23106578640a64848c164121a96cdddebd13cad8
2017-10-26 13:05:17 +02:00
Sebastian Hengst
bb00fb7597 Backed out changeset e1455a5d2e05 (bug 1410459) for breaking Talos. r=backout on a CLOSED TREE 2017-10-26 18:24:41 +02:00
Andrew Halberstadt
9305f47839 Bug 1411776 - [mozdebug] Fix 'module has no attribute' error when using --debugger, r=jmaher
This fixes a regression from bug 1397849.

MozReview-Commit-ID: 4JrnkYVwTo

--HG--
extra : rebase_source : 70d37791a35fd2f6877ad1556ca9cd92804f52e0
2017-10-26 10:13:53 -04:00
Andrew Halberstadt
afdc499bac Bug 1410459 - [mozharness] Upgrade from optparse to argparse in config.py, r=jlund
Upgrade from optparse to argparse:

1. 'type' field now needs to be callable (deleted if type was 'string' as that is the default)
2. 'extend' action re-implemented for argparse
3. 'callback' action no longer exists, re-implemented as a custom argparse action (only used in buildbase.py)
4. minor api changes, e.g 'add_option' -> 'add_argument'

MozReview-Commit-ID: HcKowF13Da3

--HG--
extra : rebase_source : e5e8160d91263fb273f790dbda5e2c2b2e02eaf6
2017-10-20 11:53:44 -04:00
Ryan VanderMeulen
d44c341ebf Bug 1410248 - Disable all speech-api web platform tests until they can run reliably. r=me
--HG--
extra : amend_source : e9b896197a555c203a4907e3af59276cbd76ef95
2017-10-25 20:33:19 -04:00
Sebastian Hengst
85c5258052 merge mozilla-central to mozilla-inbound. r=merge a=merge 2017-10-26 00:45:51 +02:00
Sebastian Hengst
e38c4ab9b8 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 1LCusZIzMkc
2017-10-26 00:21:53 +02:00