Brian Terlson
|
42dc0f6b35
|
Merge pull request #165 from bocoup/iterators
Add Array Iteration Tests
|
2015-03-06 13:31:56 -08:00 |
Mike Pennisi
|
6565c89de2
|
Import tests from Google V8
These tests are derived from the following files within the Google V8
project:
test/mjsunit/es6/array-iterator.js
|
2015-03-06 14:13:36 -05:00 |
Rick Waldron
|
1182adb9bc
|
Import tests from Google V8 (Array isConcatSpreadable)
These tests are derived from the following files within the Google V8 project:
test/mjsunit/harmony/array-concat.js
|
2015-03-04 20:01:21 -05:00 |
Rick Waldron
|
cda3ec74a1
|
ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144
|
2015-02-12 16:36:13 -05:00 |
smikes
|
5318ee7b1f
|
minor fixes to Array.protoype.find tests
split "this" tests into strict/nonstrict branches
split callable into separate test cases
metadata: rename es6 to features
|
2014-12-10 16:53:12 -08:00 |
Sam Mikes
|
485059c46d
|
initial tests of Array.prototpe.splice requiring settable "length"
add test of object with only "length" getter
*fix typo
per comments from @anba, thanks!
* remove needless checks
* add "splice" method
fix es5id
|
2014-12-10 15:18:42 -08:00 |
Juan Ignacio Dopazo
|
d863423d1a
|
Array.prototype.find no longer skips holes
|
2014-12-09 18:37:41 -08:00 |
Brian Terlson
|
2a74f0ec1b
|
Reorganize ./test
|
2014-12-07 15:33:09 -08:00 |