add the TypedArray feature flag to some tests which were missing it

This commit is contained in:
Kevin Gibbons 2024-01-08 14:13:09 -08:00 committed by Philip Chimento
parent 816b6b14d8
commit 5a263f5b19
25 changed files with 25 additions and 23 deletions

View File

@ -22,7 +22,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var index = { var index = {

View File

@ -22,7 +22,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var value = { var value = {

View File

@ -22,7 +22,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var index = { var index = {

View File

@ -22,7 +22,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var value = { var value = {

View File

@ -19,7 +19,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var expectedValue = { var expectedValue = {

View File

@ -19,7 +19,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var index = { var index = {

View File

@ -19,7 +19,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var replacementValue = { var replacementValue = {

View File

@ -22,7 +22,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var index = { var index = {

View File

@ -22,7 +22,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var value = { var value = {

View File

@ -22,7 +22,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var index = { var index = {

View File

@ -19,7 +19,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var count = { var count = {

View File

@ -19,7 +19,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var index = { var index = {

View File

@ -22,7 +22,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var index = { var index = {

View File

@ -22,7 +22,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var value = { var value = {

View File

@ -19,7 +19,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var index = { var index = {

View File

@ -19,7 +19,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var value = { var value = {

View File

@ -22,7 +22,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var index = { var index = {

View File

@ -22,7 +22,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var value = { var value = {

View File

@ -19,7 +19,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var index = { var index = {

View File

@ -19,7 +19,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var timeout = { var timeout = {

View File

@ -19,7 +19,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var value = { var value = {

View File

@ -22,7 +22,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var index = { var index = {

View File

@ -22,7 +22,7 @@ info: |
a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array", a. If typeName is not "Int8Array", "Uint8Array", "Int16Array", "Uint16Array", "Int32Array",
or "Uint32Array", throw a TypeError exception. or "Uint32Array", throw a TypeError exception.
... ...
features: [Atomics] features: [Atomics, TypedArray]
---*/ ---*/
var value = { var value = {

View File

@ -14,6 +14,7 @@ info: |
call to the TypedArray constructor to create and initialize the subclass call to the TypedArray constructor to create and initialize the subclass
instance with the internal state necessary to support the instance with the internal state necessary to support the
%TypedArray%.prototype built-in methods. %TypedArray%.prototype built-in methods.
features: [TypedArray]
---*/ ---*/
[ [

View File

@ -14,6 +14,7 @@ info: |
call to the TypedArray constructor to create and initialize the subclass call to the TypedArray constructor to create and initialize the subclass
instance with the internal state necessary to support the instance with the internal state necessary to support the
%TypedArray%.prototype built-in methods. %TypedArray%.prototype built-in methods.
features: [TypedArray]
---*/ ---*/
[ [