[wpt-sync] Sync PR 23371 - WebIDL: Fix class string of null-prototype instance test
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox78 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 23371 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23371
Details from upstream follow.
Alexey Shvayka <shvaikalesh@gmail.com> wrote:
WebIDL: Fix class string of null-prototype instance test
Follow-up of #23140.
Spec: heycam/webidl#357.cc @domenic
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 71 tests
Status Summary
Firefox
OK : 2
PASS: 8[GitHub] 77[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, 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: 4
Chrome
OK : 2
PASS: 8
FAIL: 4
Safari
OK : 2
PASS: 8
FAIL: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/WebIDL/ecmascript-binding/class-string-iterator-prototype-object.any.worker.html
Object.prototype.toString applied to a null-prototype instance: FAIL (Chrome: PASS, Safari: FAIL)
Object.prototype.toString applied after deleting @@toStringTag: FAIL (Chrome: PASS, Safari: FAIL)
/WebIDL/ecmascript-binding/class-string-iterator-prototype-object.any.html
Object.prototype.toString applied to a null-prototype instance: FAIL (Chrome: PASS, Safari: FAIL)
Object.prototype.toString applied after deleting @@toStringTag: FAIL (Chrome: PASS, Safari: FAIL)
Comment 5•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/5f0b099b9eee
https://hg.mozilla.org/mozilla-central/rev/1f3078ff41f9
Description
•