test262/test/built-ins/Map
Meghan Denny 60963bf468
chore: convert many tests to use verifyProperty (#4263)
Co-authored-by: André Bargull <andre.bargull@gmail.com>
2024-10-14 11:25:05 +02:00
..
Symbol.species rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
groupBy Fix groupBy string test keys to be insertion order 2024-04-11 16:56:41 -07:00
prototype chore: convert many tests to use verifyProperty (#4263) 2024-10-14 11:25:05 +02:00
bigint-number-same-value.js test: expected behavior when bigint and number have "same" value 2021-12-07 16:07:52 -05:00
constructor.js chore: update esids in test/built-ins/{Map|Set} 2021-12-07 16:07:52 -05:00
does-not-throw-when-set-is-not-callable.js chore: update esids in test/built-ins/{Map|Set} 2021-12-07 16:07:52 -05:00
get-set-method-failure.js chore: update esids in test/built-ins/{Map|Set} 2021-12-07 16:07:52 -05:00
is-a-constructor.js Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
iterable-calls-set.js chore: update esids in test/built-ins/{Map|Set} 2021-12-07 16:07:52 -05:00
iterator-close-after-set-failure.js chore: update esids in test/built-ins/{Map|Set} 2021-12-07 16:07:52 -05:00
iterator-close-failure-after-set-failure.js Fixup Map: add proper esid 2020-09-14 13:35:13 -04:00
iterator-is-undefined-throws.js added coverage for built-in Map spec to ensure that a TypeError is thrown when Symbol.iterator is undefined (#1444) 2018-02-13 11:36:10 -05:00
iterator-item-first-entry-returns-abrupt.js chore: update esids in test/built-ins/{Map|Set} 2021-12-07 16:07:52 -05:00
iterator-item-second-entry-returns-abrupt.js chore: update esids in test/built-ins/{Map|Set} 2021-12-07 16:07:52 -05:00
iterator-items-are-not-object-close-iterator.js chore: update esids in test/built-ins/{Map|Set} 2021-12-07 16:07:52 -05:00
iterator-items-are-not-object.js chore: update esids in test/built-ins/{Map|Set} 2021-12-07 16:07:52 -05:00
iterator-next-failure.js chore: update esids in test/built-ins/{Map|Set} 2021-12-07 16:07:52 -05:00
iterator-value-failure.js chore: update esids in test/built-ins/{Map|Set} 2021-12-07 16:07:52 -05:00
length.js rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
map-iterable-empty-does-not-call-set.js chore: update esids in test/built-ins/{Map|Set} 2021-12-07 16:07:52 -05:00
map-iterable-throws-when-set-is-not-callable.js chore: update esids in test/built-ins/{Map|Set} 2021-12-07 16:07:52 -05:00
map-iterable.js chore: update esids in test/built-ins/{Map|Set} 2021-12-07 16:07:52 -05:00
map-no-iterable-does-not-call-set.js chore: update esids in test/built-ins/{Map|Set} 2021-12-07 16:07:52 -05:00
map-no-iterable.js chore: update esids in test/built-ins/{Map|Set} 2021-12-07 16:07:52 -05:00
map.js chore: convert many tests to use verifyProperty (#4263) 2024-10-14 11:25:05 +02:00
name.js rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
newtarget.js chore: update esids in test/built-ins/{Map|Set} 2021-12-07 16:07:52 -05:00
properties-of-map-instances.js Map constructor 2015-07-07 12:03:52 -04:00
properties-of-the-map-prototype-object.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
proto-from-ctor-realm.js Remove duplicated es[56]id if esid is present 2019-08-05 10:54:37 -04:00
prototype-of-map.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
undefined-newtarget.js chore: update esids in test/built-ins/{Map|Set} 2021-12-07 16:07:52 -05:00
valid-keys.js Fix wrong array literal in Map/Set value tests 2024-06-14 01:26:22 +02:00