Closed
Bug 1583579
Opened 5 years ago
Closed 5 years ago
[wpt-sync] Sync PR 19258 - Initial implementation of performance.measureMemory API
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox71 fixed)
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 19258 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/19258
Details from upstream follow.
Ulan Degenbaev <ulan@chromium.org> wrote:
Initial implementation of performance.measureMemory API
This adds IDL files and an experimental feature flag for the API.
The implementation simply forwards to v8::Isolate::MeasureMemory.Bug: 973627
Change-Id: I80ac8b78e81a6fad6b25370b419a0392f6589cee
Reviewed-on: https://chromium-review.googlesource.com/1796364
WPT-Export-Revision: 900544108871806c46c1b5e36de3ea40c9fc2e9e
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=0570062057945e7b6f426f346e9b7b4f5c9135c0
Assignee | ||
Comment 5•5 years ago
|
||
Assignee | ||
Comment 6•5 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=f1cc38acbe11530de945c89bb687bfa06bac281f
Assignee | ||
Comment 7•5 years ago
|
||
## GitHub CI Results
wpt.fyi [PR Results](https://wpt.fyi/results/?sha=9a5b331c90b4efd95691a7679bad7ae1199e4202&label=pr_head) [Base Results](https://wpt.fyi/results/?sha=9a5b331c90b4efd95691a7679bad7ae1199e4202&label=pr_base)
Ran 2 tests and 4 subtests
### Firefox
OK : 2
FAIL: 4
### Chrome
OK : 2
FAIL: 4
### Safari
OK : 2
FAIL: 4
### New tests that's don't pass
/measure-memory/measure-memory.tentative.any.html
well-formed result of performance.measurememory with detailed=false.: Firefox: FAIL, Chrome: FAIL, Safari: FAIL
Well-formed result of performance.measureMemory with default arguments.: Firefox: FAIL, Chrome: FAIL, Safari: FAIL
/measure-memory/measure-memory.tentative.any.worker.html
well-formed result of performance.measurememory with detailed=false.: Firefox: FAIL, Chrome: FAIL, Safari: FAIL
Well-formed result of performance.measureMemory with default arguments.: Firefox: FAIL, Chrome: FAIL, Safari: FAIL
## Gecko CI Results
Ran 2 tests and 4 subtests
OK : 2
FAIL : 4
### New tests that don't pass
/measure-memory/measure-memory.tentative.any.html
Well-formed result of performance.measureMemory with default arguments.: FAIL
well-formed result of performance.measurememory with detailed=false.: FAIL
/measure-memory/measure-memory.tentative.any.worker.html
Well-formed result of performance.measureMemory with default arguments.: FAIL
well-formed result of performance.measurememory with detailed=false.: FAIL
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6a22608f94ef
[wpt PR 19258] - Initial implementation of performance.measureMemory API, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/3a569a8b0a15
[wpt PR 19258] - Update wpt metadata, a=testonly
Comment 9•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6a22608f94ef
https://hg.mozilla.org/mozilla-central/rev/3a569a8b0a15
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•