[wpt-sync] Sync PR 21061 - Revert "Fix toJSON in WindowPerformance and PerformanceResourceTiming"
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox74 fixed)
| Tracking | Status | |
|---|---|---|
| firefox74 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 21061 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/21061
Details from upstream follow.
Robert Liao <robliao@chromium.org> wrote:
Revert "Fix toJSON in WindowPerformance and PerformanceResourceTiming"
This reverts commit 400050e6ae3d44a540786d89314419a0f8427d88.
Reason for revert: Failure on WebKit Linux MSAN
https://ci.chromium.org/p/chromium/builders/ci/WebKit%20Linux%20MSAN/3734[3153/4358] external/wpt/uievents/idlharness.window.html failed unexpectedly (test timed out)
Original change's description:
Fix toJSON in WindowPerformance and PerformanceResourceTiming
Per https://heycam.github.io/webidl/#es-default-tojson, it is correct to
directly add the attribute values of the interface to the builder
instead of adding the results of toJSONForBinding().Change-Id: I07f7ee5992de59938c0116f90dc4b5229c5d6e9d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982792
Reviewed-by: Jeremy Roman \<jbroman@chromium.org>
Commit-Queue: Nicolás Peña Moreno \<npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#728540}TBR=jbroman@chromium.org,npm@chromium.org
Change-Id: I06ebf62eb1217de6e7241b4c3ffa6a77d2c696da
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1986572
Reviewed-by: Robert Liao \<robliao@chromium.org>
Commit-Queue: Robert Liao \<robliao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#728775}
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 42 tests
Status Summary
Firefox
OK : 3
PASS: 154[['GitHub']] 193[[u'Gecko-android-em-7.0-x86_64-debug-geckoview', u'Gecko-android-em-7.0-x86_64-opt-geckoview', u'Gecko-linux64-asan-opt', u'Gecko-linux64-debug', u'Gecko-linux64-opt', u'Gecko-linux64-qr-debug', u'Gecko-linux64-qr-opt', u'Gecko-windows10-64-debug', u'Gecko-windows10-64-opt', u'Gecko-windows10-64-qr-debug', u'Gecko-windows10-64-qr-opt', u'Gecko-windows7-32-debug', u'Gecko-windows7-32-opt']]
Chrome
OK : 3
PASS: 154
Safari
OK : 3
PASS: 120
FAIL: 34
Links
Comment 4•6 years ago
|
||
| bugherder | ||
Description
•