Commit Graph

12 Commits

Author SHA1 Message Date
Marko Lahma c6a36ccc64 Add missing compareArray includes 2024-07-13 12:35:04 +03:00
Kevin Gibbons 08e1aa808a
Tests for later base64 changes (#4133)
Co-authored-by: Jordan Harband <ljharb@gmail.com>
2024-07-10 11:35:22 +02:00
Kevin Gibbons 5132804523
add TypedArray feature to all new tests 2024-03-11 22:59:56 -07:00
Kevin Gibbons 080c5490a2
assert on the length of the backing buffer of the result 2024-03-11 22:56:22 -07:00
Kevin Gibbons 44803f799c
add test for excess padding 2024-03-11 22:51:35 -07:00
Kevin Gibbons 070d7ee87e
add tests that boxed strings are not valid values for options 2024-03-11 22:47:43 -07:00
Kevin Gibbons 6d7bd55175
address ljharb comments 2024-03-11 22:43:06 -07:00
Kevin Gibbons 911aa6173d
update detached buffer tests 2024-02-07 16:43:17 -08:00
Kevin Gibbons 07807bd544
fromBase64Into -> setFromBase64 2024-02-07 16:41:32 -08:00
Kevin Gibbons bd05e23d40
add tests for base64 proposal 2024-01-21 17:09:11 -08:00
Mike Pennisi eefc23df50 Move tests for iterator prototype methods
Define tests for intrinsic Iterators under the appropriate subdirectory
of `built-ins`.
2015-05-26 11:39:19 -04:00
Mike Pennisi e8cc40a0a8 Import tests from Google V8 (native iterators)
These tests are derived from the following files within the Google V8
project:

    test/mjsunit/es6/typed-array-iterator.js
    test/mjsunit/es6/arguments-iterator.js
    test/mjsunit/es6/string-iterator.js
    test/mjsunit/es6/collection-iterator.js
2015-04-20 19:15:34 -04:00