[wpt-sync] Sync PR 32282 - Add ProfilerMarker idl
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox98 fixed)
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32282 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32282
Details from upstream follow.
Corentin Pescheloche <cpescheloche@fb.com> wrote:
Add ProfilerMarker idl
Add ProfilerMarker, a CrossOriginIsolated extension for
JS-Self-Profiling API.
explainer: https://github.com/WICG/js-self-profiling/blob/main/markers.mdBug: 1263871
Change-Id: I6c8cfea0acf03839d7dfb95377b89049b00bdd61
Reviewed-on: https://chromium-review.googlesource.com/3307663
WPT-Export-Revision: fa5a37ede3280992864bf05eb9c8cfd67ce8867a
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 9 tests and 1 subtests
Status Summary
Firefox
OK : 7
PASS : 1
FAIL : 14
TIMEOUT: 3
ERROR : 1
Chrome
OK : 9
PASS : 16
FAIL : 1
Safari
OK : 6
PASS : 1
CRASH : 1
FAIL : 13
TIMEOUT: 2
ERROR : 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/js-self-profiling/tentative/marker-vm-state.https.html
markers logged correctly: FAIL (Chrome: FAIL)
/js-self-profiling/cross-origin-script-cors.sub.html: ERROR (Chrome: OK, Safari: ERROR)
cors cross-origin script execution is not observable: TIMEOUT (Chrome: PASS, Safari: TIMEOUT)
/js-self-profiling/cross-origin-script-no-cors.sub.html: TIMEOUT (Chrome: OK, Safari: ERROR)
no-cors cross-origin script execution is not observable: TIMEOUT (Chrome: PASS, Safari: TIMEOUT)
/js-self-profiling/external-script.https.html
external script function details: FAIL (Chrome: PASS, Safari: FAIL)
/js-self-profiling/function-names.https.html
function expression names are logged correctly: FAIL (Chrome: PASS, Safari: FAIL)
anonymous function expression names are logged correctly: FAIL (Chrome: PASS, Safari: FAIL)
function declaration names are logged correctly: FAIL (Chrome: PASS, Safari: FAIL)
class method names are logged correctly: FAIL (Chrome: PASS, Safari: FAIL)
class getter names are logged correctly: FAIL (Chrome: PASS, Safari: FAIL)
class setter names are logged correctly: FAIL (Chrome: PASS, Safari: FAIL)
/js-self-profiling/iframe-context-filtration.https.html
functions from child frame are not included in profile created by parent frame: FAIL (Chrome: PASS, Safari: FAIL)
/js-self-profiling/inline-script.html
inline script function details: FAIL (Chrome: PASS, Safari: FAIL)
/js-self-profiling/max-buffer-size.window.html
max buffer size must be defined: FAIL (Chrome: PASS, Safari: FAIL)
max buffer size is not exceeded: FAIL (Chrome: PASS, Safari: FAIL)
ensure samplebufferfull is fired on full profiler: FAIL (Chrome: PASS, Safari: FAIL)
/js-self-profiling/time-domain.window.html
sample timestamps use the current high-resolution time: FAIL (Chrome: PASS, Safari: FAIL)
Comment 3•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/36b1321f2f3f
https://hg.mozilla.org/mozilla-central/rev/69f61dd79013
Description
•