[wpt-sync] Sync PR 23140 - Test new Web IDL class string behavior
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 23140 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23140
Details from upstream follow.
Domenic Denicola <d@domenic.me> wrote:
Test new Web IDL class string behavior
Follows https://github.com/heycam/webidl/pull/357.
This should not be merged until/unless the corresponding Web IDL PR gains consensus. It's helpful to have though to see cross-browser results.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
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 67 tests
Status Summary
Firefox
OK : 8
PASS: 23[GitHub] 82[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: 17
Chrome
OK : 8
PASS: 28
FAIL: 12
Safari
OK : 8
PASS: 23
FAIL: 17
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/WebIDL/ecmascript-binding/class-string-interface.any.worker.html
Object.prototype.toString applied to the prototype: FAIL (Chrome: PASS, Safari: FAIL)
Object.prototype.toString applied to a null-prototype instance: FAIL (Chrome: FAIL, Safari: FAIL)
Object.prototype.toString applied after modifying the prototype's @@toStringTag: FAIL (Chrome: PASS, Safari: FAIL)
Object.prototype.toString applied after deleting @@toStringTag: FAIL (Chrome: FAIL, Safari: FAIL)
@@toStringTag exists on the prototype with the appropriate descriptor: FAIL (Chrome: PASS, Safari: FAIL)
/WebIDL/ecmascript-binding/class-string-named-properties-object.window.html
Object.prototype.toString applied after modifying @@toStringTag: FAIL (Chrome: PASS, Safari: FAIL)
Object.prototype.toString applied after deleting @@toStringTag: FAIL (Chrome: PASS, Safari: FAIL)
@@toStringTag exists with the appropriate descriptor: FAIL (Chrome: PASS, Safari: FAIL)
/WebIDL/ecmascript-binding/class-string-iterator-prototype-object.any.html
Object.prototype.toString applied after nulling the prototype: FAIL (Chrome: FAIL, Safari: FAIL)
Object.prototype.toString applied after deleting @@toStringTag: FAIL (Chrome: PASS, Safari: FAIL)
/WebIDL/ecmascript-binding/class-string-interface.any.html
Object.prototype.toString applied to the prototype: FAIL (Chrome: PASS, Safari: FAIL)
Object.prototype.toString applied to a null-prototype instance: FAIL (Chrome: FAIL, Safari: FAIL)
Object.prototype.toString applied after modifying the prototype's @@toStringTag: FAIL (Chrome: PASS, Safari: FAIL)
Object.prototype.toString applied after deleting @@toStringTag: FAIL (Chrome: FAIL, Safari: FAIL)
@@toStringTag exists on the prototype with the appropriate descriptor: FAIL (Chrome: PASS, Safari: FAIL)
/WebIDL/ecmascript-binding/class-string-iterator-prototype-object.any.worker.html
Object.prototype.toString applied after nulling the prototype: FAIL (Chrome: FAIL, 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/7e386d80de24
https://hg.mozilla.org/mozilla-central/rev/5918883c2f4b
Description
•