Commit Graph

25546 Commits

Author SHA1 Message Date
Luke Bjerring
32728dac5e Bug 1477737 [wpt PR 12143] - [idlharness.js] Check idl_test setup func defined, a=testonly
Automatic update from web-platform-tests[idlharness.js] Check idl_test setup func defined (#12143)

Allows the function to be unspecified/null rather than a no-op func.
--

wpt-commits: 67a2edf00ac1e65c6336d3f47638c73c339015d7
wpt-pr: 12143
2018-07-29 18:57:56 +01:00
Luke Bjerring
780d773240 Bug 1472049 [wpt PR 11719] - Simplify the embedded-enforcement IDL test, a=testonly
Automatic update from web-platform-testsSimplify the embedded-enforcement IDL test (#11719)

--

wpt-commits: 5014b841d7841330446ee045d3ced8bf4168900f
wpt-pr: 11719
2018-07-29 18:57:53 +01:00
moz-wptsync-bot
d5d10b3f2b Bug 1354232 [wpt PR 12073] - [Gecko Bug 1354232] Enable LSAN Leak detection in wpt, a=testonly
Automatic update from web-platform-testsEnable LSAN Leak detection in wpt

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1354232
gecko-commit: e0d106c2112dd6845ca75414258ab74e5ed73d87
gecko-integration-branch: mozilla-inbound
gecko-reviewers: ahal, mccr8

--
Allow wpt manifest files to specify LSAN errors to ignore

This adds a property lsan-allowed to the expectation manifest files
that takes a list of strings. Any entry in the list that matches a
frame in an LSAN stack will cause that stack to be regarded as an
expected failure.

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1354232
gecko-commit: b8da0ef2695d8bca1c11b44447a71cef5ce5b3fc
gecko-integration-branch: mozilla-inbound
gecko-reviewers: maja_zf

--
Log run-by-dir setting

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1354232
gecko-commit: 5b9ba77b7316c8ee1d0dac117e33685ebdfe22bc
gecko-integration-branch: mozilla-inbound
gecko-reviewers: maja_zf

--
Support skipping output lines in handlers

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1354232
gecko-commit: 7c976baa71947b409f92ffd64583440b9a2836b9
gecko-integration-branch: mozilla-inbound
gecko-reviewers: ato

--
Add group_metadata to test group metadata and pass it through to the browser

This initially contains a scope entry which is set to the base directory of
the tests being run. Typically this is /, but with run_by_dir, it's the
path to the current run_by_dir group e.g. /html/semantics/form_elements/

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1354232
gecko-commit: 07049ac67119a90a0708b0d511562695f725dd9c
gecko-integration-branch: mozilla-inbound
gecko-reviewers: ato

--
Add support for updating LSAN data in wpt-update

LSAN data differs from existing expectation data because the data is
only generated when the browser exits, so the problems reported can
happen at any point in the current session. We use the `scope`
property in the log message to determine the path to a __dir__.ini
file that covers all the tests run in the session, and add the LSAN
exclusion rules to there.

The rules themselves are generated by taking the topmost frame of any
stack that's reported as unexpectedly leaking, and adding that to the
list of permitted frames in the lsan-allowed property. We never remove
entries from this list since intermittents may be present which won't
appear on a specific run. Instead we rely on humans fixing the issues
to also clean up the expectation files.

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1354232
gecko-commit: 9e8a66385f66f89f8cf2c9a18edf008496fa89fa
gecko-integration-branch: mozilla-inbound
gecko-reviewers: maja_zf

--
Always try to process the leak log whenever we stop firefox

The `stop` method is always called to shutdown firefox, but the
cleanup method is only called at the end of a test run. Therefore we
need all the leak processing stuff ot happen in stop().

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1354232
gecko-commit: 8cc292a22975583f985da521544b08cf36be6517
gecko-integration-branch: mozilla-inbound
gecko-reviewers: ato

--
Support creating ConditionalValue objects containing a list

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1354232
gecko-commit: c1ebcf01626ac0e0b23cad5c80ad04ac467fd893
gecko-integration-branch: mozilla-inbound
gecko-reviewers: maja_zf

--
Support a __dir__.ini file in the metadata root

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1354232
gecko-commit: 0e161374b583a7637db664473e441a1567e82a5b
gecko-integration-branch: mozilla-inbound
gecko-reviewers: maja_zf

--
Fix updating assert count when there's an exising value

In this case we want to take the existing value into account, and update
to 1 more than the new value (in the max-asserts case).

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1354232
gecko-commit: 0f2a7154454ceec763bd64597ad9e3155c8d091c
gecko-integration-branch: mozilla-inbound
gecko-reviewers: maja_zf

--
Refactor data storage in metadata.py

Previously we were holding a map of test id -> test and test ->
expectation data. But this is an unnecessary layer of indirection, and
it works perfectly well to map test id to the expectation data
directly. This makes the code simpler and may also help make the
update a little faster.

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1354232
gecko-commit: 6bf4a20193b801d342ff662b5a9712e516561d9e
gecko-integration-branch: mozilla-inbound
gecko-reviewers: maja_zf

--
Fix, enable, and add to, the manifest update tests

Refactor the tests to make them work with pytest directly rather than
also depending on unittest. Fix the helper functions to work with the
current state of metadata.py. Add some tests for update of assertion
count and lsan data.

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1354232
gecko-commit: 5028820efd9ed3d1dbcb9bde5cbc235414a8d23c
gecko-integration-branch: mozilla-inbound
gecko-reviewers: maja_zf

--
Don't store the result of update_expected

The needs_human feature never worked well and is unused.

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1354232
gecko-commit: 004b079b76d06c3e9d74210700b28994cdeff886
gecko-integration-branch: mozilla-inbound
gecko-reviewers: maja_zf

--
Chunk by dir more for wpt on asan

This means that when we run these tests, the LSAN exceptions will have
the minimum possible scope.

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1354232
gecko-commit: a7dec081ead2ac3b5d20b99b2bb177719358e328
gecko-integration-branch: mozilla-inbound
gecko-reviewers: maja_zf

--
Fixup flake8 failures

--
Fix flake8 issues in master on servodriver

--

wpt-commits: 9a57710275e1ac52d4c3d3426b370e3f31c46856, 49193c2e02fc20fc1d28e5957d4f3a6fd52adfd3, 429d1b8353e0e1b601bd34ba98fdff290780b127, aa9bdbf0639326900d232f155449e7950adc0649, 91803e3a25afd8e0c201bc57cd05fffd5d543551, df7e6cdf297c06a05b5a116f51fb203cda295809, d8aaec5ffebb93db1b54ccdafb0d7a2897428427, 4d21dcbb1bd9612715ac9ed55c3ec271b3c4e1ca, aa3a405237c3d45187f76906367161a7e9a486a0, 68c8996844a6774aadfd14da4c02c71bb5d9d342, d4b2146217d338e278e24bb3bc705871b50e9c7e, f814a0f1c23cb76e36b6732165c92fa327d86f40, 5782d6704b66adbcce7398911a74a4abdf323ef7, dcfcadb2c6892a187de6f0be7c42eed09d91fe90, 17796c6272e4fe3d1bba24fdfe261572b1ad757a, 654133c23efb269585009818b6f4547d130cb564
wpt-pr: 12073
2018-07-29 18:57:50 +01:00
Luke Bjerring
8e9a74d01d Bug 1475456 [wpt PR 11960] - Clean up the service-workers IDL test, a=testonly
Automatic update from web-platform-testsClean up the service-workers IDL test (#11960)

--

wpt-commits: 0eaf7a15b526a10f512654cbe9a7fb88de98f8ba
wpt-pr: 11960
2018-07-29 18:57:47 +01:00
Luke Bjerring
99e4e11712 Bug 1477236 [wpt PR 12090] - Simplify accelerometer IDL test, a=testonly
Automatic update from web-platform-testsSimplify accelerometer IDL test (#12090)

--

wpt-commits: 6c8ab50032102497ddeb535e2fb0cda835056b89
wpt-pr: 12090
2018-07-29 18:57:42 +01:00
Emilio Cobos Álvarez
83d93ef2e2 Bug 1477552 [wpt PR 12124] - Add a test for Gecko bug 1472169., a=testonly
Automatic update from web-platform-testsAdd a test for Gecko bug 1472169. (#12124)

It's not clear that we want the fix over there given the performance
implications, but landing the test is still worth it.
--

wpt-commits: 3f9178031eec5374c9a7d5709a7e11ba4a1955ed
wpt-pr: 12124
2018-07-29 18:57:38 +01:00
Javier Fernandez
3695caf407 Bug 1477589 [wpt PR 12138] - Revert "[css-text] A leading white-space should break before handling overflow", a=testonly
Automatic update from web-platform-testsRevert "[css-text] A leading white-space should break before handling overflow"

This reverts commit 6ea2a2e7f3ef01e0c98424ce272a732ade92ad1a.

Reason for revert: <INSERT REASONING HERE>

Original change's description:
> [css-text] A leading white-space should break before handling overflow
>
> Leading white-spaces are indeed breaking opportunities that should
> prevent, if there are no other css properties forcing it, breaking text
> in the middle of a word when honoring the word-wrap/overflow-wrap CSS
> property.
>
> We are doing so if the leading white-space sequence is longer than 1
> character, but when we have a single leading white-space, we are missing
> that breaking opportunity and we may lead to cases, like the one
> described in the bug.
>
> However, this breaking opportunity should be considered together
> with other provided by the word-break CSS property (eg, break-word or
> break-all).
>
> There is a discussion [1] in the CSS WG github about this issue, which
> provides an interoperability analysis of a few cases where a single
> leading white-space character may produce different results, depending
> on the browser and the combination of line-breaking properties.
>
> [1] https://github.com/w3c/csswg-drafts/issues/2907
>
> Bug: 854624
> Change-Id: I49ec8282e899a32990662c104b48cab04057b909
> Reviewed-on: https://chromium-review.googlesource.com/1130515
> Commit-Queue: Javier Fernandez <jfernandez@igalia.com>
> Reviewed-by: Koji Ishii <kojii@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#575596}

TBR=jfernandez@igalia.com,kojii@chromium.org

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: 854624
Change-Id: I9ee4cd370dd92b74f9fdc4f42d16638253dd2dee
Reviewed-on: https://chromium-review.googlesource.com/1146360
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Commit-Queue: Javier Fernandez <jfernandez@igalia.com>
Cr-Commit-Position: refs/heads/master@{#577096}

--

wpt-commits: 040f31fa8f6250c54160d0257c6b411ccac59f61
wpt-pr: 12138
2018-07-29 18:57:33 +01:00
Servo WPT Sync
0471621886 Bug 1477577 [wpt PR 12137] - servodriver: increase browser’s init_timeout, a=testonly
Automatic update from web-platform-testsMerge pull request #12137 from web-platform-tests/sync_41185e560252a4701e3410081e9fffbc42c80eb7

Merge pull request #12137 from sync_41185e560252a4701e3410081e9fffbc42c80eb7
--

wpt-commits: 0d605ad9fe0b5bdd211a99047bdfac7c777bfdeb
wpt-pr: 12137
2018-07-29 18:57:28 +01:00
Servo WPT Sync
af078669d9 Bug 1477575 [wpt PR 12136] - servodriver: fix setting preferences, a=testonly
Automatic update from web-platform-testsMerge pull request #12136 from web-platform-tests/sync_22c4f4987ccf8cb277c8f6fe6229cbf25c419050

Merge pull request #12136 from sync_22c4f4987ccf8cb277c8f6fe6229cbf25c419050
--

wpt-commits: d1c5c3ac588e2b188a080e58d9f338070f2c887e
wpt-pr: 12136
2018-07-29 18:57:25 +01:00
Servo WPT Sync
d4b053df6a Bug 1477574 [wpt PR 12135] - Don’t reverse-forward port "None", a=testonly
Automatic update from web-platform-testsMerge pull request #12135 from web-platform-tests/sync_978b7cfd464383fda222d57a5140c661e81381e9

Merge pull request #12135 from sync_978b7cfd464383fda222d57a5140c661e81381e9
--

wpt-commits: eee34eb8c23ef3c8d3cd7ff8772fc766245a3aa5
wpt-pr: 12135
2018-07-29 18:57:21 +01:00
Servo WPT Sync
406e715344 Bug 1477573 [wpt PR 12134] - More Python fixes for servodriver, a=testonly
Automatic update from web-platform-testsMerge pull request #12134 from web-platform-tests/sync_bd4051620ae0b82d5505bd351ceb9efdf533ed8a

Merge pull request #12134 from sync_bd4051620ae0b82d5505bd351ceb9efdf533ed8a
--

wpt-commits: d570cb6315897aa30cea66841093ab7484aa090b
wpt-pr: 12134
2018-07-29 18:57:18 +01:00
Servo WPT Sync
870ee66d33 Bug 1477572 [wpt PR 12133] - run_in_headless_android_emulator: add support for reverse port forwarding, a=testonly
Automatic update from web-platform-testsMerge pull request #12133 from web-platform-tests/sync_9631dcf3b0f4b975c064cf1c82259bcba13250e5

Merge pull request #12133 from sync_9631dcf3b0f4b975c064cf1c82259bcba13250e5
--

wpt-commits: e01a0bb41baf93f4cc520a452d621be1ad7359eb
wpt-pr: 12133
2018-07-29 18:57:14 +01:00
Servo WPT Sync
f71a481a7d Bug 1477569 [wpt PR 12132] - run_in_headless_android_emulator: add port forwarding for webdriver, a=testonly
Automatic update from web-platform-testsMerge pull request #12132 from web-platform-tests/sync_1f6603d10061b26e941569a4caab260e8c357932

Merge pull request #12132 from sync_1f6603d10061b26e941569a4caab260e8c357932
--

wpt-commits: 6750443769885220d34a7f74d03a257dc8a8723b
wpt-pr: 12132
2018-07-29 18:57:11 +01:00
Servo WPT Sync
42680d691e Bug 1477568 [wpt PR 12131] - Add --binary-arg support in ./mach test-wpt --product servodriver, a=testonly
Automatic update from web-platform-testsMerge pull request #12131 from web-platform-tests/sync_69a2b9361eace22b26fbe6820eff0d3002661ede

Merge pull request #12131 from sync_69a2b9361eace22b26fbe6820eff0d3002661ede
--

wpt-commits: 689295f4c367057469d0bc78c19bbf964d35fb7c
wpt-pr: 12131
2018-07-29 18:57:07 +01:00
Servo WPT Sync
4773c82c66 Bug 1477567 [wpt PR 12130] - Make servodriver wait until the server starts accepting TCP connections, a=testonly
Automatic update from web-platform-testsMerge pull request #12130 from web-platform-tests/sync_da7f3ae704391a903e01456ddfdd93c5136b58d0

Merge pull request #12130 from sync_da7f3ae704391a903e01456ddfdd93c5136b58d0
--

wpt-commits: 93e4f125b7c462af6e47ca30f9dfb3074e2e45a3
wpt-pr: 12130
2018-07-29 18:57:02 +01:00
Servo WPT Sync
0797284f89 Bug 1477565 [wpt PR 12129] - Fix Python errors in servodriver, a=testonly
Automatic update from web-platform-testsMerge pull request #12129 from web-platform-tests/sync_c9c60ae131b00a17324a5eb3d76279d9a4f8cdc4

Merge pull request #12129 from sync_c9c60ae131b00a17324a5eb3d76279d9a4f8cdc4
--

wpt-commits: 735b5b3cc5bb73f488365339bcadd856d8c42367
wpt-pr: 12129
2018-07-29 18:56:58 +01:00
Servo WPT Sync
a3bb00c12c Bug 1477564 [wpt PR 12128] - textarea minLength/maxLength, a=testonly
Automatic update from web-platform-testsMerge pull request #12128 from web-platform-tests/sync_17882afa5dcf2fd38a2ccc63bee47f768a0f045b

Merge pull request #12128 from sync_17882afa5dcf2fd38a2ccc63bee47f768a0f045b
--

wpt-commits: 887fadaebfe38db37e64e7a35a52c6a476efad9e
wpt-pr: 12128
2018-07-29 18:56:54 +01:00
Servo WPT Sync
d1c8ccee63 Bug 1477562 [wpt PR 12127] - add TextLength, a=testonly
Automatic update from web-platform-testsMerge pull request #12127 from web-platform-tests/sync_aa8fd3b809b64221737b6993205e71586a66a77f

Merge pull request #12127 from sync_aa8fd3b809b64221737b6993205e71586a66a77f
--

wpt-commits: a3f8def941ae2d73052aeefed4e212fa3766df99
wpt-pr: 12127
2018-07-29 18:56:50 +01:00
Servo WPT Sync
4585510f10 Bug 1477560 [wpt PR 12126] - Respect the source rectangle when drawing a canvas to another canvas., a=testonly
Automatic update from web-platform-testsMerge pull request #12126 from web-platform-tests/sync_150f70ed757d8afc78ce8ab0f8451aac85377a8c

Merge pull request #12126 from sync_150f70ed757d8afc78ce8ab0f8451aac85377a8c
--

wpt-commits: 52e7fd83096a29c10fe09b027db76114b9353bba
wpt-pr: 12126
2018-07-29 18:56:47 +01:00
moz-wptsync-bot
0f634b2dbf Bug 1474051 [wpt PR 11834] - Update wpt metadata, a=testonly
wpt-pr: 11834
wpt-type: metadata
2018-07-29 18:56:43 +01:00
Luke Bjerring
4a4087e3e6 Bug 1474051 [wpt PR 11834] - Update the media-source IDL file, a=testonly
Automatic update from web-platform-testsAdd the media-source IDL file + update test (#11834)

--

wpt-commits: 36711c4fbafa1d61edb0fca0669422ffcae3a0ce
wpt-pr: 11834
2018-07-29 18:56:40 +01:00
moz-wptsync-bot
867dcc77bc Bug 1475768 [wpt PR 11979] - Update wpt metadata, a=testonly
wpt-pr: 11979
wpt-type: metadata
2018-07-29 18:56:36 +01:00
Luke Bjerring
3ab982d793 Bug 1475768 [wpt PR 11979] - Update the css-regions IDL file, a=testonly
Automatic update from web-platform-testsAdd the css-regions IDL file + test (#11979)

--

wpt-commits: 6490348359f76467ccfc05155c8d65fbf1db16c2
wpt-pr: 11979
2018-07-29 18:56:33 +01:00
Luke Bjerring
d5c65abe96 Bug 1477445 [wpt PR 12112] - Simplify the webaudio IDL test, a=testonly
Automatic update from web-platform-testsSimplify webaudio IDL test (#12112)

--

wpt-commits: bd310f4314e5bf809239da2f5ae82787cdd93697
wpt-pr: 12112
2018-07-29 18:56:29 +01:00
Luke Bjerring
292d540929 Bug 1477440 [wpt PR 12111] - Simplify web-share IDL test, a=testonly
Automatic update from web-platform-testsSimplify web-share IDL test (#12111)

--

wpt-commits: 60ecf63de67f6f2d1154c5f77a5507850bb9e717
wpt-pr: 12111
2018-07-29 18:56:25 +01:00
Michael[tm] Smith
dee41b2022 Bug 1477491 [wpt PR 12121] - cc Update messages.json, a=testonly
Automatic update from web-platform-testscc Update messages.json

--

wpt-commits: 20f298166ae152660df1f3ac17b3239f93dcb113
wpt-pr: 12121
2018-07-29 18:56:21 +01:00
Luke Bjerring
24dddadb29 Bug 1471390 [wpt PR 11675] - Fix presentation-api IDL test in non-chrome browsers, a=testonly
Automatic update from web-platform-testsFix presentation-api IDL test in non-chrome browsers (#11675)

--

wpt-commits: e08ff5766090a7c4b6373d33b55a0efe8ad576d7
wpt-pr: 11675
2018-07-29 18:56:18 +01:00
Luke Bjerring
6834694c6f Bug 1474790 [wpt PR 11900] - Udpate the touch-events IDL file + test, a=testonly
Automatic update from web-platform-testsUdpate the touch-events IDL file + test (#11900)

--

wpt-commits: a8753a214b8cd73e0d80252967de099dfd799b15
wpt-pr: 11900
2018-07-29 18:56:14 +01:00
Luke Bjerring
9a0e4712c0 Bug 1474802 [wpt PR 11903] - Update the selection-api IDL file, a=testonly
Automatic update from web-platform-testsUpdate the selection-api IDL file + test (#11903)

--

wpt-commits: 13a85a4d1988b9b7b5998ae6b09cad60f2b63b21
wpt-pr: 11903
2018-07-29 18:56:11 +01:00
Luke Bjerring
9fd0f25074 Bug 1474855 [wpt PR 11909] - Update the resource-timing IDL + test, a=testonly
Automatic update from web-platform-testsUpdate the resource-timing IDL + test (#11909)

--

wpt-commits: 53dbcecf1e4b5ff40f1d0ee67037e32a4249f9ce
wpt-pr: 11909
2018-07-29 18:56:06 +01:00
Vladimir Levin
4c82cf6218 Bug 1476483 [wpt PR 12044] - ImageLoading: Don't reschedule a microtask on attach if one is pending., a=testonly
Automatic update from web-platform-testsImageLoading: Don't reschedule a microtask on attach if one is pending.

This patch ensures that we don't reschedule an image loading microtask
if there is one pending already. This is important to ensure that image
decode microtasks see the image data (ie the image loading microtask
runs first) if there are no other changes only insertion into a
document.

The existing tests that were added for this still pass (from crrev.com/cdd156337ada7)
  http/tests/misc/image-blocked-src-change.html
  http/tests/misc/image-blocked-src-no-change.html
  http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-svg.svg
  http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded.html

The new test fails without the change and passes with.

R=chrishtr@chromium.org

Bug: 864306
Change-Id: I1d3d2ed4c12b53fab931e55a85c4f5cd18fe1cc4
Reviewed-on: https://chromium-review.googlesource.com/1141121
Reviewed-by: Chris Harrelson <chrishtr@chromium.org>
Commit-Queue: vmpstr <vmpstr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577006}

--

wpt-commits: 6aabe74f9e6a4b9471f112e15b56b9e1a39004e5
wpt-pr: 12044
2018-07-29 18:56:03 +01:00
Geoffrey Sneddon
25917c5ff9 Bug 1477459 [wpt PR 8822] - Add tests for where list-style-position: inside is odd today, a=testonly
Automatic update from web-platform-testsAdd tests for where list-style-position: inside is odd today (#8822)

--

wpt-commits: 8090a0a0032ee4f2c08dc90f6b7838eab1f6dfe2
wpt-pr: 8822
2018-07-29 18:56:00 +01:00
Luke Bjerring
c616129cda Bug 1477455 [wpt PR 12115] - Clean up picture-in-picture tests, a=testonly
Automatic update from web-platform-testsClean up picture-in-picture tests (#12115)

--

wpt-commits: 887ea84fdfe8ccf82311416963296104151e3914
wpt-pr: 12115
2018-07-29 18:55:56 +01:00
Luke Bjerring
c7c74aefc5 Bug 1477451 [wpt PR 12113] - Simplify the webstorage IDL test, a=testonly
Automatic update from web-platform-testsSimplify the webstorage IDL test (#12113)

--

wpt-commits: 21d0b1d7cce836cbc7067cc92be6e3e9526b2631
wpt-pr: 12113
2018-07-29 18:55:53 +01:00
Tom McKee
64494e3bd3 Bug 1477146 [wpt PR 12081] - Fixing Server-Timing header parsing tests, a=testonly
Automatic update from web-platform-testsFixing Server-Timing header parsing tests

The Server-Timing response header is allowed to have a comma-separated
list of timing metrics. We have test code that checks that the right
number of components get parsed. When there are more components than
expected, though, the test code ends up trying to lookup a field from an
undefined value. This caused the test runner to bail out and skip
subsequent tests.

This patch changes the test code to check for an undefined value and
skip ahead as needed.

Change-Id: I2304424978e3d4634c3508b1fefbba809374950e
Reviewed-on: https://chromium-review.googlesource.com/1144200
Reviewed-by: Yoav Weiss <yoav@yoav.ws>
Commit-Queue: Tom McKee <tommckee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576911}

--

wpt-commits: 36dd72261c766fe6e32d2db9b2b53d37918a945c
wpt-pr: 12081
2018-07-29 18:55:49 +01:00
Luke Bjerring
d8bc5ca11d Bug 1475164 [wpt PR 11937] - Update the background-fetch IDL file + test, a=testonly
Automatic update from web-platform-testsUpdate the background-fetch IDL file + test (#11937)

--

wpt-commits: d5d2026ac024594c0ad1c356a07bb8a05b039f92
wpt-pr: 11937
2018-07-29 18:55:45 +01:00
moz-wptsync-bot
a91122bd89 Bug 1475777 [wpt PR 11981] - Update wpt metadata, a=testonly
wpt-pr: 11981
wpt-type: metadata
2018-07-29 18:55:41 +01:00
Luke Bjerring
bc7d8f9de3 Bug 1475777 [wpt PR 11981] - Update the css-counter-styles IDL file, a=testonly
Automatic update from web-platform-testsAdd the css-counter-styles IDL file + test (#11981)

--

wpt-commits: b8a4fffad311305a9219ec7ae983f526ca978f78
wpt-pr: 11981
2018-07-29 18:55:38 +01:00
Eric Willigers
79ee9866ea Bug 1477215 [wpt PR 12088] - CSS: scroll properties do not accept unitless lengths, a=testonly
Automatic update from web-platform-testsCSS: scroll properties do not accept unitless lengths

The following properties no longer accept unitless lengths in quirks mode:
scroll-margin-block-end
scroll-margin-block-start
scroll-margin-bottom
scroll-margin-inline-end
scroll-margin-inline-start
scroll-margin-left
scroll-margin-right
scroll-margin-top
scroll-padding-block-end
scroll-padding-block-start
scroll-padding-bottom
scroll-padding-inline-end
scroll-padding-inline-start
scroll-padding-left
scroll-padding-right
scroll-padding-top

The only properties that should accept unitless lengths in quirks mode
are listed in
https://quirks.spec.whatwg.org/#the-unitless-length-quirk

BUG=865889

Change-Id: Id700932eda312dc0292b2c4a25ddbb57f2f99aa9
Reviewed-on: https://chromium-review.googlesource.com/1144991
Commit-Queue: Emil A Eklund <eae@chromium.org>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576880}

--

wpt-commits: 668862980b36800c64ff927f79193f96efe9b086
wpt-pr: 12088
2018-07-29 18:55:35 +01:00
Luke Bjerring
267828fd55 Bug 1477418 [wpt PR 12107] - Simplify the proximity IDL test, a=testonly
Automatic update from web-platform-testsSimplify the proximity IDL test (#12107)

--

wpt-commits: f349306d1227ed23348f93ad780646f8cfa20e04
wpt-pr: 12107
2018-07-29 18:55:31 +01:00
Anna Offenwanger
c0a8e3243f Bug 1472368 [wpt PR 11737] - First Web Platform test using the WebXR Test API., a=testonly
Automatic update from web-platform-testsFirst Web Platform test using the WebXR Test API.

https://github.com/immersive-web/webxr-test-api

Change-Id: Ic741d23bf0607726d9a938f08f7964a5f9c957d9
Reviewed-on: https://chromium-review.googlesource.com/1070778
Reviewed-by: Robert Ma <robertma@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: David Dorwin <ddorwin@chromium.org>
Reviewed-by: Brandon Jones <bajones@chromium.org>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Commit-Queue: Anna Offenwanger <offenwanger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576869}

--

wpt-commits: db532d16883ceb1909285b263948ffffc968f1fd
wpt-pr: 11737
2018-07-29 18:55:27 +01:00
Luke Bjerring
82f6466bec Bug 1477410 [wpt PR 12106] - Simplify the orientation-sensor IDL test, a=testonly
Automatic update from web-platform-testsSimplify the orientation-sensor IDL test (#12106)

--

wpt-commits: 9d8a0d0446fae393623d6ec32019fc60d94655c4
wpt-pr: 12106
2018-07-29 18:55:24 +01:00
Luke Bjerring
69ad07503b Bug 1477240 [wpt PR 12091] - Clean up the battery-status IDL test, a=testonly
Automatic update from web-platform-testsClean up the battery-status IDL test (#12091)

--

wpt-commits: 5fd123f7c4427320d01d5de0196043bb9dd9295d
wpt-pr: 12091
2018-07-29 18:55:19 +01:00
Luke Bjerring
87becaf286 Bug 1474767 [wpt PR 11896] - Update the webaudio IDL file, a=testonly
Automatic update from web-platform-testsUpdate the webaudio IDL file (#11896)

--

wpt-commits: 3530fea9124260f8fe99582365c15d6b7810605a
wpt-pr: 11896
2018-07-29 18:55:15 +01:00
Luke Bjerring
de0b6bb0f2 Bug 1477388 [wpt PR 12031] - Updated pointerevents-extension IDL file, a=testonly
Automatic update from web-platform-testsUpdate pointerevents-extension IDL file (#12031)

--

wpt-commits: 4b20acd8e8d537088db93212424d32859794b6d7
wpt-pr: 12031
2018-07-29 18:55:12 +01:00
Luke Bjerring
18744fe171 Bug 1475379 [wpt PR 11950] - Update the netinfo IDL file, a=testonly
Automatic update from web-platform-testsUpdate the netinfo IDL file (#11950)

--

wpt-commits: 01417027bee7aa14de94cf7a63fbe82c706c29ad
wpt-pr: 11950
2018-07-29 18:55:08 +01:00
Luke Bjerring
29aab7d45c Bug 1474854 [wpt PR 11908] - Update user-timing IDL + test, a=testonly
Automatic update from web-platform-testsUpdate user-timing IDL + test (#11908)

--

wpt-commits: 072ed09628fd75a7daaee2d6722748ff5633ddf8
wpt-pr: 11908
2018-07-29 18:55:04 +01:00
Luke Bjerring
2c1605b8f7 Bug 1475792 [wpt PR 11985] - Update the css-font-loading IDL file, a=testonly
Automatic update from web-platform-testsClean up the css-font-loading IDL test (#11985)

--

wpt-commits: bf6f17c25d454b68a85f048fdecfe9f6eca3febb
wpt-pr: 11985
2018-07-29 18:55:01 +01:00
Luke Bjerring
9cd7335e5e Bug 1476157 [wpt PR 12009] - Update the picture-in-picture IDL file, a=testonly
Automatic update from web-platform-testsUpdate the picture-in-picture IDL file (#12009)

--

wpt-commits: 295593022ee2caef552fb02d1e49c3c3d28c0b23
wpt-pr: 12009
2018-07-29 18:54:58 +01:00
Luke Bjerring
0ae96ce13f Bug 1477394 [wpt PR 12034] - Update the requestidlecallback IDL file, a=testonly
Automatic update from web-platform-testsUpdate the requestidlecallback IDL file (#12034)

--

wpt-commits: 28aa13a20c740e79e4f2c122a4dc8eed80bf5660
wpt-pr: 12034
2018-07-29 18:54:54 +01:00