test262/test/built-ins/Array/fromAsync
Rezvan Mahdavi Hezaveh 79f087814f
Update two constructor tests of Array.fromAsync (#3926)
* Update two constructor tests of Array.fromAsync

* Remove extra comment

---------

Co-authored-by: Rezvan Mahdavi Hezaveh <rezvan@chromium.org>
2023-09-18 17:45:49 -07:00
..
async-iterable-async-mapped-awaits-once.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
async-iterable-input-does-not-await-input.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
async-iterable-input-iteration-err.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
async-iterable-input.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
asyncitems-array-add-to-empty.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-array-add-to-singleton.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-array-add.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-array-mutate.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-array-remove.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-arraybuffer.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-arraylike-holes.js Array.fromAsync various remaining coverage (#3809) 2023-04-04 11:20:25 +02:00
asyncitems-arraylike-length-accessor-throws.js Array.fromAsync various remaining coverage (#3809) 2023-04-04 11:20:25 +02:00
asyncitems-arraylike-promise.js Improve printing of property key names in observer helpers 2023-04-24 12:14:18 +02:00
asyncitems-arraylike-too-long.js Array.fromAsync various remaining coverage (#3809) 2023-04-04 11:20:25 +02:00
asyncitems-asynciterator-exists.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-asynciterator-not-callable.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-asynciterator-null.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-asynciterator-sync.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-asynciterator-throws.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-bigint.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-boolean.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-function.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-iterator-exists.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-iterator-not-callable.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-iterator-null.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-iterator-promise.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-iterator-throws.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-null-undefined.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-number.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-object-not-arraylike.js Array.fromAsync various remaining coverage (#3809) 2023-04-04 11:20:25 +02:00
asyncitems-operations.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-string.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-symbol.js Add tests for the asyncItems argument to Array.fromAsync. (#3754) 2023-03-10 11:46:59 +01:00
asyncitems-uses-intrinsic-iterator-symbols.js Array.fromAsync various remaining coverage (#3809) 2023-04-04 11:20:25 +02:00
builtin.js
length.js
mapfn-async-arraylike.js Array.fromAsync: Tests for mapfn and thisArg arguments 2023-03-07 11:13:00 +01:00
mapfn-async-iterable-async.js Array.fromAsync: Tests for mapfn and thisArg arguments 2023-03-07 11:13:00 +01:00
mapfn-async-iterable-sync.js Array.fromAsync: Tests for mapfn and thisArg arguments 2023-03-07 11:13:00 +01:00
mapfn-async-throws-close-async-iterator.js Array.fromAsync: Tests for mapfn and thisArg arguments 2023-03-07 11:13:00 +01:00
mapfn-async-throws-close-sync-iterator.js Array.fromAsync: Tests for mapfn and thisArg arguments 2023-03-07 11:13:00 +01:00
mapfn-async-throws.js Array.fromAsync: Tests for mapfn and thisArg arguments 2023-03-07 11:13:00 +01:00
mapfn-not-callable.js Array.fromAsync: Tests for mapfn and thisArg arguments 2023-03-07 11:13:00 +01:00
mapfn-result-awaited-once-per-iteration.js Array.fromAsync: Tests for mapfn and thisArg arguments 2023-03-07 11:13:00 +01:00
mapfn-sync-arraylike.js Array.fromAsync: Tests for mapfn and thisArg arguments 2023-03-07 11:13:00 +01:00
mapfn-sync-iterable-async.js Array.fromAsync: Tests for mapfn and thisArg arguments 2023-03-07 11:13:00 +01:00
mapfn-sync-iterable-sync.js Array.fromAsync: Tests for mapfn and thisArg arguments 2023-03-07 11:13:00 +01:00
mapfn-sync-throws-close-async-iterator.js Array.fromAsync: Tests for mapfn and thisArg arguments 2023-03-07 11:13:00 +01:00
mapfn-sync-throws-close-sync-iterator.js Array.fromAsync: Tests for mapfn and thisArg arguments 2023-03-07 11:13:00 +01:00
mapfn-sync-throws.js Array.fromAsync: Tests for mapfn and thisArg arguments 2023-03-07 11:13:00 +01:00
name.js
non-iterable-input-does-not-use-array-prototype.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
non-iterable-input-element-access-err.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
non-iterable-input-with-thenable-async-mapped-awaits-callback-result-once.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
non-iterable-input-with-thenable-async-mapped-callback-err.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
non-iterable-input-with-thenable-element-rejects.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
non-iterable-input-with-thenable-sync-mapped-callback-err.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
non-iterable-input-with-thenable.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
non-iterable-input.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
non-iterable-sync-mapped-callback-err.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
non-iterable-with-non-promise-thenable.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
non-iterable-with-thenable-async-mapped-awaits-once.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
non-iterable-with-thenable-awaits-once.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
non-iterable-with-thenable-sync-mapped-awaits-once.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
non-iterable-with-thenable-then-method-err.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
not-a-constructor.js
prop-desc.js
returned-promise-resolves-to-array.js Array.fromAsync various remaining coverage (#3809) 2023-04-04 11:20:25 +02:00
returns-promise.js Array.fromAsync various remaining coverage (#3809) 2023-04-04 11:20:25 +02:00
sync-iterable-input-with-non-promise-thenable.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
sync-iterable-input-with-thenable.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
sync-iterable-input.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
sync-iterable-iteration-err.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
sync-iterable-with-thenable-async-mapped-awaits-once.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
sync-iterable-with-thenable-async-mapped-callback-err.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
sync-iterable-with-thenable-awaits-once.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
sync-iterable-with-thenable-element-rejects.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
sync-iterable-with-thenable-sync-mapped-awaits-once.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
sync-iterable-with-thenable-sync-mapped-callback-err.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
sync-iterable-with-thenable-then-method-err.js Add some Array.from async tests (#3791) 2023-04-07 16:47:19 -07:00
this-constructor-operations.js Update two constructor tests of Array.fromAsync (#3926) 2023-09-18 17:45:49 -07:00
this-constructor-with-bad-length-setter.js Array.fromAsync various remaining coverage (#3809) 2023-04-04 11:20:25 +02:00
this-constructor-with-readonly-elements.js Array.fromAsync various remaining coverage (#3809) 2023-04-04 11:20:25 +02:00
this-constructor-with-readonly-length.js Array.fromAsync various remaining coverage (#3809) 2023-04-04 11:20:25 +02:00
this-constructor-with-unsettable-element-closes-async-iterator.js Array.fromAsync various remaining coverage (#3809) 2023-04-04 11:20:25 +02:00
this-constructor-with-unsettable-element-closes-sync-iterator.js Array.fromAsync various remaining coverage (#3809) 2023-04-04 11:20:25 +02:00
this-constructor-with-unsettable-element.js Array.fromAsync various remaining coverage (#3809) 2023-04-04 11:20:25 +02:00
this-constructor.js Update two constructor tests of Array.fromAsync (#3926) 2023-09-18 17:45:49 -07:00
this-non-constructor.js Array.fromAsync various remaining coverage (#3809) 2023-04-04 11:20:25 +02:00
thisarg-object.js Array.fromAsync: Tests for mapfn and thisArg arguments 2023-03-07 11:13:00 +01:00
thisarg-omitted-sloppy.js Array.fromAsync: Tests for mapfn and thisArg arguments 2023-03-07 11:13:00 +01:00
thisarg-omitted-strict.js Array.fromAsync: Tests for mapfn and thisArg arguments 2023-03-07 11:13:00 +01:00
thisarg-primitive-sloppy.js Array.fromAsync: Tests for mapfn and thisArg arguments 2023-03-07 11:13:00 +01:00
thisarg-primitive-strict.js Array.fromAsync: Tests for mapfn and thisArg arguments 2023-03-07 11:13:00 +01:00