test262/test/built-ins/Array/from
Leonardo Balter 3bdc467c51 Update tests for Array.from
- fixed a false positive where argument-passed-null.js was returning a TypeError from 22.1.2.1 step 5
- created 2 tests from argument-passed-null to assert this as null and items as null
- fixed reference info on Array.from_arity.js
- fix tests at Array.from_forwards-length-for-array-likes
- static checks on calling-from-valid-1-onlyStrict.js
- static checks on calling-from-valid-1-noStrict.js
- static checks on calling-from-valid-2.js
- removed create-typedarray-from.js, that test belong to es6id 22.2.2.1
- removed mapfn-invalid-typeerror-1.js - false positive from 22.1.2.1 step 5
- moved mapfn-invalid-typeerror-2.js to more spread tests where mapfn is not callable
- ...
2015-09-02 17:36:11 -04:00
..
Array.from-descriptor.js update tests for Array.from 2015-08-03 18:20:24 +08:00
Array.from-name.js update tests for Array.from 2015-08-03 18:20:24 +08:00
Array.from_arity.js Update tests for Array.from 2015-09-02 17:36:11 -04:00
Array.from_forwards-length-for-array-likes.js Update tests for Array.from 2015-09-02 17:36:11 -04:00
calling-from-valid-1-noStrict.js Update tests for Array.from 2015-09-02 17:36:11 -04:00
calling-from-valid-1-onlyStrict.js Update tests for Array.from 2015-09-02 17:36:11 -04:00
calling-from-valid-2.js Update tests for Array.from 2015-09-02 17:36:11 -04:00
elements-added-after.js update tests for Array.from 2015-08-03 18:20:24 +08:00
elements-deleted-after.js update tests for Array.from 2015-08-03 18:20:24 +08:00
elements-updated-after.js update tests for Array.from 2015-08-03 18:20:24 +08:00
from-array.js Update tests for Array.from 2015-09-02 17:36:11 -04:00
from-string.js Update tests for Array.from 2015-09-02 17:36:11 -04:00
get-iter-method-err.js Add tests for Array.from 2015-07-16 13:05:17 -04:00
items-is-arraybuffer.js Update tests for Array.from 2015-09-02 17:36:11 -04:00
items-is-null-throws.js Update tests for Array.from 2015-09-02 17:36:11 -04:00
iter-adv-err.js Add tests for Array.from 2015-07-16 13:05:17 -04:00
iter-cstm-ctor-err.js Add tests for Array.from 2015-07-16 13:05:17 -04:00
iter-cstm-ctor.js Add tests for Array.from 2015-07-16 13:05:17 -04:00
iter-get-iter-err.js Add tests for Array.from 2015-07-16 13:05:17 -04:00
iter-get-iter-val-err.js Add tests for Array.from 2015-07-16 13:05:17 -04:00
iter-map-fn-args.js Add tests for Array.from 2015-07-16 13:05:17 -04:00
iter-map-fn-err.js Add tests for Array.from 2015-07-16 13:05:17 -04:00
iter-map-fn-return.js Add tests for Array.from 2015-07-16 13:05:17 -04:00
iter-map-fn-this-arg.js Add tests for Array.from 2015-07-16 13:05:17 -04:00
iter-map-fn-this-non-strict.js Add tests for Array.from 2015-07-16 13:05:17 -04:00
iter-map-fn-this-strict.js Add tests for Array.from 2015-07-16 13:05:17 -04:00
iter-set-elem-prop-err.js Add tests for Array.from 2015-07-16 13:05:17 -04:00
iter-set-elem-prop.js Add tests for Array.from 2015-07-16 13:05:17 -04:00
iter-set-length-err.js Add tests for Array.from 2015-07-16 13:05:17 -04:00
iter-set-length.js Add tests for Array.from 2015-07-16 13:05:17 -04:00
mapfn-is-not-callable-typeerror.js Update tests for Array.from 2015-09-02 17:36:11 -04:00
mapfn-is-symbol-throws.js Update tests for Array.from 2015-09-02 17:36:11 -04:00
mapfn-throws-exception.js update tests for Array.from 2015-08-03 18:20:24 +08:00
source-array-boundary.js update tests for Array.from 2015-08-03 18:20:24 +08:00
source-object-constructor.js update tests for Array.from 2015-08-03 18:20:24 +08:00
source-object-iterator-1.js update tests for Array.from 2015-08-03 18:20:24 +08:00
source-object-iterator-2.js update tests for Array.from 2015-08-03 18:20:24 +08:00
source-object-length.js update tests for Array.from 2015-08-03 18:20:24 +08:00
source-object-missing.js update tests for Array.from 2015-08-03 18:20:24 +08:00
source-object-without.js update tests for Array.from 2015-08-03 18:20:24 +08:00
this-null.js Update tests for Array.from 2015-09-02 17:36:11 -04:00