[wpt-sync] Sync PR 23079 - [performance-timeline] simplify idlharness.js test signficantly
Categories
(Core :: Performance, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 23079 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23079
Details from upstream follow.
Philip Jägenstedt <philip@foolip.org> wrote:
[performance-timeline] simplify idlharness.js test signficantly
All of the complexity here was due to using a PerformanceMark to test
some of the aspects of PerformanceEntry which can only be tested with an
instance, and PerformanceEntry is an abstract interface with no
instances.However, the downside is that this ends up testing more than should be
tested for Performance Timeline. This is not a good tradeoff.
Assignee | ||
Updated•5 years ago
|
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 63 tests
Status Summary
Firefox
OK : 4
PASS : 224[GitHub] 283[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]
Chrome
OK : 4
PASS : 224
Safari
OK : 3
PASS : 159
FAIL : 9
ERROR: 1
Links
Comment 5•5 years ago
|
||
bugherder |
Description
•