diff --git a/test/built-ins/Array/prototype/copyWithin/call-with-boolean.js b/test/built-ins/Array/prototype/copyWithin/call-with-boolean.js index 028079e81f..423424511d 100644 --- a/test/built-ins/Array/prototype/copyWithin/call-with-boolean.js +++ b/test/built-ins/Array/prototype/copyWithin/call-with-boolean.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.copyWithin +esid: sec-array.prototype.copywithin description: Array.prototype.copyWithin applied to boolean primitive ---*/ diff --git a/test/built-ins/Array/prototype/findIndex/call-with-boolean.js b/test/built-ins/Array/prototype/findIndex/call-with-boolean.js index 3b7dd43e11..ce5dcedea2 100644 --- a/test/built-ins/Array/prototype/findIndex/call-with-boolean.js +++ b/test/built-ins/Array/prototype/findIndex/call-with-boolean.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.findIndex +esid: sec-array.prototype.findindex description: Array.prototype.findIndex applied to boolean primitive ---*/ diff --git a/test/built-ins/Array/prototype/flatMap/array-like-objects-nested.js b/test/built-ins/Array/prototype/flatMap/array-like-objects-nested.js index af36d4d232..51bbe923f8 100644 --- a/test/built-ins/Array/prototype/flatMap/array-like-objects-nested.js +++ b/test/built-ins/Array/prototype/flatMap/array-like-objects-nested.js @@ -1,7 +1,7 @@ // Copyright (C) 2018 Leo Balter. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.flatMap +esid: sec-array.prototype.flatmap description: > Does not flatten array-like objects nested into the main array info: | diff --git a/test/built-ins/Array/prototype/flatMap/array-like-objects-poisoned-length.js b/test/built-ins/Array/prototype/flatMap/array-like-objects-poisoned-length.js index a4e8e8684f..36f944a12b 100644 --- a/test/built-ins/Array/prototype/flatMap/array-like-objects-poisoned-length.js +++ b/test/built-ins/Array/prototype/flatMap/array-like-objects-poisoned-length.js @@ -1,7 +1,7 @@ // Copyright (C) 2018 Leo Balter. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.flatMap +esid: sec-array.prototype.flatmap description: > Observe abrupt completion in poisoned lengths of array-like objects info: | diff --git a/test/built-ins/Array/prototype/flatMap/array-like-objects-typedarrays.js b/test/built-ins/Array/prototype/flatMap/array-like-objects-typedarrays.js index f8e567a05b..f96589aaad 100644 --- a/test/built-ins/Array/prototype/flatMap/array-like-objects-typedarrays.js +++ b/test/built-ins/Array/prototype/flatMap/array-like-objects-typedarrays.js @@ -1,7 +1,7 @@ // Copyright (C) 2018 Leo Balter. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.flatMap +esid: sec-array.prototype.flatmap description: > array-like objects can be flattened (typedArrays) info: | diff --git a/test/built-ins/Array/prototype/flatMap/array-like-objects.js b/test/built-ins/Array/prototype/flatMap/array-like-objects.js index 6e33e968b9..934f76ad5e 100644 --- a/test/built-ins/Array/prototype/flatMap/array-like-objects.js +++ b/test/built-ins/Array/prototype/flatMap/array-like-objects.js @@ -1,7 +1,7 @@ // Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.flatMap +esid: sec-array.prototype.flatmap description: > array-like objects can be flattened info: | diff --git a/test/built-ins/Array/prototype/flatMap/bound-function-argument.js b/test/built-ins/Array/prototype/flatMap/bound-function-argument.js index 898f43365e..26c20697d7 100644 --- a/test/built-ins/Array/prototype/flatMap/bound-function-argument.js +++ b/test/built-ins/Array/prototype/flatMap/bound-function-argument.js @@ -1,7 +1,7 @@ // Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.flatMap +esid: sec-array.prototype.flatmap description: > Behavior when given a bound function includes: [compareArray.js] diff --git a/test/built-ins/Array/prototype/flatMap/call-with-boolean.js b/test/built-ins/Array/prototype/flatMap/call-with-boolean.js index 6525fea658..56f178f83c 100644 --- a/test/built-ins/Array/prototype/flatMap/call-with-boolean.js +++ b/test/built-ins/Array/prototype/flatMap/call-with-boolean.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.flatMap +esid: sec-array.prototype.flatmap description: Array.prototype.flatMap applied to boolean primitive includes: [compareArray.js] ---*/ diff --git a/test/built-ins/Array/prototype/flatMap/depth-always-one.js b/test/built-ins/Array/prototype/flatMap/depth-always-one.js index d372cff99c..7977a93d97 100644 --- a/test/built-ins/Array/prototype/flatMap/depth-always-one.js +++ b/test/built-ins/Array/prototype/flatMap/depth-always-one.js @@ -1,7 +1,7 @@ // Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.flatMap +esid: sec-array.prototype.flatmap description: > Behavior when array is depth more than 1 includes: [compareArray.js] diff --git a/test/built-ins/Array/prototype/flatMap/length.js b/test/built-ins/Array/prototype/flatMap/length.js index 67152cddb3..dfe7fd1981 100644 --- a/test/built-ins/Array/prototype/flatMap/length.js +++ b/test/built-ins/Array/prototype/flatMap/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.flatMap +esid: sec-array.prototype.flatmap description: Array.prototype.flatMap.length value and descriptor. info: > 17 ECMAScript Standard Built-in Objects diff --git a/test/built-ins/Array/prototype/flatMap/non-callable-argument-throws.js b/test/built-ins/Array/prototype/flatMap/non-callable-argument-throws.js index a094feb5b4..7808653391 100644 --- a/test/built-ins/Array/prototype/flatMap/non-callable-argument-throws.js +++ b/test/built-ins/Array/prototype/flatMap/non-callable-argument-throws.js @@ -1,7 +1,7 @@ // Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.flatMap +esid: sec-array.prototype.flatmap description: > non callable argument should throw TypeError Exception info: | diff --git a/test/built-ins/Array/prototype/flatMap/prop-desc.js b/test/built-ins/Array/prototype/flatMap/prop-desc.js index 1ea4930e69..bd8e7774e3 100644 --- a/test/built-ins/Array/prototype/flatMap/prop-desc.js +++ b/test/built-ins/Array/prototype/flatMap/prop-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.flatMap +esid: sec-array.prototype.flatmap description: Property type and descriptor. info: > 17 ECMAScript Standard Built-in Objects diff --git a/test/built-ins/Array/prototype/flatMap/proxy-access-count.js b/test/built-ins/Array/prototype/flatMap/proxy-access-count.js index dbcf69122a..05dfe31803 100644 --- a/test/built-ins/Array/prototype/flatMap/proxy-access-count.js +++ b/test/built-ins/Array/prototype/flatMap/proxy-access-count.js @@ -1,7 +1,7 @@ // Copyright (C) 2018 Richard Lawrence. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.flatMap +esid: sec-array.prototype.flatmap description: > properties are accessed correct number of times by .flatMap info: | diff --git a/test/built-ins/Array/prototype/flatMap/this-value-ctor-non-object.js b/test/built-ins/Array/prototype/flatMap/this-value-ctor-non-object.js index beabd126a1..e58fec6562 100644 --- a/test/built-ins/Array/prototype/flatMap/this-value-ctor-non-object.js +++ b/test/built-ins/Array/prototype/flatMap/this-value-ctor-non-object.js @@ -1,7 +1,7 @@ // Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.flatMap +esid: sec-array.prototype.flatmap description: > Assert behavior if this value has a custom non-object constructor property info: | diff --git a/test/built-ins/Array/prototype/flatMap/this-value-ctor-object-species-bad-throws.js b/test/built-ins/Array/prototype/flatMap/this-value-ctor-object-species-bad-throws.js index c5d97cef12..d57b1bb333 100644 --- a/test/built-ins/Array/prototype/flatMap/this-value-ctor-object-species-bad-throws.js +++ b/test/built-ins/Array/prototype/flatMap/this-value-ctor-object-species-bad-throws.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.flatMap +esid: sec-array.prototype.flatmap description: > Assert behavior if this value has a custom object constructor property species info: | diff --git a/test/built-ins/Array/prototype/flatMap/this-value-ctor-object-species-custom-ctor-poisoned-throws.js b/test/built-ins/Array/prototype/flatMap/this-value-ctor-object-species-custom-ctor-poisoned-throws.js index 3ecf17e32a..b5a998db4f 100644 --- a/test/built-ins/Array/prototype/flatMap/this-value-ctor-object-species-custom-ctor-poisoned-throws.js +++ b/test/built-ins/Array/prototype/flatMap/this-value-ctor-object-species-custom-ctor-poisoned-throws.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.flatMap +esid: sec-array.prototype.flatmap description: > Assert behavior if this value has a poisoned custom species constructor info: | diff --git a/test/built-ins/Array/prototype/flatMap/this-value-ctor-object-species-custom-ctor.js b/test/built-ins/Array/prototype/flatMap/this-value-ctor-object-species-custom-ctor.js index c23c605f63..886d2667d5 100644 --- a/test/built-ins/Array/prototype/flatMap/this-value-ctor-object-species-custom-ctor.js +++ b/test/built-ins/Array/prototype/flatMap/this-value-ctor-object-species-custom-ctor.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.flatMap +esid: sec-array.prototype.flatmap description: > Assert behavior if this value has a custom species constructor info: | diff --git a/test/built-ins/Array/prototype/flatMap/this-value-ctor-object-species.js b/test/built-ins/Array/prototype/flatMap/this-value-ctor-object-species.js index 1b48ee4737..30ac9b5fda 100644 --- a/test/built-ins/Array/prototype/flatMap/this-value-ctor-object-species.js +++ b/test/built-ins/Array/prototype/flatMap/this-value-ctor-object-species.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.flatMap +esid: sec-array.prototype.flatmap description: > Assert behavior if this value has a custom object constructor property info: | diff --git a/test/built-ins/Array/prototype/flatMap/this-value-null-undefined-throws.js b/test/built-ins/Array/prototype/flatMap/this-value-null-undefined-throws.js index b7b9845603..8992da4c88 100644 --- a/test/built-ins/Array/prototype/flatMap/this-value-null-undefined-throws.js +++ b/test/built-ins/Array/prototype/flatMap/this-value-null-undefined-throws.js @@ -1,7 +1,7 @@ // Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.flatMap +esid: sec-array.prototype.flatmap description: > Throw a TypeError if this value is null or undefined info: | diff --git a/test/built-ins/Array/prototype/flatMap/thisArg-argument.js b/test/built-ins/Array/prototype/flatMap/thisArg-argument.js index 835e384f53..5d23b99f57 100644 --- a/test/built-ins/Array/prototype/flatMap/thisArg-argument.js +++ b/test/built-ins/Array/prototype/flatMap/thisArg-argument.js @@ -1,7 +1,7 @@ // Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.flatMap +esid: sec-array.prototype.flatmap description: > Behavior when thisArg is provided Array.prototype.flatMap ( mapperFunction [ , thisArg ] ) diff --git a/test/built-ins/Array/prototype/forEach/call-with-boolean.js b/test/built-ins/Array/prototype/forEach/call-with-boolean.js index f76e9c7c4e..5bbfada434 100644 --- a/test/built-ins/Array/prototype/forEach/call-with-boolean.js +++ b/test/built-ins/Array/prototype/forEach/call-with-boolean.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.forEach +esid: sec-array.prototype.foreach description: Array.prototype.forEach applied to boolean primitive ---*/ diff --git a/test/built-ins/Array/prototype/forEach/callbackfn-resize-arraybuffer.js b/test/built-ins/Array/prototype/forEach/callbackfn-resize-arraybuffer.js index 9b78daa3e3..ebd4f02b2a 100644 --- a/test/built-ins/Array/prototype/forEach/callbackfn-resize-arraybuffer.js +++ b/test/built-ins/Array/prototype/forEach/callbackfn-resize-arraybuffer.js @@ -1,7 +1,7 @@ // Copyright (C) 2021 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.forEach +esid: sec-array.prototype.foreach description: TypedArray instance buffer can be resized during iteration includes: [testTypedArray.js, compareArray.js] features: [TypedArray, resizable-arraybuffer] diff --git a/test/built-ins/Array/prototype/forEach/length.js b/test/built-ins/Array/prototype/forEach/length.js index eba9afb533..09c4546bb6 100644 --- a/test/built-ins/Array/prototype/forEach/length.js +++ b/test/built-ins/Array/prototype/forEach/length.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.forEach +esid: sec-array.prototype.foreach description: > The "length" property of Array.prototype.forEach info: | diff --git a/test/built-ins/Array/prototype/forEach/prop-desc.js b/test/built-ins/Array/prototype/forEach/prop-desc.js index 4fad7b9003..1085d383cb 100644 --- a/test/built-ins/Array/prototype/forEach/prop-desc.js +++ b/test/built-ins/Array/prototype/forEach/prop-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.forEach +esid: sec-array.prototype.foreach description: > "forEach" property of Array.prototype info: | diff --git a/test/built-ins/Array/prototype/indexOf/call-with-boolean.js b/test/built-ins/Array/prototype/indexOf/call-with-boolean.js index 170222f9aa..d4d9d90488 100644 --- a/test/built-ins/Array/prototype/indexOf/call-with-boolean.js +++ b/test/built-ins/Array/prototype/indexOf/call-with-boolean.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.indexOf +esid: sec-array.prototype.indexof description: Array.prototype.indexOf applied to boolean primitive ---*/ diff --git a/test/built-ins/Array/prototype/lastIndexOf/call-with-boolean.js b/test/built-ins/Array/prototype/lastIndexOf/call-with-boolean.js index 626c4a274a..b30fb72d76 100644 --- a/test/built-ins/Array/prototype/lastIndexOf/call-with-boolean.js +++ b/test/built-ins/Array/prototype/lastIndexOf/call-with-boolean.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.lastIndexOf +esid: sec-array.prototype.lastindexof description: Array.prototype.lastIndexOf applied to boolean primitive ---*/ diff --git a/test/built-ins/Array/prototype/reduceRight/call-with-boolean.js b/test/built-ins/Array/prototype/reduceRight/call-with-boolean.js index 1d3a91b88f..8c134e795d 100644 --- a/test/built-ins/Array/prototype/reduceRight/call-with-boolean.js +++ b/test/built-ins/Array/prototype/reduceRight/call-with-boolean.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.reduceRight +esid: sec-array.prototype.reduceright description: Array.prototype.reduceRight applied to boolean primitive ---*/ diff --git a/test/built-ins/Array/prototype/toString/call-with-boolean.js b/test/built-ins/Array/prototype/toString/call-with-boolean.js index cdd555fe68..5dac6830f5 100644 --- a/test/built-ins/Array/prototype/toString/call-with-boolean.js +++ b/test/built-ins/Array/prototype/toString/call-with-boolean.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype.toString +esid: sec-array.prototype.tostring description: Array.prototype.toString applied to boolean primitive ---*/