Closed
Bug 1797333
Opened 3 years ago
Closed 2 years ago
SpiderMonkey Testing Considerations: fromAsync
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
114 Branch
Tracking | Status | |
---|---|---|
firefox114 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
Details
Attachments
(2 files)
Need to check the following checklist items for Array.fromAsync
.
☐ How does your feature interact with multiple compartments? What happens if references happen across compartments, or if this is a CrossCompartmentWrapper?
☐ Are your error messages being emitted in the correct realm, with the correct prototype?
☐ If async functions or promises are involved, are user-code objects resolved? If so, does the feature correctly handle the .then property behaviour of promise resolution?
☐ Have you written some OOM tests for your feature to ensure your OOM handling is correct?
Updated•3 years ago
|
Severity: -- → N/A
Priority: -- → P2
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D175175
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/048059456ce8
Reformat from_async.js r=arai
https://hg.mozilla.org/integration/autoland/rev/7d4b5953a4c9
Expand testing for Array.fromAsync r=arai
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/048059456ce8
https://hg.mozilla.org/mozilla-central/rev/7d4b5953a4c9
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•