test262/test
Anthony Frehner 60310b70bc
Add Set.prototype.union tests (#3816)
* Beginning of adding Set.prototype.union tests

* Fix description

* Add tests for GetSetRecord

Which also allows Set-like objects

* Add title to test descriptions

* Add test for ensuring values are appended

* Add tests for properties of union

Also: tests for RequireInternalSlot, Constructor, BuiltIns.

Added a test to ensure that -0F is converted to +0F

* Ensure Set.prototype.add is not called as part of .union

* fix lint issues

* Set subclassing and Symbol.species tests

* Set.prototype.union tests for arrays and subclass methods

* Add the Set-methods frontmatter feature flag

* Add additional Set.prototype.union test for edge cases

* Update test/built-ins/Set/GetSetRecord/keys-is-callable.js

Co-authored-by: Kevin Gibbons <bakkot@gmail.com>

* Use compareArray() for assertions

* Remove class field syntax

* Remove unused args

* Update test/built-ins/Set/prototype/union/subclass-receiver-methods.js

Co-authored-by: Jordan Harband <ljharb@gmail.com>

* Return original 'add'

* address comments

* add one more mutation in the evil mutating iterator test

* address further comments

---------

Co-authored-by: Kevin Gibbons <bakkot@gmail.com>
Co-authored-by: Jordan Harband <ljharb@gmail.com>
Co-authored-by: Ms2ger <Ms2ger@igalia.com>
2023-11-15 17:55:47 +01:00
..
annexB Test that `HasVarDeclaration` accounts for bindings created via `eval()` (#3914) 2023-09-28 18:16:33 +02:00
built-ins Add Set.prototype.union tests (#3816) 2023-11-15 17:55:47 +01:00
harness Fix harness tests for verifyProperty 2023-10-02 11:27:59 +02:00
intl402 Add test for firstDayOfWeek in LocaleInfo PR 70 2023-11-10 18:11:03 -08:00
language Test for Unicode Escape in Literals 2023-10-31 16:57:41 -07:00
staging Tests for Duration rounding bug when rounding crosses a unit boundary 2023-11-14 10:03:45 -08:00