test262/test/built-ins/Array/from
Csaba Osztrogonác bd1acb51a4 tools: enforce restriction on YAML includes key
Includes key should use flow notation to be able parsed easier
as suggested in https://github.com/tc39/test262/issues/1997

Added this check to the linting script and updated tests accordingly.
2022-01-05 17:27:58 -05:00
..
Array.from-descriptor.js tools: enforce restriction on YAML includes key 2022-01-05 17:27:58 -05:00
Array.from-name.js
Array.from_arity.js
Array.from_forwards-length-for-array-likes.js
array-like-has-length-but-no-indexes-with-values.js
calling-from-valid-1-noStrict.js
calling-from-valid-1-onlyStrict.js
calling-from-valid-2.js
elements-added-after.js
elements-deleted-after.js
elements-updated-after.js
from-array.js
from-string.js
get-iter-method-err.js
items-is-arraybuffer.js
items-is-null-throws.js
iter-adv-err.js
iter-cstm-ctor-err.js
iter-cstm-ctor.js
iter-get-iter-err.js
iter-get-iter-val-err.js
iter-map-fn-args.js
iter-map-fn-err.js
iter-map-fn-return.js
iter-map-fn-this-arg.js
iter-map-fn-this-non-strict.js
iter-map-fn-this-strict.js
iter-set-elem-prop-err.js
iter-set-elem-prop-non-writable.js
iter-set-elem-prop.js
iter-set-length-err.js
iter-set-length.js
mapfn-is-not-callable-typeerror.js
mapfn-is-symbol-throws.js
mapfn-throws-exception.js
not-a-constructor.js
proto-from-ctor-realm.js
source-array-boundary.js
source-object-constructor.js
source-object-iterator-1.js
source-object-iterator-2.js
source-object-length-set-elem-prop-err.js
source-object-length-set-elem-prop-non-writable.js
source-object-length.js
source-object-missing.js
source-object-without.js
this-null.js