From 52f70e2f637731aae92a9c9a2d831310c3ab2e1e Mon Sep 17 00:00:00 2001
From: Valerie <spectranaut@gmail.com>
Date: Fri, 2 Mar 2018 15:20:41 -0500
Subject: [PATCH] typed-array: ctor test renames (#1468)

---
 .../{object-arg-as-array-returns.js => as-array-returns.js}       | 0
 ...rator-iterable-returns.js => as-generator-iterable-returns.js} | 0
 ...ustom-proto-access-throws.js => custom-proto-access-throws.js} | 0
 .../{object-arg-iterating-throws.js => iterating-throws.js}       | 0
 ...tor-not-callable-throws.js => iterator-not-callable-throws.js} | 0
 .../{object-arg-iterator-throws.js => iterator-throws.js}         | 0
 ...-arg-length-excessive-throws.js => length-excessive-throws.js} | 0
 ...-arg-length-is-symbol-throws.js => length-is-symbol-throws.js} | 0
 .../object-arg/{object-arg-length-throws.js => length-throws.js}  | 0
 ...ew-instance-extensibility.js => new-instance-extensibility.js} | 0
 ...ject-arg-proto-from-ctor-realm.js => proto-from-ctor-realm.js} | 0
 ...object-arg-throws-from-property.js => throws-from-property.js} | 0
 ...-typeerror.js => throws-setting-obj-to-primitive-typeerror.js} | 0
 ...ing-obj-to-primitive.js => throws-setting-obj-to-primitive.js} | 0
 ...ows-setting-obj-tostring.js => throws-setting-obj-tostring.js} | 0
 ...lueof-typeerror.js => throws-setting-obj-valueof-typeerror.js} | 0
 ...hrows-setting-obj-valueof.js => throws-setting-obj-valueof.js} | 0
 ...-arg-throws-setting-property.js => throws-setting-property.js} | 0
 ...tting-symbol-property.js => throws-setting-symbol-property.js} | 0
 ...ndefined-newtarget-throws.js => undefined-newtarget-throws.js} | 0
 ...se-custom-proto-if-object.js => use-custom-proto-if-object.js} | 0
 ...ject.js => use-default-proto-if-custom-proto-is-not-object.js} | 0
 ...ustom-proto-access-throws.js => custom-proto-access-throws.js} | 0
 ...-type.js => detached-when-species-retrieved-different-type.js} | 0
 ...-same-type.js => detached-when-species-retrieved-same-type.js} | 0
 ...ew-instance-extensibility.js => new-instance-extensibility.js} | 0
 ...r-access-throws.js => other-ctor-buffer-ctor-access-throws.js} | 0
 ...ther-ctor-buffer-ctor-custom-species-proto-from-ctor-realm.js} | 0
 ...custom-species.js => other-ctor-buffer-ctor-custom-species.js} | 0
 ...ject-throws.js => other-ctor-buffer-ctor-not-object-throws.js} | 0
 ...-throws.js => other-ctor-buffer-ctor-species-access-throws.js} | 0
 ...hrows.js => other-ctor-buffer-ctor-species-not-ctor-throws.js} | 0
 ...tor-species-null.js => other-ctor-buffer-ctor-species-null.js} | 0
 ...rows.js => other-ctor-buffer-ctor-species-prototype-throws.js} | 0
 ...s-undefined.js => other-ctor-buffer-ctor-species-undefined.js} | 0
 ...rns-new-typedarray.js => other-ctor-returns-new-typedarray.js} | 0
 ...rray-arg-proto-from-ctor-realm.js => proto-from-ctor-realm.js} | 0
 ...or-access-throws.js => same-ctor-buffer-ctor-access-throws.js} | 0
 ...same-ctor-buffer-ctor-species-custom-proto-from-ctor-realm.js} | 0
 ...-species-custom.js => same-ctor-buffer-ctor-species-custom.js} | 0
 ...cies-not-ctor.js => same-ctor-buffer-ctor-species-not-ctor.js} | 0
 ...ctor-species-null.js => same-ctor-buffer-ctor-species-null.js} | 0
 ...hrows.js => same-ctor-buffer-ctor-species-prototype-throws.js} | 0
 ...-species-throws.js => same-ctor-buffer-ctor-species-throws.js} | 0
 ...es-undefined.js => same-ctor-buffer-ctor-species-undefined.js} | 0
 ...bj-throws.js => same-ctor-buffer-ctor-value-not-obj-throws.js} | 0
 ...d-typedarray.js => same-ctor-returns-new-cloned-typedarray.js} | 0
 ...ndefined-newtarget-throws.js => undefined-newtarget-throws.js} | 0
 ...js => bufferbyteoffset-throws-from-modulo-element-size-sab.js} | 0
 ...ize.js => bufferbyteoffset-throws-from-modulo-element-size.js} | 0
 ...egative-throws-sab.js => byteoffset-is-negative-throws-sab.js} | 0
 ...set-is-negative-throws.js => byteoffset-is-negative-throws.js} | 0
 ...is-negative-zero-sab.js => byteoffset-is-negative-zero-sab.js} | 0
 ...eoffset-is-negative-zero.js => byteoffset-is-negative-zero.js} | 0
 ...is-symbol-throws-sab.js => byteoffset-is-symbol-throws-sab.js} | 0
 ...eoffset-is-symbol-throws.js => byteoffset-is-symbol-throws.js} | 0
 ...e-sab.js => byteoffset-throws-from-modulo-element-size-sab.js} | 0
 ...ment-size.js => byteoffset-throws-from-modulo-element-size.js} | 0
 ...umber-detachbuffer.js => byteoffset-to-number-detachbuffer.js} | 0
 ...to-number-throws-sab.js => byteoffset-to-number-throws-sab.js} | 0
 ...eoffset-to-number-throws.js => byteoffset-to-number-throws.js} | 0
 ...oto-access-throws-sab.js => custom-proto-access-throws-sab.js} | 0
 ...ustom-proto-access-throws.js => custom-proto-access-throws.js} | 0
 ...-length-and-offset-sab.js => defined-length-and-offset-sab.js} | 0
 ...-defined-length-and-offset.js => defined-length-and-offset.js} | 0
 .../{buffer-arg-defined-length-sab.js => defined-length-sab.js}   | 0
 .../{buffer-arg-defined-length.js => defined-length.js}           | 0
 ...ined-negative-length-sab.js => defined-negative-length-sab.js} | 0
 ...-arg-defined-negative-length.js => defined-negative-length.js} | 0
 .../{buffer-arg-defined-offset-sab.js => defined-offset-sab.js}   | 0
 .../{buffer-arg-defined-offset.js => defined-offset.js}           | 0
 .../{buffer-arg-detachedbuffer.js => detachedbuffer.js}           | 0
 ...essive-length-throws-sab.js => excessive-length-throws-sab.js} | 0
 ...-arg-excessive-length-throws.js => excessive-length-throws.js} | 0
 ...essive-offset-throws-sab.js => excessive-offset-throws-sab.js} | 0
 ...-arg-excessive-offset-throws.js => excessive-offset-throws.js} | 0
 ...d-newtarget-sab.js => invoked-with-undefined-newtarget-sab.js} | 0
 ...undefined-newtarget.js => invoked-with-undefined-newtarget.js} | 0
 .../{buffer-arg-is-referenced-sab.js => is-referenced-sab.js}     | 0
 .../buffer-arg/{buffer-arg-is-referenced.js => is-referenced.js}  | 0
 ...rg-length-access-throws-sab.js => length-access-throws-sab.js} | 0
 ...buffer-arg-length-access-throws.js => length-access-throws.js} | 0
 ...gth-is-symbol-throws-sab.js => length-is-symbol-throws-sab.js} | 0
 ...-arg-length-is-symbol-throws.js => length-is-symbol-throws.js} | 0
 ...to-number-detachbuffer.js => length-to-number-detachbuffer.js} | 0
 ...nce-extensibility-sab.js => new-instance-extensibility-sab.js} | 0
 ...ew-instance-extensibility.js => new-instance-extensibility.js} | 0
 ...-proto-from-ctor-realm-sab.js => proto-from-ctor-realm-sab.js} | 0
 ...ffer-arg-proto-from-ctor-realm.js => proto-from-ctor-realm.js} | 0
 ...rg-returns-new-instance-sab.js => returns-new-instance-sab.js} | 0
 ...buffer-arg-returns-new-instance.js => returns-new-instance.js} | 0
 ...er-arg-toindex-bytelength-sab.js => toindex-bytelength-sab.js} | 0
 .../{buffer-arg-toindex-bytelength.js => toindex-bytelength.js}   | 0
 ...er-arg-toindex-byteoffset-sab.js => toindex-byteoffset-sab.js} | 0
 .../{buffer-arg-toindex-byteoffset.js => toindex-byteoffset.js}   | 0
 ...edarraybuffer.js => typedarray-backed-by-sharedarraybuffer.js} | 0
 ...m-proto-if-object-sab.js => use-custom-proto-if-object-sab.js} | 0
 ...se-custom-proto-if-object.js => use-custom-proto-if-object.js} | 0
 ....js => use-default-proto-if-custom-proto-is-not-object-sab.js} | 0
 ...ject.js => use-default-proto-if-custom-proto-is-not-object.js} | 0
 ...ustom-proto-access-throws.js => custom-proto-access-throws.js} | 0
 .../ctors/length-arg/{length-arg-init-zeros.js => init-zeros.js}  | 0
 ...nity-throws-rangeerror.js => is-infinity-throws-rangeerror.js} | 0
 ...ows-rangeerror.js => is-negative-integer-throws-rangeerror.js} | 0
 .../{length-arg-is-symbol-throws.js => is-symbol-throws.js}       | 0
 ...ew-instance-extensibility.js => new-instance-extensibility.js} | 0
 ...ngth-arg-proto-from-ctor-realm.js => proto-from-ctor-realm.js} | 0
 .../{length-arg-returns-object.js => returns-object.js}           | 0
 .../{length-arg-toindex-length.js => toindex-length.js}           | 0
 ...ndefined-newtarget-throws.js => undefined-newtarget-throws.js} | 0
 ...se-custom-proto-if-object.js => use-custom-proto-if-object.js} | 0
 ...ject.js => use-default-proto-if-custom-proto-is-not-object.js} | 0
 ...ustom-proto-access-throws.js => custom-proto-access-throws.js} | 0
 ...ew-instance-extensibility.js => new-instance-extensibility.js} | 0
 ...{no-args-proto-from-ctor-realm.js => proto-from-ctor-realm.js} | 0
 .../no-args/{no-args-returns-object.js => returns-object.js}      | 0
 ...ndefined-newtarget-throws.js => undefined-newtarget-throws.js} | 0
 ...se-custom-proto-if-object.js => use-custom-proto-if-object.js} | 0
 ...ject.js => use-default-proto-if-custom-proto-is-not-object.js} | 0
 .../{object-arg-as-array-returns.js => as-array-returns.js}       | 0
 ...rator-iterable-returns.js => as-generator-iterable-returns.js} | 0
 ...n-consistent-nan.js => conversion-operation-consistent-nan.js} | 0
 ...object-arg-conversion-operation.js => conversion-operation.js} | 0
 ...ustom-proto-access-throws.js => custom-proto-access-throws.js} | 0
 .../{object-arg-iterating-throws.js => iterating-throws.js}       | 0
 ...tor-not-callable-throws.js => iterator-not-callable-throws.js} | 0
 .../{object-arg-iterator-throws.js => iterator-throws.js}         | 0
 ...-arg-length-excessive-throws.js => length-excessive-throws.js} | 0
 ...-arg-length-is-symbol-throws.js => length-is-symbol-throws.js} | 0
 .../object-arg/{object-arg-length-throws.js => length-throws.js}  | 0
 ...ew-instance-extensibility.js => new-instance-extensibility.js} | 0
 ...ject-arg-proto-from-ctor-realm.js => proto-from-ctor-realm.js} | 0
 .../ctors/object-arg/{object-arg-returns.js => returns.js}        | 0
 ...object-arg-throws-from-property.js => throws-from-property.js} | 0
 ...-typeerror.js => throws-setting-obj-to-primitive-typeerror.js} | 0
 ...ing-obj-to-primitive.js => throws-setting-obj-to-primitive.js} | 0
 ...ows-setting-obj-tostring.js => throws-setting-obj-tostring.js} | 0
 ...lueof-typeerror.js => throws-setting-obj-valueof-typeerror.js} | 0
 ...hrows-setting-obj-valueof.js => throws-setting-obj-valueof.js} | 0
 ...-arg-throws-setting-property.js => throws-setting-property.js} | 0
 ...tting-symbol-property.js => throws-setting-symbol-property.js} | 0
 ...ndefined-newtarget-throws.js => undefined-newtarget-throws.js} | 0
 ...se-custom-proto-if-object.js => use-custom-proto-if-object.js} | 0
 ...ject.js => use-default-proto-if-custom-proto-is-not-object.js} | 0
 ...ustom-proto-access-throws.js => custom-proto-access-throws.js} | 0
 ...-type.js => detached-when-species-retrieved-different-type.js} | 0
 ...-same-type.js => detached-when-species-retrieved-same-type.js} | 0
 ...ew-instance-extensibility.js => new-instance-extensibility.js} | 0
 ...r-access-throws.js => other-ctor-buffer-ctor-access-throws.js} | 0
 ...ther-ctor-buffer-ctor-custom-species-proto-from-ctor-realm.js} | 0
 ...custom-species.js => other-ctor-buffer-ctor-custom-species.js} | 0
 ...ject-throws.js => other-ctor-buffer-ctor-not-object-throws.js} | 0
 ...-throws.js => other-ctor-buffer-ctor-species-access-throws.js} | 0
 ...hrows.js => other-ctor-buffer-ctor-species-not-ctor-throws.js} | 0
 ...tor-species-null.js => other-ctor-buffer-ctor-species-null.js} | 0
 ...rows.js => other-ctor-buffer-ctor-species-prototype-throws.js} | 0
 ...s-undefined.js => other-ctor-buffer-ctor-species-undefined.js} | 0
 ...rns-new-typedarray.js => other-ctor-returns-new-typedarray.js} | 0
 ...rray-arg-proto-from-ctor-realm.js => proto-from-ctor-realm.js} | 0
 ...darray-arg-returns-new-instance.js => returns-new-instance.js} | 0
 ...or-access-throws.js => same-ctor-buffer-ctor-access-throws.js} | 0
 ...same-ctor-buffer-ctor-species-custom-proto-from-ctor-realm.js} | 0
 ...-species-custom.js => same-ctor-buffer-ctor-species-custom.js} | 0
 ...cies-not-ctor.js => same-ctor-buffer-ctor-species-not-ctor.js} | 0
 ...ctor-species-null.js => same-ctor-buffer-ctor-species-null.js} | 0
 ...hrows.js => same-ctor-buffer-ctor-species-prototype-throws.js} | 0
 ...-species-throws.js => same-ctor-buffer-ctor-species-throws.js} | 0
 ...es-undefined.js => same-ctor-buffer-ctor-species-undefined.js} | 0
 ...bj-throws.js => same-ctor-buffer-ctor-value-not-obj-throws.js} | 0
 ...d-typedarray.js => same-ctor-returns-new-cloned-typedarray.js} | 0
 ...ndefined-newtarget-throws.js => undefined-newtarget-throws.js} | 0
 ...se-custom-proto-if-object.js => use-custom-proto-if-object.js} | 0
 ...ject.js => use-default-proto-if-custom-proto-is-not-object.js} | 0
 173 files changed, 0 insertions(+), 0 deletions(-)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-as-array-returns.js => as-array-returns.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-as-generator-iterable-returns.js => as-generator-iterable-returns.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-custom-proto-access-throws.js => custom-proto-access-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-iterating-throws.js => iterating-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-iterator-not-callable-throws.js => iterator-not-callable-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-iterator-throws.js => iterator-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-length-excessive-throws.js => length-excessive-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-length-is-symbol-throws.js => length-is-symbol-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-length-throws.js => length-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-new-instance-extensibility.js => new-instance-extensibility.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-proto-from-ctor-realm.js => proto-from-ctor-realm.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-throws-from-property.js => throws-from-property.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-throws-setting-obj-to-primitive-typeerror.js => throws-setting-obj-to-primitive-typeerror.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-throws-setting-obj-to-primitive.js => throws-setting-obj-to-primitive.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-throws-setting-obj-tostring.js => throws-setting-obj-tostring.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-throws-setting-obj-valueof-typeerror.js => throws-setting-obj-valueof-typeerror.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-throws-setting-obj-valueof.js => throws-setting-obj-valueof.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-throws-setting-property.js => throws-setting-property.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-throws-setting-symbol-property.js => throws-setting-symbol-property.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-undefined-newtarget-throws.js => undefined-newtarget-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-use-custom-proto-if-object.js => use-custom-proto-if-object.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/object-arg/{object-arg-use-default-proto-if-custom-proto-is-not-object.js => use-default-proto-if-custom-proto-is-not-object.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-custom-proto-access-throws.js => custom-proto-access-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-detached-when-species-retrieved-different-type.js => detached-when-species-retrieved-different-type.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-detached-when-species-retrieved-same-type.js => detached-when-species-retrieved-same-type.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-new-instance-extensibility.js => new-instance-extensibility.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-other-ctor-buffer-ctor-access-throws.js => other-ctor-buffer-ctor-access-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-other-ctor-buffer-ctor-custom-species-proto-from-ctor-realm.js => other-ctor-buffer-ctor-custom-species-proto-from-ctor-realm.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-other-ctor-buffer-ctor-custom-species.js => other-ctor-buffer-ctor-custom-species.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-other-ctor-buffer-ctor-not-object-throws.js => other-ctor-buffer-ctor-not-object-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-other-ctor-buffer-ctor-species-access-throws.js => other-ctor-buffer-ctor-species-access-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-other-ctor-buffer-ctor-species-not-ctor-throws.js => other-ctor-buffer-ctor-species-not-ctor-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-other-ctor-buffer-ctor-species-null.js => other-ctor-buffer-ctor-species-null.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-other-ctor-buffer-ctor-species-prototype-throws.js => other-ctor-buffer-ctor-species-prototype-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-other-ctor-buffer-ctor-species-undefined.js => other-ctor-buffer-ctor-species-undefined.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-other-ctor-returns-new-typedarray.js => other-ctor-returns-new-typedarray.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-proto-from-ctor-realm.js => proto-from-ctor-realm.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-same-ctor-buffer-ctor-access-throws.js => same-ctor-buffer-ctor-access-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-same-ctor-buffer-ctor-species-custom-proto-from-ctor-realm.js => same-ctor-buffer-ctor-species-custom-proto-from-ctor-realm.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-same-ctor-buffer-ctor-species-custom.js => same-ctor-buffer-ctor-species-custom.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-same-ctor-buffer-ctor-species-not-ctor.js => same-ctor-buffer-ctor-species-not-ctor.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-same-ctor-buffer-ctor-species-null.js => same-ctor-buffer-ctor-species-null.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-same-ctor-buffer-ctor-species-prototype-throws.js => same-ctor-buffer-ctor-species-prototype-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-same-ctor-buffer-ctor-species-throws.js => same-ctor-buffer-ctor-species-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-same-ctor-buffer-ctor-species-undefined.js => same-ctor-buffer-ctor-species-undefined.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-same-ctor-buffer-ctor-value-not-obj-throws.js => same-ctor-buffer-ctor-value-not-obj-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-same-ctor-returns-new-cloned-typedarray.js => same-ctor-returns-new-cloned-typedarray.js} (100%)
 rename test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/{typedarray-arg-undefined-newtarget-throws.js => undefined-newtarget-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-bufferbyteoffset-throws-from-modulo-element-size-sab.js => bufferbyteoffset-throws-from-modulo-element-size-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-bufferbyteoffset-throws-from-modulo-element-size.js => bufferbyteoffset-throws-from-modulo-element-size.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-byteoffset-is-negative-throws-sab.js => byteoffset-is-negative-throws-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-byteoffset-is-negative-throws.js => byteoffset-is-negative-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-byteoffset-is-negative-zero-sab.js => byteoffset-is-negative-zero-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-byteoffset-is-negative-zero.js => byteoffset-is-negative-zero.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-byteoffset-is-symbol-throws-sab.js => byteoffset-is-symbol-throws-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-byteoffset-is-symbol-throws.js => byteoffset-is-symbol-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-byteoffset-throws-from-modulo-element-size-sab.js => byteoffset-throws-from-modulo-element-size-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-byteoffset-throws-from-modulo-element-size.js => byteoffset-throws-from-modulo-element-size.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-byteoffset-to-number-detachbuffer.js => byteoffset-to-number-detachbuffer.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-byteoffset-to-number-throws-sab.js => byteoffset-to-number-throws-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-byteoffset-to-number-throws.js => byteoffset-to-number-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-custom-proto-access-throws-sab.js => custom-proto-access-throws-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-custom-proto-access-throws.js => custom-proto-access-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-defined-length-and-offset-sab.js => defined-length-and-offset-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-defined-length-and-offset.js => defined-length-and-offset.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-defined-length-sab.js => defined-length-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-defined-length.js => defined-length.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-defined-negative-length-sab.js => defined-negative-length-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-defined-negative-length.js => defined-negative-length.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-defined-offset-sab.js => defined-offset-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-defined-offset.js => defined-offset.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-detachedbuffer.js => detachedbuffer.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-excessive-length-throws-sab.js => excessive-length-throws-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-excessive-length-throws.js => excessive-length-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-excessive-offset-throws-sab.js => excessive-offset-throws-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-excessive-offset-throws.js => excessive-offset-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-invoked-with-undefined-newtarget-sab.js => invoked-with-undefined-newtarget-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-invoked-with-undefined-newtarget.js => invoked-with-undefined-newtarget.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-is-referenced-sab.js => is-referenced-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-is-referenced.js => is-referenced.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-length-access-throws-sab.js => length-access-throws-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-length-access-throws.js => length-access-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-length-is-symbol-throws-sab.js => length-is-symbol-throws-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-length-is-symbol-throws.js => length-is-symbol-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-length-to-number-detachbuffer.js => length-to-number-detachbuffer.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-new-instance-extensibility-sab.js => new-instance-extensibility-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-new-instance-extensibility.js => new-instance-extensibility.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-proto-from-ctor-realm-sab.js => proto-from-ctor-realm-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-proto-from-ctor-realm.js => proto-from-ctor-realm.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-returns-new-instance-sab.js => returns-new-instance-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-returns-new-instance.js => returns-new-instance.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-toindex-bytelength-sab.js => toindex-bytelength-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-toindex-bytelength.js => toindex-bytelength.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-toindex-byteoffset-sab.js => toindex-byteoffset-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-toindex-byteoffset.js => toindex-byteoffset.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-typedarray-backed-by-sharedarraybuffer.js => typedarray-backed-by-sharedarraybuffer.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-use-custom-proto-if-object-sab.js => use-custom-proto-if-object-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-use-custom-proto-if-object.js => use-custom-proto-if-object.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-use-default-proto-if-custom-proto-is-not-object-sab.js => use-default-proto-if-custom-proto-is-not-object-sab.js} (100%)
 rename test/built-ins/TypedArrays/ctors/buffer-arg/{buffer-arg-use-default-proto-if-custom-proto-is-not-object.js => use-default-proto-if-custom-proto-is-not-object.js} (100%)
 rename test/built-ins/TypedArrays/ctors/length-arg/{length-arg-custom-proto-access-throws.js => custom-proto-access-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/length-arg/{length-arg-init-zeros.js => init-zeros.js} (100%)
 rename test/built-ins/TypedArrays/ctors/length-arg/{length-arg-is-infinity-throws-rangeerror.js => is-infinity-throws-rangeerror.js} (100%)
 rename test/built-ins/TypedArrays/ctors/length-arg/{length-arg-is-negative-integer-throws-rangeerror.js => is-negative-integer-throws-rangeerror.js} (100%)
 rename test/built-ins/TypedArrays/ctors/length-arg/{length-arg-is-symbol-throws.js => is-symbol-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/length-arg/{length-arg-new-instance-extensibility.js => new-instance-extensibility.js} (100%)
 rename test/built-ins/TypedArrays/ctors/length-arg/{length-arg-proto-from-ctor-realm.js => proto-from-ctor-realm.js} (100%)
 rename test/built-ins/TypedArrays/ctors/length-arg/{length-arg-returns-object.js => returns-object.js} (100%)
 rename test/built-ins/TypedArrays/ctors/length-arg/{length-arg-toindex-length.js => toindex-length.js} (100%)
 rename test/built-ins/TypedArrays/ctors/length-arg/{length-arg-undefined-newtarget-throws.js => undefined-newtarget-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/length-arg/{length-arg-use-custom-proto-if-object.js => use-custom-proto-if-object.js} (100%)
 rename test/built-ins/TypedArrays/ctors/length-arg/{length-arg-use-default-proto-if-custom-proto-is-not-object.js => use-default-proto-if-custom-proto-is-not-object.js} (100%)
 rename test/built-ins/TypedArrays/ctors/no-args/{no-args-custom-proto-access-throws.js => custom-proto-access-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/no-args/{no-args-new-instance-extensibility.js => new-instance-extensibility.js} (100%)
 rename test/built-ins/TypedArrays/ctors/no-args/{no-args-proto-from-ctor-realm.js => proto-from-ctor-realm.js} (100%)
 rename test/built-ins/TypedArrays/ctors/no-args/{no-args-returns-object.js => returns-object.js} (100%)
 rename test/built-ins/TypedArrays/ctors/no-args/{no-args-undefined-newtarget-throws.js => undefined-newtarget-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/no-args/{no-args-use-custom-proto-if-object.js => use-custom-proto-if-object.js} (100%)
 rename test/built-ins/TypedArrays/ctors/no-args/{no-args-use-default-proto-if-custom-proto-is-not-object.js => use-default-proto-if-custom-proto-is-not-object.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-as-array-returns.js => as-array-returns.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-as-generator-iterable-returns.js => as-generator-iterable-returns.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-conversion-operation-consistent-nan.js => conversion-operation-consistent-nan.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-conversion-operation.js => conversion-operation.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-custom-proto-access-throws.js => custom-proto-access-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-iterating-throws.js => iterating-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-iterator-not-callable-throws.js => iterator-not-callable-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-iterator-throws.js => iterator-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-length-excessive-throws.js => length-excessive-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-length-is-symbol-throws.js => length-is-symbol-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-length-throws.js => length-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-new-instance-extensibility.js => new-instance-extensibility.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-proto-from-ctor-realm.js => proto-from-ctor-realm.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-returns.js => returns.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-throws-from-property.js => throws-from-property.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-throws-setting-obj-to-primitive-typeerror.js => throws-setting-obj-to-primitive-typeerror.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-throws-setting-obj-to-primitive.js => throws-setting-obj-to-primitive.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-throws-setting-obj-tostring.js => throws-setting-obj-tostring.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-throws-setting-obj-valueof-typeerror.js => throws-setting-obj-valueof-typeerror.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-throws-setting-obj-valueof.js => throws-setting-obj-valueof.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-throws-setting-property.js => throws-setting-property.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-throws-setting-symbol-property.js => throws-setting-symbol-property.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-undefined-newtarget-throws.js => undefined-newtarget-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-use-custom-proto-if-object.js => use-custom-proto-if-object.js} (100%)
 rename test/built-ins/TypedArrays/ctors/object-arg/{object-arg-use-default-proto-if-custom-proto-is-not-object.js => use-default-proto-if-custom-proto-is-not-object.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-custom-proto-access-throws.js => custom-proto-access-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-detached-when-species-retrieved-different-type.js => detached-when-species-retrieved-different-type.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-detached-when-species-retrieved-same-type.js => detached-when-species-retrieved-same-type.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-new-instance-extensibility.js => new-instance-extensibility.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-other-ctor-buffer-ctor-access-throws.js => other-ctor-buffer-ctor-access-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-other-ctor-buffer-ctor-custom-species-proto-from-ctor-realm.js => other-ctor-buffer-ctor-custom-species-proto-from-ctor-realm.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-other-ctor-buffer-ctor-custom-species.js => other-ctor-buffer-ctor-custom-species.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-other-ctor-buffer-ctor-not-object-throws.js => other-ctor-buffer-ctor-not-object-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-other-ctor-buffer-ctor-species-access-throws.js => other-ctor-buffer-ctor-species-access-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-other-ctor-buffer-ctor-species-not-ctor-throws.js => other-ctor-buffer-ctor-species-not-ctor-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-other-ctor-buffer-ctor-species-null.js => other-ctor-buffer-ctor-species-null.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-other-ctor-buffer-ctor-species-prototype-throws.js => other-ctor-buffer-ctor-species-prototype-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-other-ctor-buffer-ctor-species-undefined.js => other-ctor-buffer-ctor-species-undefined.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-other-ctor-returns-new-typedarray.js => other-ctor-returns-new-typedarray.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-proto-from-ctor-realm.js => proto-from-ctor-realm.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-returns-new-instance.js => returns-new-instance.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-same-ctor-buffer-ctor-access-throws.js => same-ctor-buffer-ctor-access-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-same-ctor-buffer-ctor-species-custom-proto-from-ctor-realm.js => same-ctor-buffer-ctor-species-custom-proto-from-ctor-realm.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-same-ctor-buffer-ctor-species-custom.js => same-ctor-buffer-ctor-species-custom.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-same-ctor-buffer-ctor-species-not-ctor.js => same-ctor-buffer-ctor-species-not-ctor.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-same-ctor-buffer-ctor-species-null.js => same-ctor-buffer-ctor-species-null.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-same-ctor-buffer-ctor-species-prototype-throws.js => same-ctor-buffer-ctor-species-prototype-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-same-ctor-buffer-ctor-species-throws.js => same-ctor-buffer-ctor-species-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-same-ctor-buffer-ctor-species-undefined.js => same-ctor-buffer-ctor-species-undefined.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-same-ctor-buffer-ctor-value-not-obj-throws.js => same-ctor-buffer-ctor-value-not-obj-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-same-ctor-returns-new-cloned-typedarray.js => same-ctor-returns-new-cloned-typedarray.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-undefined-newtarget-throws.js => undefined-newtarget-throws.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-use-custom-proto-if-object.js => use-custom-proto-if-object.js} (100%)
 rename test/built-ins/TypedArrays/ctors/typedarray-arg/{typedarray-arg-use-default-proto-if-custom-proto-is-not-object.js => use-default-proto-if-custom-proto-is-not-object.js} (100%)

diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-as-array-returns.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/as-array-returns.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-as-array-returns.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/as-array-returns.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-as-generator-iterable-returns.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/as-generator-iterable-returns.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-as-generator-iterable-returns.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/as-generator-iterable-returns.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-custom-proto-access-throws.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/custom-proto-access-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-custom-proto-access-throws.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/custom-proto-access-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-iterating-throws.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/iterating-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-iterating-throws.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/iterating-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-iterator-not-callable-throws.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/iterator-not-callable-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-iterator-not-callable-throws.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/iterator-not-callable-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-iterator-throws.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/iterator-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-iterator-throws.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/iterator-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-length-excessive-throws.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/length-excessive-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-length-excessive-throws.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/length-excessive-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-length-is-symbol-throws.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/length-is-symbol-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-length-is-symbol-throws.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/length-is-symbol-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-length-throws.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/length-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-length-throws.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/length-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-new-instance-extensibility.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/new-instance-extensibility.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-new-instance-extensibility.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/new-instance-extensibility.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-proto-from-ctor-realm.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/proto-from-ctor-realm.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-proto-from-ctor-realm.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/proto-from-ctor-realm.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-from-property.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-from-property.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-from-property.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-from-property.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-to-primitive-typeerror.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-to-primitive-typeerror.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-to-primitive-typeerror.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-to-primitive-typeerror.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-to-primitive.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-to-primitive.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-to-primitive.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-to-primitive.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-tostring.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-tostring.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-tostring.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-tostring.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-valueof-typeerror.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-valueof-typeerror.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-valueof-typeerror.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-valueof-typeerror.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-valueof.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-valueof.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-valueof.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-valueof.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-property.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-property.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-property.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-property.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-symbol-property.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-symbol-property.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-symbol-property.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-symbol-property.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-undefined-newtarget-throws.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/undefined-newtarget-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-undefined-newtarget-throws.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/undefined-newtarget-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-use-custom-proto-if-object.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/use-custom-proto-if-object.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-use-custom-proto-if-object.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/use-custom-proto-if-object.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-use-default-proto-if-custom-proto-is-not-object.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/use-default-proto-if-custom-proto-is-not-object.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-use-default-proto-if-custom-proto-is-not-object.js
rename to test/built-ins/TypedArrays/ctors-bigint/object-arg/use-default-proto-if-custom-proto-is-not-object.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-custom-proto-access-throws.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/custom-proto-access-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-custom-proto-access-throws.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/custom-proto-access-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-detached-when-species-retrieved-different-type.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/detached-when-species-retrieved-different-type.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-detached-when-species-retrieved-different-type.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/detached-when-species-retrieved-different-type.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-detached-when-species-retrieved-same-type.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/detached-when-species-retrieved-same-type.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-detached-when-species-retrieved-same-type.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/detached-when-species-retrieved-same-type.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-new-instance-extensibility.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/new-instance-extensibility.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-new-instance-extensibility.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/new-instance-extensibility.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-access-throws.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/other-ctor-buffer-ctor-access-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-access-throws.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/other-ctor-buffer-ctor-access-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-custom-species-proto-from-ctor-realm.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/other-ctor-buffer-ctor-custom-species-proto-from-ctor-realm.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-custom-species-proto-from-ctor-realm.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/other-ctor-buffer-ctor-custom-species-proto-from-ctor-realm.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-custom-species.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/other-ctor-buffer-ctor-custom-species.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-custom-species.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/other-ctor-buffer-ctor-custom-species.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-not-object-throws.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/other-ctor-buffer-ctor-not-object-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-not-object-throws.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/other-ctor-buffer-ctor-not-object-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-species-access-throws.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/other-ctor-buffer-ctor-species-access-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-species-access-throws.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/other-ctor-buffer-ctor-species-access-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-species-not-ctor-throws.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/other-ctor-buffer-ctor-species-not-ctor-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-species-not-ctor-throws.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/other-ctor-buffer-ctor-species-not-ctor-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-species-null.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/other-ctor-buffer-ctor-species-null.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-species-null.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/other-ctor-buffer-ctor-species-null.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-species-prototype-throws.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/other-ctor-buffer-ctor-species-prototype-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-species-prototype-throws.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/other-ctor-buffer-ctor-species-prototype-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-species-undefined.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/other-ctor-buffer-ctor-species-undefined.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-species-undefined.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/other-ctor-buffer-ctor-species-undefined.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-other-ctor-returns-new-typedarray.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/other-ctor-returns-new-typedarray.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-other-ctor-returns-new-typedarray.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/other-ctor-returns-new-typedarray.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-proto-from-ctor-realm.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/proto-from-ctor-realm.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-proto-from-ctor-realm.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/proto-from-ctor-realm.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-access-throws.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/same-ctor-buffer-ctor-access-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-access-throws.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/same-ctor-buffer-ctor-access-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-custom-proto-from-ctor-realm.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/same-ctor-buffer-ctor-species-custom-proto-from-ctor-realm.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-custom-proto-from-ctor-realm.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/same-ctor-buffer-ctor-species-custom-proto-from-ctor-realm.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-custom.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/same-ctor-buffer-ctor-species-custom.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-custom.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/same-ctor-buffer-ctor-species-custom.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-not-ctor.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/same-ctor-buffer-ctor-species-not-ctor.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-not-ctor.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/same-ctor-buffer-ctor-species-not-ctor.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-null.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/same-ctor-buffer-ctor-species-null.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-null.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/same-ctor-buffer-ctor-species-null.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-prototype-throws.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/same-ctor-buffer-ctor-species-prototype-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-prototype-throws.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/same-ctor-buffer-ctor-species-prototype-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-throws.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/same-ctor-buffer-ctor-species-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-throws.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/same-ctor-buffer-ctor-species-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-undefined.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/same-ctor-buffer-ctor-species-undefined.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-undefined.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/same-ctor-buffer-ctor-species-undefined.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-value-not-obj-throws.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/same-ctor-buffer-ctor-value-not-obj-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-value-not-obj-throws.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/same-ctor-buffer-ctor-value-not-obj-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-same-ctor-returns-new-cloned-typedarray.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/same-ctor-returns-new-cloned-typedarray.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-same-ctor-returns-new-cloned-typedarray.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/same-ctor-returns-new-cloned-typedarray.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-undefined-newtarget-throws.js b/test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/undefined-newtarget-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/typedarray-arg-undefined-newtarget-throws.js
rename to test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/undefined-newtarget-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-bufferbyteoffset-throws-from-modulo-element-size-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/bufferbyteoffset-throws-from-modulo-element-size-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-bufferbyteoffset-throws-from-modulo-element-size-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/bufferbyteoffset-throws-from-modulo-element-size-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-bufferbyteoffset-throws-from-modulo-element-size.js b/test/built-ins/TypedArrays/ctors/buffer-arg/bufferbyteoffset-throws-from-modulo-element-size.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-bufferbyteoffset-throws-from-modulo-element-size.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/bufferbyteoffset-throws-from-modulo-element-size.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-is-negative-throws-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-is-negative-throws-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-is-negative-throws-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-is-negative-throws-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-is-negative-throws.js b/test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-is-negative-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-is-negative-throws.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-is-negative-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-is-negative-zero-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-is-negative-zero-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-is-negative-zero-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-is-negative-zero-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-is-negative-zero.js b/test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-is-negative-zero.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-is-negative-zero.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-is-negative-zero.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-is-symbol-throws-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-is-symbol-throws-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-is-symbol-throws-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-is-symbol-throws-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-is-symbol-throws.js b/test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-is-symbol-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-is-symbol-throws.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-is-symbol-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-throws-from-modulo-element-size-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-throws-from-modulo-element-size-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-throws-from-modulo-element-size-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-throws-from-modulo-element-size-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-throws-from-modulo-element-size.js b/test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-throws-from-modulo-element-size.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-throws-from-modulo-element-size.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-throws-from-modulo-element-size.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-to-number-detachbuffer.js b/test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-to-number-detachbuffer.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-to-number-detachbuffer.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-to-number-detachbuffer.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-to-number-throws-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-to-number-throws-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-to-number-throws-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-to-number-throws-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-to-number-throws.js b/test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-to-number-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-byteoffset-to-number-throws.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/byteoffset-to-number-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-custom-proto-access-throws-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/custom-proto-access-throws-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-custom-proto-access-throws-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/custom-proto-access-throws-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-custom-proto-access-throws.js b/test/built-ins/TypedArrays/ctors/buffer-arg/custom-proto-access-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-custom-proto-access-throws.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/custom-proto-access-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-defined-length-and-offset-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/defined-length-and-offset-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-defined-length-and-offset-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/defined-length-and-offset-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-defined-length-and-offset.js b/test/built-ins/TypedArrays/ctors/buffer-arg/defined-length-and-offset.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-defined-length-and-offset.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/defined-length-and-offset.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-defined-length-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/defined-length-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-defined-length-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/defined-length-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-defined-length.js b/test/built-ins/TypedArrays/ctors/buffer-arg/defined-length.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-defined-length.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/defined-length.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-defined-negative-length-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/defined-negative-length-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-defined-negative-length-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/defined-negative-length-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-defined-negative-length.js b/test/built-ins/TypedArrays/ctors/buffer-arg/defined-negative-length.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-defined-negative-length.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/defined-negative-length.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-defined-offset-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/defined-offset-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-defined-offset-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/defined-offset-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-defined-offset.js b/test/built-ins/TypedArrays/ctors/buffer-arg/defined-offset.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-defined-offset.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/defined-offset.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-detachedbuffer.js b/test/built-ins/TypedArrays/ctors/buffer-arg/detachedbuffer.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-detachedbuffer.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/detachedbuffer.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-excessive-length-throws-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/excessive-length-throws-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-excessive-length-throws-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/excessive-length-throws-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-excessive-length-throws.js b/test/built-ins/TypedArrays/ctors/buffer-arg/excessive-length-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-excessive-length-throws.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/excessive-length-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-excessive-offset-throws-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/excessive-offset-throws-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-excessive-offset-throws-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/excessive-offset-throws-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-excessive-offset-throws.js b/test/built-ins/TypedArrays/ctors/buffer-arg/excessive-offset-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-excessive-offset-throws.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/excessive-offset-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-invoked-with-undefined-newtarget-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/invoked-with-undefined-newtarget-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-invoked-with-undefined-newtarget-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/invoked-with-undefined-newtarget-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-invoked-with-undefined-newtarget.js b/test/built-ins/TypedArrays/ctors/buffer-arg/invoked-with-undefined-newtarget.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-invoked-with-undefined-newtarget.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/invoked-with-undefined-newtarget.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-is-referenced-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/is-referenced-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-is-referenced-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/is-referenced-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-is-referenced.js b/test/built-ins/TypedArrays/ctors/buffer-arg/is-referenced.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-is-referenced.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/is-referenced.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-length-access-throws-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/length-access-throws-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-length-access-throws-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/length-access-throws-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-length-access-throws.js b/test/built-ins/TypedArrays/ctors/buffer-arg/length-access-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-length-access-throws.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/length-access-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-length-is-symbol-throws-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/length-is-symbol-throws-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-length-is-symbol-throws-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/length-is-symbol-throws-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-length-is-symbol-throws.js b/test/built-ins/TypedArrays/ctors/buffer-arg/length-is-symbol-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-length-is-symbol-throws.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/length-is-symbol-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-length-to-number-detachbuffer.js b/test/built-ins/TypedArrays/ctors/buffer-arg/length-to-number-detachbuffer.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-length-to-number-detachbuffer.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/length-to-number-detachbuffer.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-new-instance-extensibility-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/new-instance-extensibility-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-new-instance-extensibility-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/new-instance-extensibility-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-new-instance-extensibility.js b/test/built-ins/TypedArrays/ctors/buffer-arg/new-instance-extensibility.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-new-instance-extensibility.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/new-instance-extensibility.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-proto-from-ctor-realm-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/proto-from-ctor-realm-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-proto-from-ctor-realm-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/proto-from-ctor-realm-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-proto-from-ctor-realm.js b/test/built-ins/TypedArrays/ctors/buffer-arg/proto-from-ctor-realm.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-proto-from-ctor-realm.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/proto-from-ctor-realm.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-returns-new-instance-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/returns-new-instance-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-returns-new-instance-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/returns-new-instance-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-returns-new-instance.js b/test/built-ins/TypedArrays/ctors/buffer-arg/returns-new-instance.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-returns-new-instance.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/returns-new-instance.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-toindex-bytelength-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/toindex-bytelength-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-toindex-bytelength-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/toindex-bytelength-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-toindex-bytelength.js b/test/built-ins/TypedArrays/ctors/buffer-arg/toindex-bytelength.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-toindex-bytelength.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/toindex-bytelength.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-toindex-byteoffset-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/toindex-byteoffset-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-toindex-byteoffset-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/toindex-byteoffset-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-toindex-byteoffset.js b/test/built-ins/TypedArrays/ctors/buffer-arg/toindex-byteoffset.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-toindex-byteoffset.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/toindex-byteoffset.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-typedarray-backed-by-sharedarraybuffer.js b/test/built-ins/TypedArrays/ctors/buffer-arg/typedarray-backed-by-sharedarraybuffer.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-typedarray-backed-by-sharedarraybuffer.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/typedarray-backed-by-sharedarraybuffer.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-use-custom-proto-if-object-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/use-custom-proto-if-object-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-use-custom-proto-if-object-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/use-custom-proto-if-object-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-use-custom-proto-if-object.js b/test/built-ins/TypedArrays/ctors/buffer-arg/use-custom-proto-if-object.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-use-custom-proto-if-object.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/use-custom-proto-if-object.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-use-default-proto-if-custom-proto-is-not-object-sab.js b/test/built-ins/TypedArrays/ctors/buffer-arg/use-default-proto-if-custom-proto-is-not-object-sab.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-use-default-proto-if-custom-proto-is-not-object-sab.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/use-default-proto-if-custom-proto-is-not-object-sab.js
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-use-default-proto-if-custom-proto-is-not-object.js b/test/built-ins/TypedArrays/ctors/buffer-arg/use-default-proto-if-custom-proto-is-not-object.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/buffer-arg/buffer-arg-use-default-proto-if-custom-proto-is-not-object.js
rename to test/built-ins/TypedArrays/ctors/buffer-arg/use-default-proto-if-custom-proto-is-not-object.js
diff --git a/test/built-ins/TypedArrays/ctors/length-arg/length-arg-custom-proto-access-throws.js b/test/built-ins/TypedArrays/ctors/length-arg/custom-proto-access-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/length-arg/length-arg-custom-proto-access-throws.js
rename to test/built-ins/TypedArrays/ctors/length-arg/custom-proto-access-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/length-arg/length-arg-init-zeros.js b/test/built-ins/TypedArrays/ctors/length-arg/init-zeros.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/length-arg/length-arg-init-zeros.js
rename to test/built-ins/TypedArrays/ctors/length-arg/init-zeros.js
diff --git a/test/built-ins/TypedArrays/ctors/length-arg/length-arg-is-infinity-throws-rangeerror.js b/test/built-ins/TypedArrays/ctors/length-arg/is-infinity-throws-rangeerror.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/length-arg/length-arg-is-infinity-throws-rangeerror.js
rename to test/built-ins/TypedArrays/ctors/length-arg/is-infinity-throws-rangeerror.js
diff --git a/test/built-ins/TypedArrays/ctors/length-arg/length-arg-is-negative-integer-throws-rangeerror.js b/test/built-ins/TypedArrays/ctors/length-arg/is-negative-integer-throws-rangeerror.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/length-arg/length-arg-is-negative-integer-throws-rangeerror.js
rename to test/built-ins/TypedArrays/ctors/length-arg/is-negative-integer-throws-rangeerror.js
diff --git a/test/built-ins/TypedArrays/ctors/length-arg/length-arg-is-symbol-throws.js b/test/built-ins/TypedArrays/ctors/length-arg/is-symbol-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/length-arg/length-arg-is-symbol-throws.js
rename to test/built-ins/TypedArrays/ctors/length-arg/is-symbol-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/length-arg/length-arg-new-instance-extensibility.js b/test/built-ins/TypedArrays/ctors/length-arg/new-instance-extensibility.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/length-arg/length-arg-new-instance-extensibility.js
rename to test/built-ins/TypedArrays/ctors/length-arg/new-instance-extensibility.js
diff --git a/test/built-ins/TypedArrays/ctors/length-arg/length-arg-proto-from-ctor-realm.js b/test/built-ins/TypedArrays/ctors/length-arg/proto-from-ctor-realm.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/length-arg/length-arg-proto-from-ctor-realm.js
rename to test/built-ins/TypedArrays/ctors/length-arg/proto-from-ctor-realm.js
diff --git a/test/built-ins/TypedArrays/ctors/length-arg/length-arg-returns-object.js b/test/built-ins/TypedArrays/ctors/length-arg/returns-object.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/length-arg/length-arg-returns-object.js
rename to test/built-ins/TypedArrays/ctors/length-arg/returns-object.js
diff --git a/test/built-ins/TypedArrays/ctors/length-arg/length-arg-toindex-length.js b/test/built-ins/TypedArrays/ctors/length-arg/toindex-length.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/length-arg/length-arg-toindex-length.js
rename to test/built-ins/TypedArrays/ctors/length-arg/toindex-length.js
diff --git a/test/built-ins/TypedArrays/ctors/length-arg/length-arg-undefined-newtarget-throws.js b/test/built-ins/TypedArrays/ctors/length-arg/undefined-newtarget-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/length-arg/length-arg-undefined-newtarget-throws.js
rename to test/built-ins/TypedArrays/ctors/length-arg/undefined-newtarget-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/length-arg/length-arg-use-custom-proto-if-object.js b/test/built-ins/TypedArrays/ctors/length-arg/use-custom-proto-if-object.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/length-arg/length-arg-use-custom-proto-if-object.js
rename to test/built-ins/TypedArrays/ctors/length-arg/use-custom-proto-if-object.js
diff --git a/test/built-ins/TypedArrays/ctors/length-arg/length-arg-use-default-proto-if-custom-proto-is-not-object.js b/test/built-ins/TypedArrays/ctors/length-arg/use-default-proto-if-custom-proto-is-not-object.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/length-arg/length-arg-use-default-proto-if-custom-proto-is-not-object.js
rename to test/built-ins/TypedArrays/ctors/length-arg/use-default-proto-if-custom-proto-is-not-object.js
diff --git a/test/built-ins/TypedArrays/ctors/no-args/no-args-custom-proto-access-throws.js b/test/built-ins/TypedArrays/ctors/no-args/custom-proto-access-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/no-args/no-args-custom-proto-access-throws.js
rename to test/built-ins/TypedArrays/ctors/no-args/custom-proto-access-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/no-args/no-args-new-instance-extensibility.js b/test/built-ins/TypedArrays/ctors/no-args/new-instance-extensibility.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/no-args/no-args-new-instance-extensibility.js
rename to test/built-ins/TypedArrays/ctors/no-args/new-instance-extensibility.js
diff --git a/test/built-ins/TypedArrays/ctors/no-args/no-args-proto-from-ctor-realm.js b/test/built-ins/TypedArrays/ctors/no-args/proto-from-ctor-realm.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/no-args/no-args-proto-from-ctor-realm.js
rename to test/built-ins/TypedArrays/ctors/no-args/proto-from-ctor-realm.js
diff --git a/test/built-ins/TypedArrays/ctors/no-args/no-args-returns-object.js b/test/built-ins/TypedArrays/ctors/no-args/returns-object.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/no-args/no-args-returns-object.js
rename to test/built-ins/TypedArrays/ctors/no-args/returns-object.js
diff --git a/test/built-ins/TypedArrays/ctors/no-args/no-args-undefined-newtarget-throws.js b/test/built-ins/TypedArrays/ctors/no-args/undefined-newtarget-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/no-args/no-args-undefined-newtarget-throws.js
rename to test/built-ins/TypedArrays/ctors/no-args/undefined-newtarget-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/no-args/no-args-use-custom-proto-if-object.js b/test/built-ins/TypedArrays/ctors/no-args/use-custom-proto-if-object.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/no-args/no-args-use-custom-proto-if-object.js
rename to test/built-ins/TypedArrays/ctors/no-args/use-custom-proto-if-object.js
diff --git a/test/built-ins/TypedArrays/ctors/no-args/no-args-use-default-proto-if-custom-proto-is-not-object.js b/test/built-ins/TypedArrays/ctors/no-args/use-default-proto-if-custom-proto-is-not-object.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/no-args/no-args-use-default-proto-if-custom-proto-is-not-object.js
rename to test/built-ins/TypedArrays/ctors/no-args/use-default-proto-if-custom-proto-is-not-object.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-as-array-returns.js b/test/built-ins/TypedArrays/ctors/object-arg/as-array-returns.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-as-array-returns.js
rename to test/built-ins/TypedArrays/ctors/object-arg/as-array-returns.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-as-generator-iterable-returns.js b/test/built-ins/TypedArrays/ctors/object-arg/as-generator-iterable-returns.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-as-generator-iterable-returns.js
rename to test/built-ins/TypedArrays/ctors/object-arg/as-generator-iterable-returns.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-conversion-operation-consistent-nan.js b/test/built-ins/TypedArrays/ctors/object-arg/conversion-operation-consistent-nan.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-conversion-operation-consistent-nan.js
rename to test/built-ins/TypedArrays/ctors/object-arg/conversion-operation-consistent-nan.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-conversion-operation.js b/test/built-ins/TypedArrays/ctors/object-arg/conversion-operation.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-conversion-operation.js
rename to test/built-ins/TypedArrays/ctors/object-arg/conversion-operation.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-custom-proto-access-throws.js b/test/built-ins/TypedArrays/ctors/object-arg/custom-proto-access-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-custom-proto-access-throws.js
rename to test/built-ins/TypedArrays/ctors/object-arg/custom-proto-access-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-iterating-throws.js b/test/built-ins/TypedArrays/ctors/object-arg/iterating-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-iterating-throws.js
rename to test/built-ins/TypedArrays/ctors/object-arg/iterating-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-iterator-not-callable-throws.js b/test/built-ins/TypedArrays/ctors/object-arg/iterator-not-callable-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-iterator-not-callable-throws.js
rename to test/built-ins/TypedArrays/ctors/object-arg/iterator-not-callable-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-iterator-throws.js b/test/built-ins/TypedArrays/ctors/object-arg/iterator-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-iterator-throws.js
rename to test/built-ins/TypedArrays/ctors/object-arg/iterator-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-length-excessive-throws.js b/test/built-ins/TypedArrays/ctors/object-arg/length-excessive-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-length-excessive-throws.js
rename to test/built-ins/TypedArrays/ctors/object-arg/length-excessive-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-length-is-symbol-throws.js b/test/built-ins/TypedArrays/ctors/object-arg/length-is-symbol-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-length-is-symbol-throws.js
rename to test/built-ins/TypedArrays/ctors/object-arg/length-is-symbol-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-length-throws.js b/test/built-ins/TypedArrays/ctors/object-arg/length-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-length-throws.js
rename to test/built-ins/TypedArrays/ctors/object-arg/length-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-new-instance-extensibility.js b/test/built-ins/TypedArrays/ctors/object-arg/new-instance-extensibility.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-new-instance-extensibility.js
rename to test/built-ins/TypedArrays/ctors/object-arg/new-instance-extensibility.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-proto-from-ctor-realm.js b/test/built-ins/TypedArrays/ctors/object-arg/proto-from-ctor-realm.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-proto-from-ctor-realm.js
rename to test/built-ins/TypedArrays/ctors/object-arg/proto-from-ctor-realm.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-returns.js b/test/built-ins/TypedArrays/ctors/object-arg/returns.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-returns.js
rename to test/built-ins/TypedArrays/ctors/object-arg/returns.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-throws-from-property.js b/test/built-ins/TypedArrays/ctors/object-arg/throws-from-property.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-throws-from-property.js
rename to test/built-ins/TypedArrays/ctors/object-arg/throws-from-property.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-throws-setting-obj-to-primitive-typeerror.js b/test/built-ins/TypedArrays/ctors/object-arg/throws-setting-obj-to-primitive-typeerror.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-throws-setting-obj-to-primitive-typeerror.js
rename to test/built-ins/TypedArrays/ctors/object-arg/throws-setting-obj-to-primitive-typeerror.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-throws-setting-obj-to-primitive.js b/test/built-ins/TypedArrays/ctors/object-arg/throws-setting-obj-to-primitive.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-throws-setting-obj-to-primitive.js
rename to test/built-ins/TypedArrays/ctors/object-arg/throws-setting-obj-to-primitive.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-throws-setting-obj-tostring.js b/test/built-ins/TypedArrays/ctors/object-arg/throws-setting-obj-tostring.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-throws-setting-obj-tostring.js
rename to test/built-ins/TypedArrays/ctors/object-arg/throws-setting-obj-tostring.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-throws-setting-obj-valueof-typeerror.js b/test/built-ins/TypedArrays/ctors/object-arg/throws-setting-obj-valueof-typeerror.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-throws-setting-obj-valueof-typeerror.js
rename to test/built-ins/TypedArrays/ctors/object-arg/throws-setting-obj-valueof-typeerror.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-throws-setting-obj-valueof.js b/test/built-ins/TypedArrays/ctors/object-arg/throws-setting-obj-valueof.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-throws-setting-obj-valueof.js
rename to test/built-ins/TypedArrays/ctors/object-arg/throws-setting-obj-valueof.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-throws-setting-property.js b/test/built-ins/TypedArrays/ctors/object-arg/throws-setting-property.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-throws-setting-property.js
rename to test/built-ins/TypedArrays/ctors/object-arg/throws-setting-property.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-throws-setting-symbol-property.js b/test/built-ins/TypedArrays/ctors/object-arg/throws-setting-symbol-property.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-throws-setting-symbol-property.js
rename to test/built-ins/TypedArrays/ctors/object-arg/throws-setting-symbol-property.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-undefined-newtarget-throws.js b/test/built-ins/TypedArrays/ctors/object-arg/undefined-newtarget-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-undefined-newtarget-throws.js
rename to test/built-ins/TypedArrays/ctors/object-arg/undefined-newtarget-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-use-custom-proto-if-object.js b/test/built-ins/TypedArrays/ctors/object-arg/use-custom-proto-if-object.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-use-custom-proto-if-object.js
rename to test/built-ins/TypedArrays/ctors/object-arg/use-custom-proto-if-object.js
diff --git a/test/built-ins/TypedArrays/ctors/object-arg/object-arg-use-default-proto-if-custom-proto-is-not-object.js b/test/built-ins/TypedArrays/ctors/object-arg/use-default-proto-if-custom-proto-is-not-object.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/object-arg/object-arg-use-default-proto-if-custom-proto-is-not-object.js
rename to test/built-ins/TypedArrays/ctors/object-arg/use-default-proto-if-custom-proto-is-not-object.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-custom-proto-access-throws.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/custom-proto-access-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-custom-proto-access-throws.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/custom-proto-access-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-detached-when-species-retrieved-different-type.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/detached-when-species-retrieved-different-type.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-detached-when-species-retrieved-different-type.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/detached-when-species-retrieved-different-type.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-detached-when-species-retrieved-same-type.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/detached-when-species-retrieved-same-type.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-detached-when-species-retrieved-same-type.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/detached-when-species-retrieved-same-type.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-new-instance-extensibility.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/new-instance-extensibility.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-new-instance-extensibility.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/new-instance-extensibility.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-access-throws.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/other-ctor-buffer-ctor-access-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-access-throws.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/other-ctor-buffer-ctor-access-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-custom-species-proto-from-ctor-realm.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/other-ctor-buffer-ctor-custom-species-proto-from-ctor-realm.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-custom-species-proto-from-ctor-realm.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/other-ctor-buffer-ctor-custom-species-proto-from-ctor-realm.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-custom-species.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/other-ctor-buffer-ctor-custom-species.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-custom-species.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/other-ctor-buffer-ctor-custom-species.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-not-object-throws.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/other-ctor-buffer-ctor-not-object-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-not-object-throws.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/other-ctor-buffer-ctor-not-object-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-species-access-throws.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/other-ctor-buffer-ctor-species-access-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-species-access-throws.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/other-ctor-buffer-ctor-species-access-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-species-not-ctor-throws.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/other-ctor-buffer-ctor-species-not-ctor-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-species-not-ctor-throws.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/other-ctor-buffer-ctor-species-not-ctor-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-species-null.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/other-ctor-buffer-ctor-species-null.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-species-null.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/other-ctor-buffer-ctor-species-null.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-species-prototype-throws.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/other-ctor-buffer-ctor-species-prototype-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-species-prototype-throws.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/other-ctor-buffer-ctor-species-prototype-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-species-undefined.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/other-ctor-buffer-ctor-species-undefined.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-other-ctor-buffer-ctor-species-undefined.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/other-ctor-buffer-ctor-species-undefined.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-other-ctor-returns-new-typedarray.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/other-ctor-returns-new-typedarray.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-other-ctor-returns-new-typedarray.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/other-ctor-returns-new-typedarray.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-proto-from-ctor-realm.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/proto-from-ctor-realm.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-proto-from-ctor-realm.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/proto-from-ctor-realm.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-returns-new-instance.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/returns-new-instance.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-returns-new-instance.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/returns-new-instance.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-access-throws.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/same-ctor-buffer-ctor-access-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-access-throws.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/same-ctor-buffer-ctor-access-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-custom-proto-from-ctor-realm.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/same-ctor-buffer-ctor-species-custom-proto-from-ctor-realm.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-custom-proto-from-ctor-realm.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/same-ctor-buffer-ctor-species-custom-proto-from-ctor-realm.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-custom.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/same-ctor-buffer-ctor-species-custom.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-custom.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/same-ctor-buffer-ctor-species-custom.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-not-ctor.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/same-ctor-buffer-ctor-species-not-ctor.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-not-ctor.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/same-ctor-buffer-ctor-species-not-ctor.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-null.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/same-ctor-buffer-ctor-species-null.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-null.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/same-ctor-buffer-ctor-species-null.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-prototype-throws.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/same-ctor-buffer-ctor-species-prototype-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-prototype-throws.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/same-ctor-buffer-ctor-species-prototype-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-throws.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/same-ctor-buffer-ctor-species-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-throws.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/same-ctor-buffer-ctor-species-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-undefined.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/same-ctor-buffer-ctor-species-undefined.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-species-undefined.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/same-ctor-buffer-ctor-species-undefined.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-value-not-obj-throws.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/same-ctor-buffer-ctor-value-not-obj-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-same-ctor-buffer-ctor-value-not-obj-throws.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/same-ctor-buffer-ctor-value-not-obj-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-same-ctor-returns-new-cloned-typedarray.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/same-ctor-returns-new-cloned-typedarray.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-same-ctor-returns-new-cloned-typedarray.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/same-ctor-returns-new-cloned-typedarray.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-undefined-newtarget-throws.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/undefined-newtarget-throws.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-undefined-newtarget-throws.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/undefined-newtarget-throws.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-use-custom-proto-if-object.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/use-custom-proto-if-object.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-use-custom-proto-if-object.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/use-custom-proto-if-object.js
diff --git a/test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-use-default-proto-if-custom-proto-is-not-object.js b/test/built-ins/TypedArrays/ctors/typedarray-arg/use-default-proto-if-custom-proto-is-not-object.js
similarity index 100%
rename from test/built-ins/TypedArrays/ctors/typedarray-arg/typedarray-arg-use-default-proto-if-custom-proto-is-not-object.js
rename to test/built-ins/TypedArrays/ctors/typedarray-arg/use-default-proto-if-custom-proto-is-not-object.js
-- 
GitLab