-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tests for the Explicit Resource Management proposal #3866
base: main
Are you sure you want to change the base?
Conversation
While waiting for a review ... seems like the CI is failing due to invalid front matter in |
@rbuckton if the PRs are landed, and this is ready for review, please rebase it and mark it as such? |
These are all the prop-desc.js tests from PR tc39#3866 to make reviewing easier.
These are all the name.js tests from PR tc39#3866 to make reviewing easier.
These are all the length.js tests from PR tc39#3866 to make reviewing easier.
to make reviewing easier.
to make reviewing easier.
Hello!! First of all thank you so much for your work on the proposal and these tests! I noticed there there are efforts to split parts of the pr and land them, i am working on the spider monkey implementation and i frequently find myself referring to this pr to write my tests! so i would be very happy to help landing this in parts if that would an acceptable thing to do! and if so where from should i start and any specific way in which i should break out tests? |
Includes some proto-from-ctor-realm.js tests that look like standard tests for prototypes.
@debadree25 thank you! I will stop creating PRs with files from here, so you can take over. So do feel free to make PRs which add tests from here in any kind of grouping you think may ease review. Just please commit the tests with their original author using Thank you! |
Thank you so much @ioannad will to get to work on this as soon as i can! |
Includes some proto-from-ctor-realm.js tests that look like standard tests for prototypes.
Includes some proto-from-ctor-realm.js tests that look like standard tests for prototypes. Co-authored-by: Ron Buckton <[email protected]> Co-authored-by: Philip Chimento <[email protected]>
5dd7e82
to
28c1448
Compare
This adds tests for the Explicit Resource Management proposal based on the spec text at https://tc39.es/proposal-explicit-resource-management as well as several pending pull requests in the proposal repo.