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

30307 Коммитов

Автор SHA1 Сообщение Дата
Jason Orendorff 3df4a64fdb Bug 1513570 - Part 2: In the WPT testharness.js, treat the absence of `global.location`, rather than `global.self`, as evidence that we're in the shell. r=Ms2ger
We have to shim global.self for some tests that we want to run in the shell (see part 3).

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

--HG--
extra : moz-landing-system : lando
2018-12-14 18:15:06 +00:00
Jason Orendorff 47519c94b2 Bug 1513570 - Part 1: Adapt stream tests to run in the shell. r=Ms2ger
We don't support byte streams, transform streams, writable streams, or piping
yet, but we will, and in the meantime our own meta files disable those tests
for us.

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

--HG--
extra : moz-landing-system : lando
2018-12-14 18:14:56 +00:00
Jason Orendorff acf7eafbbf Bug 1513570 - Part 0: Disable WritableStream and TransformStream tests. r=Ms2ger
There is no point running any of these, as we have no support whatsoever for
these features currently.

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

--HG--
extra : moz-landing-system : lando
2018-12-14 18:14:50 +00:00
Sylvestre Ledru 6f45c666bc Bug 1513205 - Also update the tests to match the Google coding style r=Ehsan
# ignore-this-changeset

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

--HG--
extra : moz-landing-system : lando
2018-12-14 18:10:35 +00:00
Henri Sivonen acfba8e927 Bug 1469580 - Ignore charset= in <meta content> if followed by unmatched quote. r=mrbkap
Differential Revision: https://phabricator.services.mozilla.com/D14410

--HG--
extra : moz-landing-system : lando
2018-12-14 17:53:59 +00:00
Logan Smyth 4ee33b0d6d Bug 1514248 - Reimplement xpcshell test debugging using a public thread-actor API. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D14561

--HG--
extra : moz-landing-system : lando
2018-12-14 17:33:45 +00:00
Rob Wood a63f5d5395 Bug 1506912 - Raptor support for tp6 pageload on android geckoview; r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D14186

--HG--
extra : moz-landing-system : lando
2018-12-14 07:19:59 +00:00
Coroiu Cristina 3e33183ebf Backed out changeset a145a897c94c (bug 1469580) for lin failure at /builds/worker/checkouts/gecko/tools/lint/wpt.yml 2018-12-14 12:33:15 +02:00
Henri Sivonen 20f693b781 Bug 1469580 - Ignore charset= in <meta content> if followed by unmatched quote. r=mrbkap
Differential Revision: https://phabricator.services.mozilla.com/D14410

--HG--
extra : moz-landing-system : lando
2018-12-13 18:48:09 +00:00
Boris Zbarsky 5fda010a9b Bug 1514029. Fix serialization of explicitly case-sensitive attr selectors with a namespace. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D14493

--HG--
extra : moz-landing-system : lando
2018-12-13 23:25:08 +00:00
Ting-Yu Lin df8e9a54fd Bug 1506306 - Fix <table> having "column-span:all" style. r=bzbarsky
The main style of <table> is set on the inner TableFrame, not the outer
TableWrapperFrame. Thus, we fail to spot the table as a column-span kid
in nsCSSFrameConstructor::ConstructionBlock().

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

--HG--
extra : moz-landing-system : lando
2018-12-13 22:43:01 +00:00
James Graham 73397da5ba Bug 1513927 - Change wpt crash handling API to be a single method, r=ted
Because mozcrash is stateful we can't check for crashes and then later
log them; we need to do everything in one shot. Therefore remove the
check_for_crashes call, rename log_crash to check_crash and make it
return a boolean indicating whether any crashes occured, as well as
handling the logging.

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

--HG--
extra : moz-landing-system : lando
2018-12-13 19:16:31 +00:00
Nicolas Chevobbe 321db66f77 Bug 1513244 - Extract fetchAutocompleteProperties from JsTerm into a Redux action; r=Honza.
The functions needed to build the autocomplete request are moved
to the serviceContainer so it can be called from everywhere in
the code, and not only from the JsTerm.

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

--HG--
extra : moz-landing-system : lando
2018-12-13 17:38:06 +00:00
James Graham d696f3b020 Bug 1513580 - Ensure we only load the wpt test types we requested, r=Ms2ger
Differential Revision: https://phabricator.services.mozilla.com/D14438

--HG--
extra : moz-landing-system : lando
2018-12-13 16:18:13 +00:00
shindli 4e7827d27f Backed out changeset 3fa4474f947c (bug 1499289) as requested by nchevobbe 2018-12-13 18:30:11 +02:00
Gijs Kruitbosch 7ab8abdd16 Bug 1499092 - move bulk of registerProtocolHandler checks into compiled code so we don't need a dedicated component in the child process, r=nika
Differential Revision: https://phabricator.services.mozilla.com/D13697

--HG--
extra : moz-landing-system : lando
2018-12-13 13:47:39 +00:00
Nicolas Chevobbe a587b43474 Bug 1499289 - Bug 1513244 - Extract fetchAutocompleteProperties from JsTerm into a Redux action; r=Honza.
The functions needed to build the autocomplete request are moved
to the serviceContainer so it can be called from everywhere in
the code, and not only from the JsTerm.

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

--HG--
extra : moz-landing-system : lando
2018-12-13 14:37:20 +00:00
James Graham 48b47d05cd Bug 1513598 - Run only specified wpt tests with mach try fuzzy, r=marco
The keys in the test_paths dict contain the name of the suite e.g. web-platform-tests-testharness, so specify these
keys rather than the generic web-platform-tests key

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

--HG--
extra : moz-landing-system : lando
2018-12-13 14:21:09 +00:00
Sebastian Hengst 913e7441c3 Bug 1513795 - Set link-click-redirected-blocked.sub.html to also fail on Android 7.0 x86. DONTBUILD r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D14419

--HG--
extra : moz-landing-system : lando
2018-12-13 14:02:23 +00:00
inspiro 89f1fb7652 Bug 1204247: Remove code supporting metro under testing/ r=jmaher
Bug 1204247: Remove code supporting metro under testing/

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

--HG--
extra : moz-landing-system : lando
2018-12-13 10:57:04 +00:00
Hiroyuki Ikezoe 5f7099b985 Bug 1513750 - Add BUG_COMPONENT "Core :: CSS Transitions and Animations" component for css-animations/ and css-transitions/. r=birtles
Also the css-easing/ entry is moved to the position by alphabetical order.

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

--HG--
extra : moz-landing-system : lando
2018-12-13 07:13:39 +00:00
Emilio Cobos Álvarez 61a51a3800 Bug 1512026 - Handle nested slots correctly in slotted matching and invalidation. r=heycam
The patch and test should be pretty much self-descriptive.

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

--HG--
extra : moz-landing-system : lando
2018-12-13 02:17:53 +00:00
Emilio Cobos Álvarez 55f71edc6f Bug 1512537 - Update test expectations. r=kats
Differential Revision: https://phabricator.services.mozilla.com/D14245

--HG--
extra : moz-landing-system : lando
2018-12-13 00:53:07 +00:00
Jan de Mooij eee34e39b3 Bug 1513277 part 2 - Use the scripted caller's global in mozJSComponentLoader::FindTargetObject. r=kmag
We have a few places where C++ calls ChromeUtils::Import directly.
I fixed these to pass the target object directly instead of an empty Optional<>.

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

--HG--
extra : moz-landing-system : lando
2018-12-12 21:30:04 +00:00
Cosmin Sabou 2c6cd998ef Merge mozilla-central to autoland. 2018-12-13 00:01:46 +02:00
Florin Strugariu 06b85a3fce Bug 1508375 Add Instagram to tp6 r=rwood,davehunt rwood
Differential Revision: https://phabricator.services.mozilla.com/D12520

--HG--
rename : testing/raptor/raptor/playback/mitmproxy-recordings-raptor-tp6-6.manifest => testing/raptor/raptor/playback/mitmproxy-recordings-raptor-tp6-7.manifest
extra : moz-landing-system : lando
2018-12-12 21:23:34 +00:00
arthur.iakab d737d0506f Backed out 2 changesets (bug 1510695, bug 1510693) for causing frequent marionette failures on unit/test_reftest.py
Backed out changeset 8a7b62c82459 (bug 1510695)
Backed out changeset e7e0d6ba2835 (bug 1510693)
2018-12-12 23:11:19 +02:00
Geoff Brown ebdc1440c9 Bug 1512686 - Use pidof to determine android process pid, when available; r=bc 2018-12-12 07:51:24 -07:00
James Graham 92886d48d7 Bug 1512816 - Use on-disk symbols path for wpt when available, r=ted
Differential Revision: https://phabricator.services.mozilla.com/D14262

--HG--
extra : moz-landing-system : lando
2018-12-12 19:03:15 +00:00
Olli Pettay 25784a5a17 Bug 1512259 - No need to special case <button> in marionette, r=ato
--HG--
extra : rebase_source : 8489d12617508e0a7ab2e1ef526d854d031405ab
2018-12-04 17:30:43 +02:00
Geoffrey Sneddon 4997b75c09 Bug 1510695 - Fix URL comparisons in reftestWait r=jgraham
Depends on D13281

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

--HG--
extra : moz-landing-system : lando
2018-12-12 17:44:20 +00:00
Geoffrey Sneddon 90c525577a Bug 1510693 - Tests for marionette's reftest runner r=jgraham,ato
Differential Revision: https://phabricator.services.mozilla.com/D13281

--HG--
extra : moz-landing-system : lando
2018-12-12 17:44:43 +00:00
Olli Pettay fd23b8338a Bug 1498383 - clear.py relies on old Gecko's <button> hit testing, r=ato
--HG--
extra : rebase_source : 6ab352c153d5ef45acadd83c94b4e35d371ea90b
2018-10-12 14:21:41 +03:00
Olli Pettay b977d23eb2 Bug 1089326, make <button> hit testing similar to other elements which may have some content, and for click target find the common (interactive) ancestor, r=masayuki
--HG--
extra : rebase_source : 80caab4e074d552c38b62842fe3102fb6735dfd9
2018-12-11 23:35:40 +02:00
moz-wptsync-bot 7a59cbd8de Bug 1513357 - [wpt-sync] Update web-platform-tests to 25f3222fcba6e642e2edfe4bb29a5793c8109dfc, a=testonly
wpt-head: 25f3222fcba6e642e2edfe4bb29a5793c8109dfc
wpt-type: landing
2018-12-12 10:50:08 +00:00
youennf 9dbd0b18e2 Bug 1510886 [wpt PR 14286] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=191986, a=testonly
Automatic update from web-platform-testsWebKit export of https://bugs.webkit.org/show_bug.cgi?id=191986 (#14286)

--

wpt-commits: 25f3222fcba6e642e2edfe4bb29a5793c8109dfc
wpt-pr: 14286
2018-12-12 10:50:08 +00:00
Robert Ma 99d1e8b63c Bug 1510935 [wpt PR 14290] - Attempt to monitor memory from userspace, a=testonly
Automatic update from web-platform-testsAttempt to monitor memory from userspace

It is suspected that Taskcluster jobs sometimes fail due to OOM. It is
hard to know what exactly happens if the kernel OOM killer kicks in.
This change attempts to use a user-space solution: earlyoom.

There are two benefits of earlyoom:
1. Logging: we can log the memory usage periodically and the actions
   taken by earlyoom when the system is low on memory.
2. Recovery: we can teach earlyoom to prefer to kill browser processes
   and avoid python processes (wpt) so that the runner has a chance to
   recover (marking the test as CRASH and carrying on).

--

wpt-commits: 02621fd7b68d71f2b27c493ea81d5687643a1e0b
wpt-pr: 14290
2018-12-12 10:50:07 +00:00
moz-wptsync-bot a1439920d1 Bug 1477466 [wpt PR 12118] - Update wpt metadata, a=testonly
wpt-pr: 12118
wpt-type: metadata
2018-12-12 10:50:07 +00:00
jugglinmike 82eb93515e Bug 1477466 [wpt PR 12118] - [permissions] Add tests for "Set Permission", a=testonly
Automatic update from web-platform-tests[permissions] Add tests for "Set Permission" (#12118)

https://w3c.github.io/permissions/#automation
--

wpt-commits: 265b7a171ff52dff31a5cb0646ae55b5799f6be5
wpt-pr: 12118
2018-12-12 10:50:06 +00:00
moz-wptsync-bot 08975e2d70 Bug 1510878 [wpt PR 14285] - Update wpt metadata, a=testonly
wpt-pr: 14285
wpt-type: metadata
2018-12-12 10:50:06 +00:00
Nicolas Pena a85845d685 Bug 1510878 [wpt PR 14285] - Move EventTiming tests to WPT Try 3, a=testonly
Automatic update from web-platform-testsMove EventTiming tests to WPT Try 3

This CL moves the tests in http/tests/event-timing to external/wpt/event-timing.
The slow image is change from php based to python based. The click is now
handled by test driver. and setTimeout is replaced with step_timeout.

Bug: 841224, 908187, 907948, 907949
Change-Id: Ia6359878666cfb96645aa3b7cd7736ce9df97683
Reviewed-on: https://chromium-review.googlesource.com/c/1352617
Reviewed-by: Timothy Dresser <tdresser@chromium.org>
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#612214}

--

wpt-commits: a2e7e014f92c8daf98fb5915b39b9c013c543904
wpt-pr: 14285
2018-12-12 10:50:06 +00:00
Chris Lilley 56dc998c80 Bug 1508045 [wpt PR 14111] - SVG Text Parsing, a=testonly
Automatic update from web-platform-testsMerge pull request #14111 from ewilligers/svg-text-parsing

SVG Text Parsing
--

wpt-commits: b28b033c82d129d9bc70b13d9a29d756de07b122
wpt-pr: 14111
2018-12-12 10:50:05 +00:00
John Chen 6b497e9979 Bug 1510866 [wpt PR 14283] - Remove browserName from default Chrome capabilities, a=testonly
Automatic update from web-platform-testsRemove browserName from default Chrome capabilities

The configuration for Chrome currently sends 'browserName' capability
to ChromeDriver by default. This is unnecessary, and causes errors in
several test cases in webdriver/tests/new_session, whenever a test case
wants to set a different browserName.

--

wpt-commits: 04d65b39f4f66d238f0329740ef658fafb446cf5
wpt-pr: 14283
2018-12-12 10:50:05 +00:00
autofoolip 5c37e2397b Bug 1511023 [wpt PR 14296] - Update interfaces/payment-request.idl, a=testonly
Automatic update from web-platform-testsUpdate interfaces/payment-request.idl (#14296)

Source: https://github.com/tidoust/reffy-reports/blob/a232594/whatwg/idl/payment-request.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/461143420
--

wpt-commits: 9118ed350f14c15cb78c03f6054b541859e76054
wpt-pr: 14296
2018-12-12 10:50:05 +00:00
moz-wptsync-bot 67ef967843 Bug 1506337 [wpt PR 14013] - Update wpt metadata, a=testonly
wpt-pr: 14013
wpt-type: metadata
2018-12-12 10:50:04 +00:00
autofoolip 6722041508 Bug 1506337 [wpt PR 14013] - Update interfaces/webxr.idl, a=testonly
Automatic update from web-platform-testsUpdate interfaces/webxr.idl (#14013)

Source: https://github.com/tidoust/reffy-reports/blob/a232594/whatwg/idl/webxr.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/461143420
--

wpt-commits: be0d224c8b27273462ed59a590abfc07989ad220
wpt-pr: 14013
2018-12-12 10:50:04 +00:00
Ryosuke Niwa 4ba829e6b7 Bug 1511016 [wpt PR 14295] - Move back resources/custom-elements-helpers.js into custom-elements/resources/custom-elements-helpers.js after darsh7807, a=testonly
Automatic update from web-platform-testsMove back resources/ustom-elements-helpers.js into custom-elements/resources/custom-elements-helpers.js after darsh7807 (#14295)

This file has no business being in the top-level resources directory.
--

wpt-commits: 32886e656c654b8b69b6767dd2a43dd25aec0fc5
wpt-pr: 14295


--HG--
rename : testing/web-platform/tests/resources/custom-elements-helpers.js => testing/web-platform/tests/custom-elements/resources/custom-elements-helpers.js
2018-12-12 10:50:04 +00:00
Mounir Lamouri f4bb42f88f Bug 1510916 [wpt PR 14289] - Media Capabilities: implement response side of Encrypted Media., a=testonly
Automatic update from web-platform-testsMedia Capabilities: implement response side of Encrypted Media.

This is adding an DecodingInfo class that carries key system access
information back and create a MediaKeySystemAccess.

This implementation in //media/blink is a stub that is meant to only
pass WPT tests at the moment.

Bug: 907909
Change-Id: I3bac0087ca3051defb8b47d10fffdb6052814ae9
Reviewed-on: https://chromium-review.googlesource.com/c/1348733
Commit-Queue: Mounir Lamouri <mlamouri@chromium.org>
Reviewed-by: Chrome Cunningham <chcunningham@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611917}

--

wpt-commits: 38ba0516aac49af3e3cd971038266393aa0e107e
wpt-pr: 14289
2018-12-12 10:50:03 +00:00
Coroiu Cristina 3160ddc1f0 Merge inbound to mozilla-central a=merge 2018-12-12 07:12:07 +02:00
Mike Hommey 33610741ba Bug 1513157 - Don't install minidump_stackwalk in the Ubuntu test image. r=gps,ted
Differential Revision: https://phabricator.services.mozilla.com/D14133

--HG--
extra : moz-landing-system : lando
2018-12-11 22:52:12 +00:00