Closed
Bug 1509598
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 14215 - Move EventTiming tests to WPT
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(firefox66 fixed)
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14215 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14215
Details from upstream follow.
Nicolás Peña <npm@chromium.org> wrote:
> Move EventTiming tests to WPT
>
> 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
> Change-Id: I035c087550a2d9a67cda1aed88553c16967d04b6
> Reviewed-on: https://chromium-review.googlesource.com/1349451
> WPT-Export-Revision: a6315d3070a116125cda487908e9eb9d28ef2534
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=2988c0e645107961b04f3abed4a874f065de53d2
Assignee | ||
Comment 3•7 years ago
|
||
Ran 8 tests and 8 subtests
OK : 4
FAIL : 4
TIMEOUT: 8
New tests that have failures or other problems:
/event-timing/event-timing-bufferbeforeonload.html
Event Timing: click, onload.: FAIL
/event-timing/event-timing-crossiframe.html
Event Timing: entries should only be observable by its own frame.: FAIL
/event-timing/event-timing-observethenonload.html: TIMEOUT
Event Timing: click, observer, onload, click.: TIMEOUT
/event-timing/event-timing-onloadthenobserve-firstInput.html: TIMEOUT
Event Timing: check firstInput after onload, observer, click, click.: TIMEOUT
/event-timing/event-timing-onloadthenobserve.html: TIMEOUT
Event Timing: onload, click, observer, click.: TIMEOUT
/event-timing/event-timing-only-observe-firstInput.html
Event Timing: check firstInput for a PerformanceObserver observing only firstInput.: FAIL
/event-timing/event-timing-retrievability.html
Event Timing: make sure event-timing entries are retrievable by existing perf APIs.: FAIL
/event-timing/event-timing-timingconditions.html: TIMEOUT
Event Timing only times certain types of trusted event.: TIMEOUT
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/11dbd2833e02
[wpt PR 14215] - Move EventTiming tests to WPT, a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e6929693231b
[wpt PR 14215] - Move EventTiming tests to WPT, a=testonly
Comment 6•7 years ago
|
||
bugherder |
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
•