-
Notifications
You must be signed in to change notification settings - Fork 522
[explicit-resource-management] Add remaining tests specific to await using statement semantics
#4480
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
[explicit-resource-management] Add remaining tests specific to await using statement semantics
#4480
Conversation
await using statement semantics
arai-a
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested on SpiderMonkey, and 4 tests fail
...nguage/statements/await-using/initializer-Symbol.dispose-called-at-end-of-switchstatement.js
Outdated
Show resolved
Hide resolved
...e/statements/await-using/initializer-Symbol.asyncDispose-called-at-end-of-switchstatement.js
Outdated
Show resolved
Hide resolved
...language/statements/await-using/global-use-before-initialization-in-declaration-statement.js
Outdated
Show resolved
Hide resolved
test/language/statements/await-using/global-use-before-initialization-in-prior-statement.js
Outdated
Show resolved
Hide resolved
d2b28bc to
664a84c
Compare
|
Thanks @arai-a, should be fixed now. |
|
Since this has been reviewed by someone involved in the implementation, I would be comfortable to merge it now, to avoid holding it up any further. I personally won't have the bandwidth to get around to it in the near future. @gibson042 @ljharb @Ms2ger What do you think? |
ptomato
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
proxying arai-a's review
557f298 to
5d94a30
Compare
In an effort to make review more manageable, this extracts the remaining tests specific to
await usingsemantics from #3866