Commit Graph

35632 Commits

Author SHA1 Message Date
Henrik Skupin
9dc70ca9a6 Bug 1560588 - [marionette] Fix focus handling in open_chrome_window() for WindowManagerMixin. r=webdriver-reviewers,ato
Differential Revision: https://phabricator.services.mozilla.com/D35579

--HG--
extra : moz-landing-system : lando
2019-06-24 09:28:46 +00:00
Bastien Orivel
761235d949 Bug 1396824 - Part 1: Replace the webdriver router by warp. r=ato
This allows for easy support for HEAD requests without any code on our
side.

Differential Revision: https://phabricator.services.mozilla.com/D34631

--HG--
extra : moz-landing-system : lando
2019-06-24 09:26:59 +00:00
James Graham
937ce36ee1 Bug 1545143 - Add --full flag for wpt-update for updating with a full set of results, r=maja_zf
This has different behaviour from the regular update in a couple of
ways:
* It doesn't try to preserve existing conditionals that didn't match
  anything in the results
* It removes subtests that are no longer present in the data set.

As such this is an appropriate mode to use when you have a try push
covering all the possible platforms, or when you are confident there
are no per-platform differences.

As part of this work, the code for updating the conditionals was
refactored to be clearer, and a bunch of tests were added to ensure
that it continues to work correctly.

Differential Revision: https://phabricator.services.mozilla.com/D34735

--HG--
extra : moz-landing-system : lando
2019-06-24 08:54:38 +00:00
James Graham
5022fc67bd Bug 1469893 - Make the metadata update generate more compact conditionals, r=maja_zf
Previously the wpt metadata update code generated rather conservative
conditionals, simply inclusing every possible condition unless all the
tests had the same outcome or similar. This isn't very nice to read
and makes the metadata rather fragile to changes in the configuration.

A better approach is to build a decision tree from the metadata,
choosing the properties to split on using a simple greedy algorithm,
as follows:

 * Given a set of test results, associated run_info_properties and
   properties that we want to use, partition the test results by each
   property we are using in turn.

 * For each partition, generate a score for how uniform the results
   are in each subset after partition. The score should be good if the
   partition results in small numbers of groups with mostly uniform
   test results and bad if it results in a large number of groups or
   groups with a mix of test results. For this we adopt a metric based
   on the Shannon entropy.

 * Chose the partition resulting in the best score, and use that as a
   condition in the tree.

 * Recursively reapply the algorithm to each group that's been
   created.

Differential Revision: https://phabricator.services.mozilla.com/D34734

--HG--
extra : moz-landing-system : lando
2019-06-24 08:54:11 +00:00
Alexandru Irimovici
6d181cc6b2 Bug 1559936 - Re-record apple.com desktop tp6 pages using mitmproxy 4 r=perftest-reviewers,AlexandruIonescu,Bebe
Differential Revision: https://phabricator.services.mozilla.com/D35530

--HG--
extra : moz-landing-system : lando
2019-06-24 08:41:16 +00:00
Alexandru Irimovici
440c0d0210 Bug 1559935 - Re-record bing.com desktop tp6 pages using mitmproxy 4 r=perftest-reviewers,Bebe,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D35524

--HG--
extra : moz-landing-system : lando
2019-06-24 08:33:04 +00:00
Arnold Iakab
f82e56ab72 Bug 1541385 Undefined behavior for None as timeout value r=perftest-reviewers,igoldan
Differential Revision: https://phabricator.services.mozilla.com/D32317

--HG--
extra : moz-landing-system : lando
2019-06-18 09:21:30 +00:00
Arnold Iakab
e4eef887bc Bug 1559937 Re-record reddit.com desktop tp6 pages using mitmproxy 4 r=perftest-reviewers,Bebe
Differential Revision: https://phabricator.services.mozilla.com/D35407

--HG--
extra : moz-landing-system : lando
2019-06-20 12:52:03 +00:00
Arnold Iakab
bcfe5b8569 Bug 1559939 Re-record yahoo.com desktop tp6 pages using mitmproxy 4 r=perftest-reviewers,Bebe,alexandru.irimovici
Differential Revision: https://phabricator.services.mozilla.com/D35405

--HG--
extra : moz-landing-system : lando
2019-06-24 08:31:48 +00:00
Florin Strugariu
45daa4fe3f Bug 1560266 Cleanup raptor tp6-1 manifest file after rerecordings r=AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D35408

--HG--
extra : moz-landing-system : lando
2019-06-21 11:45:02 +00:00
Florin Strugariu
3b8549864f Bug 1559925 Re-record amazon.com desktop tp6 pages using mitmproxy 4 r=AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D35323

--HG--
extra : moz-landing-system : lando
2019-06-21 12:05:38 +00:00
Florin Strugariu
9ffadd41b5 Bug 1559922 Re-record facebook.com desktop tp6 pages using mitmproxy 4 r=AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D35322

--HG--
extra : moz-landing-system : lando
2019-06-21 10:54:12 +00:00
Florin Strugariu
f4a7cf6309 Bug 1559924 Re-record youtube.com desktop tp6 pages using mitmproxy 4 r=perftest-reviewers,AlexandruIonescu,alexandru.irimovici
Differential Revision: https://phabricator.services.mozilla.com/D35319

--HG--
extra : moz-landing-system : lando
2019-06-24 08:23:28 +00:00
Florin Strugariu
8c28c081f2 Bug 1559918 Re-record google.com desktop tp6 pages using mitmproxy 4 r=perftest-reviewers,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D35318

--HG--
extra : moz-landing-system : lando
2019-06-24 08:25:02 +00:00
alexandru.ionescu
2d66061d8f Bug 1559949 Re-record wikipedia.org desktop tp6 pages using mitmproxy 4 r=perftest-reviewers,alexandru.irimovici
Differential Revision: https://phabricator.services.mozilla.com/D35511

--HG--
extra : moz-landing-system : lando
2019-06-24 07:42:25 +00:00
violet
75f6c6ddaa Bug 1560828 - paint-order parsing has off-by-one error r=emilio
A couple of firefox only WPT failure caused by this off-by-one bug.

Differential Revision: https://phabricator.services.mozilla.com/D35630

--HG--
extra : moz-landing-system : lando
2019-06-24 04:07:42 +00:00
violet
59ab77300a Bug 1529572 - Should resolve absolute units r=longsonr
Firefox only failure.

Differential Revision: https://phabricator.services.mozilla.com/D35614

--HG--
extra : moz-landing-system : lando
2019-06-23 12:51:05 +00:00
violet
8a8f7223a9 Bug 1557563 - Add computed value ZeroToOneNumber r=emilio,birtles
Correctly handle clamping to 1 behavior of grayscale(),
invert(), opacity() and sepia().

Differential Revision: https://phabricator.services.mozilla.com/D35509

--HG--
extra : moz-landing-system : lando
2019-06-23 23:01:47 +00:00
Brindusan Cristian
215c57d27d Merge inbound to mozilla-central. a=merge 2019-06-24 00:47:59 +03:00
Emilio Cobos Álvarez
ede1bad1f0 Bug 1536871 - Enable layout.css.line-height.normal-as-resolved-value.enabled on getComputedStyle-line-height.html. r=me 2019-06-23 18:55:03 +02:00
Cosmin Sabou
6c9fa41187 Bug 1560324 - Disable test on Android !debug for frequent failures. a=testonly 2019-06-23 15:45:35 +03:00
Emilio Cobos Álvarez
ef914bd2f8 Bug 1559094 - Restore old behavior for background-size: cover + zero-sized background positioning area. r=dholbert
This restores our previous and per-spec behavior. Comparing only ratios was not
correct in the case one of the dimensions was zero and thus not scaled.

Differential Revision: https://phabricator.services.mozilla.com/D35571

--HG--
extra : moz-landing-system : lando
2019-06-23 10:08:16 +00:00
Razvan Maries
5df6d6e3ce Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2019-06-23 00:49:16 +03:00
Razvan Maries
2a9b886a7c Merge mozilla-inbound to mozilla-central a=merge 2019-06-23 00:44:35 +03:00
Daniel Holbert
3d83ddc5c5 Bug 1558849: Temporarily disable web-platform-test ruby-inlinize-blocks-002.html on more categories of Windows testers. (no review, test-annotation-only)
This test is known intermittent on windows. It's already annotated to be
disabled for some categories of Windows testers, but that annotation was overly
specific.

I've already fixed the "upstream" version of this test (the version in
layout/reftests), so the intermittent failure will stop once that fix has been
synchronized around.  But in the meantime, let's adjust the annotation so that
it includes Win10 64-bit testers, so we don't get intermittent failures for
those testers.

--HG--
extra : amend_source : c815ae1200e6a615f932ddf36fba6f8a7a039500
2019-06-22 09:48:24 -07:00
Dorel Luca
543e1fbd04 Merge mozilla-inbound to mozilla-central. a=merge 2019-06-22 12:38:29 +03:00
Boris Chiou
88447089e6 Bug 1560198 - Fix the serialization of the computed value of background-size. r=emilio
This patch produces the following serialization:
```
    input      |  computed value
  ------------------------------
1. "auto"            "auto"
2. "auto auto"       "auto"
3. "15px auto"       "15px"
4. "15px"            "15px"
```
i.e. If the second value is 'auto', then it's omitted from our serialization,
because it's implied.

Besides, we update the wpt to address this spec issue:
https://github.com/w3c/csswg-drafts/issues/2574

Differential Revision: https://phabricator.services.mozilla.com/D35510

--HG--
extra : moz-landing-system : lando
2019-06-21 21:48:54 +00:00
Geoff Brown
46ae70c525 Bug 1560162 - Handle psutil exception in 'mach android-emulator'; r=denschub
I haven't reproduced this failure myself, but this change *should* help.

Differential Revision: https://phabricator.services.mozilla.com/D35561

--HG--
extra : moz-landing-system : lando
2019-06-21 20:07:20 +00:00
Mihai Alexandru Michis
68de945c39 Bug 1557518 - Expect attachment-scroll-positioning-1.html to pass on Windows 10 AArch64 opt. r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D35329

--HG--
extra : moz-landing-system : lando
2019-06-21 17:18:58 +00:00
Andreea Pavel
bc764309ea Bug 1559494 - disabled new_window_null.tentative.html on android r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D35410

--HG--
extra : moz-landing-system : lando
2019-06-20 17:02:27 +00:00
Emilio Cobos Álvarez
b301149caa Bug 1536871 - Make 'line-height: normal' return the 'normal' keyword from getComputedStyle() on Nightly and Early Beta, for now. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D25119

--HG--
extra : moz-landing-system : lando
2019-06-14 09:01:44 +00:00
Emilio Cobos Álvarez
35c4440f0b Back out changeset 7ae44e68ef10 (Bug 1559094) for landing too soon, since I understand what the spec is trying to say now. r=me 2019-06-22 12:23:26 +02:00
Emilio Cobos Álvarez
65347f45e1 Bug 1559094 - Restore old behavior for background-size: cover + zero-height background positioning area. r=dholbert
This restores our previous behavior and adds a .tentative test because I
couldn't see how the spec makes any sense.

Filed https://github.com/w3c/csswg-drafts/issues/4049 about that.

Differential Revision: https://phabricator.services.mozilla.com/D35571

--HG--
extra : moz-landing-system : lando
2019-06-22 00:47:45 +00:00
Dorel Luca
03174fc965 Merge mozilla-central to autoland 2019-06-22 12:47:00 +03:00
violet
ea5e6c4b2b Bug 1529571 - Use in rather than hasOwnProperty to check property support r=heycam
This test is supposed to check CSS property support, but using
hasOwnProperty() is causing a lot of false positive because
hasOwnProperty() doesn't go up the proto chain even if the property
is actually supported.

Differential Revision: https://phabricator.services.mozilla.com/D35512

--HG--
extra : moz-landing-system : lando
2019-06-21 20:16:34 +00:00
Maja Frydrychowicz
b9cf78e459 Bug 1553046 - Update wpt metadata for webvtt tests that crash. r=alwu
Differential Revision: https://phabricator.services.mozilla.com/D35475

--HG--
extra : moz-landing-system : lando
2019-06-22 06:36:53 +00:00
Mats Palmgren
af1b0f2a42 Bug 1560460 - Build display items for an outside ::marker before child content to get the correct paint order. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D35553

--HG--
extra : rebase_source : d58d4bbede2252f010e7528cab0bacfff4932efb
2019-06-21 05:20:51 +02:00
Maja Frydrychowicz
20a702d1e1 Bug 1550895 - Disable a few more tests to green up wpt on GeckoView; r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D35480

--HG--
extra : moz-landing-system : lando
2019-06-21 16:26:53 +00:00
Arnold Iakab
46bc26a8bb Bug 1559927 Re-record tumblr.com desktop tp6 pages using mitmproxy 4 r=perftest-reviewers,Bebe
Differential Revision: https://phabricator.services.mozilla.com/D35401

--HG--
extra : moz-landing-system : lando
2019-06-20 12:49:30 +00:00
Alexandre Poirot
9e581c4dbe Bug 1560127 - Fix test-verify against mochitest-remote. r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D35415

--HG--
extra : moz-landing-system : lando
2019-06-21 10:34:15 +00:00
shindli
af1bd4594f Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-06-21 12:53:51 +03:00
shindli
c0ca77697c Merge inbound to mozilla-central. a=merge 2019-06-21 12:34:14 +03:00
Arnold Iakab
3f4a701e65 Bug 1558621 Reduce Raptor cold page-load tests on android to have one site per suite r=perftest-reviewers,rwood,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D34687

--HG--
extra : moz-landing-system : lando
2019-06-21 07:43:49 +00:00
Cosmin Sabou
d96d24e199 Bug 1560360 - Update syntax for disabling more flaky css-appearance tests on win7 debug and win10 aarch64. a=testonly
--HG--
extra : amend_source : b7bd3c079c342674dba1116dadbc514a706886c3
2019-06-21 06:24:48 +03:00
Cosmin Sabou
8c2b7f4504 Bug 1560360 - Disable more flaky css-appearance tests on win7 debug and win10 aarch64. a=testonly
--HG--
extra : amend_source : 2d903cd2fe6a35f7654092a40b75b36a2f51300f
2019-06-21 04:15:32 +03:00
Byron Campen [:bwc]
5f86ad9057 Bug 1556795: Re-enable some web-platform-tests related to DataChannel ids. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D35046

--HG--
extra : moz-landing-system : lando
2019-06-20 20:23:55 +00:00
Cosmin Sabou
55afe30077 Merge mozilla-central to autoland. CLOSED TREE 2019-06-21 01:44:45 +03:00
Cosmin Sabou
49014f945b Merge mozilla-inbound to mozilla-central. a=merge 2019-06-21 01:03:07 +03:00
James Graham
52ccd7af68 Bug 1560360 - Disable flaky css-appearance tests on win7 debug, a=testonly 2019-06-20 11:38:30 -07:00
Andreea Pavel
0bf8290504 Bug 1559989 - disabled shape-outside-circle-004.html on android r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D35430

--HG--
extra : moz-landing-system : lando
2019-06-20 17:06:56 +00:00