Closed
Bug 1507258
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 14059 - Modify the web platform tests with mouse inputs to use TestDriver
Categories
(Core :: DOM: Events, enhancement, P4)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14059 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14059
Details from upstream follow.
Lan Wei <lanwei@chromium.org> wrote:
> Modify the web platform tests with mouse inputs to use TestDriver
>
> Since we have implemented test_driver Actions API, we will replace
> chrome.gpuBenchmarking.pointerActionSequence with this Actions API in
> all the tests. This CL will just replace the web platform tests with
> mouse inputs.
>
> Bug: 893480
> Change-Id: Ie4eb7f4b8aaf23b2664182c5b8e814c7113dcf9a
> Reviewed-on: https://chromium-review.googlesource.com/1296823
> WPT-Export-Revision: a4d6e947b77d2e3774c3fce0161659b545262532
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM: Events
Product: Testing → Core
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=f10c5077f012c0e491b5921e8649554356e4513c
Assignee | ||
Comment 5•7 years ago
|
||
Ran 222 tests and 333 subtests
OK : 208
PASS : 46[linux32-debug], 54[linux32-opt,linux64-debug,linux64-opt]
FAIL : 265[linux32-opt,linux64-debug,linux64-opt], 273[linux32-debug]
TIMEOUT: 21
ERROR : 1
NOTRUN : 2
Existing tests that now have a worse result (e.g. they used to PASS and now FAIL):
/payment-request/payment-request-abort-method.https.html
Calling abort() multiple times is always a new object.: FAIL[linux32-debug]
Throws if the promise [[state]] is not "interactive": FAIL[linux32-debug]
/payment-request/payment-request-canmakepayment-method-protection.https.html
Optionally, at the user agent's discretion, return a promise rejected with a "NotAllowedError" DOMException.: FAIL[linux32-debug]
/payment-request/payment-request-canmakepayment-method.https.html
All methods are unsupported: FAIL[linux32-debug]
If payment method identifier are supported, resolve promise with true.: FAIL[linux32-debug]
If request.[[state]] is "created", then return a promise that resolves to true for known method.: FAIL[linux32-debug]
Mix of supported and unsupported methods, at least one method is supported.: FAIL[linux32-debug]
/payment-request/payment-request-show-method.https.html
Calling show() without being triggered by user interaction throws: FAIL[linux32-debug]
New tests that have failures or other problems:
/pointerevents/pointerevent_setpointercapture_inactive_button_mouse.html: TIMEOUT
Tests that are disabled for instability:
/payment-request/rejects_if_not_active.https.html
/speech-api/SpeechSynthesis-pause-resume.tentative.html
/speech-api/SpeechSynthesis-speak-ownership.html
/speech-api/SpeechSynthesis-speak-twice.html
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/db69c8dd1e1b
[wpt PR 14059] - Modify the web platform tests with mouse inputs to use TestDriver, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/dd707cfbeb0e
[wpt PR 14059] - Update wpt metadata, a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1fbf16c5b566
[wpt PR 14059] - Modify the web platform tests with mouse inputs to use TestDriver, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/b6153d308e2c
[wpt PR 14059] - Update wpt metadata, a=testonly
Comment 8•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1fbf16c5b566
https://hg.mozilla.org/mozilla-central/rev/b6153d308e2c
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•