[wpt-sync] Sync PR 21495 - Add interfaces/js-self-profiling.idl and test
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox75 fixed)
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 21495 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/21495
Details from upstream follow.
Stephen McGruer <smcgruer@chromium.org> wrote:
Add interfaces/js-self-profiling.idl and test
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 45 tests
Status Summary
Firefox
OK : 2
PASS: 8[GitHub] 51[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-asan-opt, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt]
FAIL: 36
Chrome
OK : 2
PASS: 44
Safari
OK : 2
PASS: 8
FAIL: 36
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/js-self-profiling/idlharness.any.html
Performance interface: calling profile(ProfilerInitOptions) on performance with too few arguments must throw TypeError: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface: existence and properties of interface object: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface: profiler must inherit property "sampleInterval" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface: attribute stopped: FAIL (Chrome: PASS, Safari: FAIL)
idl_test setup: FAIL (Chrome: PASS, Safari: FAIL)
Performance interface: operation profile(ProfilerInitOptions): FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface: profiler must inherit property "stopped" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface: profiler must inherit property "stop()" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface object length: FAIL (Chrome: PASS, Safari: FAIL)
Profiler must be primary interface of profiler: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface: attribute sampleInterval: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface object name: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface: existence and properties of interface prototype object: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
Performance interface: performance must inherit property "profile(ProfilerInitOptions)" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
Stringification of profiler: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface: operation stop(): FAIL (Chrome: PASS, Safari: FAIL)
/js-self-profiling/idlharness.any.worker.html
Performance interface: calling profile(ProfilerInitOptions) on performance with too few arguments must throw TypeError: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface: existence and properties of interface object: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface: profiler must inherit property "sampleInterval" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface: attribute stopped: FAIL (Chrome: PASS, Safari: FAIL)
idl_test setup: FAIL (Chrome: PASS, Safari: FAIL)
Performance interface: operation profile(ProfilerInitOptions): FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface: profiler must inherit property "stopped" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface: profiler must inherit property "stop()" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface object length: FAIL (Chrome: PASS, Safari: FAIL)
Profiler must be primary interface of profiler: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface: attribute sampleInterval: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface object name: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface: existence and properties of interface prototype object: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
Performance interface: performance must inherit property "profile(ProfilerInitOptions)" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
Stringification of profiler: FAIL (Chrome: PASS, Safari: FAIL)
Profiler interface: operation stop(): FAIL (Chrome: PASS, Safari: FAIL)
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4d6cc87338e7
https://hg.mozilla.org/mozilla-central/rev/7660c8de549c
Description
•