web-feature classification for additional Iterator and Map features#5012
web-feature classification for additional Iterator and Map features#5012
Conversation
| - name: weakmap | ||
| files: | ||
| - test/built-ins/WeakMap | ||
| - "!test/built-ins/WeakMap/prototype/getOrInsert*" |
There was a problem hiding this comment.
Noting that we'll have less tests mapped to weakmap as of this change to avoid overlap, so it's expected that the coverage checker will throw a warning. Theses tests are now mapped to the getorinsert feature, so there's no overall reduction in test-to-feature coverage.
|
I think using tags ( |
3c1698a to
688838b
Compare
@jugglinmike addressed in 688838b. How does that look? |
b98543d to
ebe41cf
Compare
|
@ptomato Can you admin-merge this? (Context: the linter is rejecting this patch because one of matched sets is shrinking. That's intentional. We designed the linter to behave this way in the interest of avoiding unintentional regression and also to limit its complexity. That design assumes that admins can merge despite failure, though, and Test262 isn't currently configured that way--not for me, anyway. I'm also unable to push the commit to |
|
Thanks! |
This PR maps tests for the following newer web features:
cc @jugglinmike for review