test262/test/built-ins/TypedArrays
Henrique Ferreiro d1d91af256 Integer indexed property descriptor must be non-configurable (#786)
* Integer indexed property descriptor must be non-configurable

* Make the configurable key explicitly 'false'
2016-11-11 09:42:01 -08:00
..
Float32Array Add tests for TypedArrays constructors 2016-02-05 11:53:32 -02:00
Float64Array Add tests for TypedArrays constructors 2016-02-05 11:53:32 -02:00
Int8Array Add tests for TypedArrays constructors 2016-02-05 11:53:32 -02:00
Int16Array Add tests for TypedArrays constructors 2016-02-05 11:53:32 -02:00
Int32Array Add tests for TypedArrays constructors 2016-02-05 11:53:32 -02:00
Uint8Array Add tests for TypedArrays constructors 2016-02-05 11:53:32 -02:00
Uint8ClampedArray Add tests for TypedArrays constructors 2016-02-05 11:53:32 -02:00
Uint16Array Add tests for TypedArrays constructors 2016-02-05 11:53:32 -02:00
Uint32Array Add tests for TypedArrays constructors 2016-02-05 11:53:32 -02:00
from Add tests for custom ctor returns on TypedArrays from and of 2016-07-05 16:29:23 -04:00
internals Integer indexed property descriptor must be non-configurable (#786) 2016-11-11 09:42:01 -08:00
of Add tests for custom ctor returns on TypedArrays from and of 2016-07-05 16:29:23 -04:00
prototype Add tests for _TypedArray_.prototype methods 2016-03-01 15:36:34 -05:00
buffer-arg-bufferbyteoffset-throws-from-modulo-element-size.js s/id/esid 2016-02-22 09:47:42 -05:00
buffer-arg-byteoffset-is-negative-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
buffer-arg-byteoffset-is-negative-zero.js s/id/esid 2016-02-22 09:47:42 -05:00
buffer-arg-byteoffset-is-symbol-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
buffer-arg-byteoffset-throws-from-modulo-element-size.js s/id/esid 2016-02-22 09:47:42 -05:00
buffer-arg-byteoffset-to-number-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
buffer-arg-custom-proto-access-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
buffer-arg-defined-length-and-offset.js s/id/esid 2016-02-22 09:47:42 -05:00
buffer-arg-defined-length.js s/id/esid 2016-02-22 09:47:42 -05:00
buffer-arg-defined-negative-length.js Update tests for TypedArrays, DataView and ArrayBuffer 2016-06-13 16:17:09 -04:00
buffer-arg-defined-offset.js s/id/esid 2016-02-22 09:47:42 -05:00
buffer-arg-excessive-length-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
buffer-arg-excessive-offset-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
buffer-arg-invoked-with-undefined-newtarget.js s/id/esid 2016-02-22 09:47:42 -05:00
buffer-arg-is-referenced.js s/id/esid 2016-02-22 09:47:42 -05:00
buffer-arg-length-access-throws.js [TypedArrays] Apply code consistency fixes after checks with JSHint 2016-05-27 15:59:14 -04:00
buffer-arg-length-is-symbol-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
buffer-arg-new-instance-extensibility.js Add tests for typedArrays extensibility 2016-04-01 15:34:14 -04:00
buffer-arg-proto-from-ctor-realm.js Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
buffer-arg-returns-new-instance.js s/id/esid 2016-02-22 09:47:42 -05:00
buffer-arg-toindex-bytelength.js Update tests for TypedArrays, DataView and ArrayBuffer 2016-06-13 16:17:09 -04:00
buffer-arg-toindex-byteoffset.js Update tests for TypedArrays, DataView and ArrayBuffer 2016-06-13 16:17:09 -04:00
buffer-arg-use-custom-proto-if-object.js s/id/esid 2016-02-22 09:47:42 -05:00
buffer-arg-use-default-proto-if-custom-proto-is-not-object.js s/id/esid 2016-02-22 09:47:42 -05:00
length-arg-custom-proto-access-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
length-arg-init-zeros.js Add tests for CreateByeDataBlock (#663) 2016-06-03 12:38:03 -04:00
length-arg-is-infinity-throws-rangeerror.js s/id/esid 2016-02-22 09:47:42 -05:00
length-arg-is-negative-integer-throws-rangeerror.js Update tests for TypedArrays, DataView and ArrayBuffer 2016-06-13 16:17:09 -04:00
length-arg-is-symbol-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
length-arg-new-instance-extensibility.js Add tests for typedArrays extensibility 2016-04-01 15:34:14 -04:00
length-arg-proto-from-ctor-realm.js Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
length-arg-returns-object.js s/id/esid 2016-02-22 09:47:42 -05:00
length-arg-toindex-length.js Fix test for TypedArray(length) 2016-07-05 16:29:21 -04:00
length-arg-undefined-newtarget-throws.js Update tests for TypedArrays, DataView and ArrayBuffer 2016-06-13 16:17:09 -04:00
length-arg-use-custom-proto-if-object.js s/id/esid 2016-02-22 09:47:42 -05:00
length-arg-use-default-proto-if-custom-proto-is-not-object.js s/id/esid 2016-02-22 09:47:42 -05:00
no-args-custom-proto-access-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
no-args-new-instance-extensibility.js Add tests for typedArrays extensibility 2016-04-01 15:34:14 -04:00
no-args-proto-from-ctor-realm.js Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
no-args-returns-object.js s/id/esid 2016-02-22 09:47:42 -05:00
no-args-undefined-newtarget-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
no-args-use-custom-proto-if-object.js s/id/esid 2016-02-22 09:47:42 -05:00
no-args-use-default-proto-if-custom-proto-is-not-object.js s/id/esid 2016-02-22 09:47:42 -05:00
object-arg-as-array-returns.js s/id/esid 2016-02-22 09:47:42 -05:00
object-arg-as-generator-iterable-returns.js s/id/esid 2016-02-22 09:47:42 -05:00
object-arg-conversion-operation-consistent-nan.js Add tests for NaN handling with Typed Arrays (#623) 2016-05-12 10:16:03 -04:00
object-arg-conversion-operation.js Add harness for byte conversion values 2016-05-25 10:10:50 -04:00
object-arg-custom-proto-access-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
object-arg-iterating-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
object-arg-iterator-not-callable-throws.js [TypedArrays] Apply code consistency fixes after checks with JSHint 2016-05-27 15:59:14 -04:00
object-arg-iterator-throws.js [TypedArrays] Apply code consistency fixes after checks with JSHint 2016-05-27 15:59:14 -04:00
object-arg-length-excessive-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
object-arg-length-is-symbol-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
object-arg-length-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
object-arg-new-instance-extensibility.js Add tests for typedArrays extensibility 2016-04-01 15:34:14 -04:00
object-arg-proto-from-ctor-realm.js Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
object-arg-returns.js s/id/esid 2016-02-22 09:47:42 -05:00
object-arg-throws-from-property.js s/id/esid 2016-02-22 09:47:42 -05:00
object-arg-throws-setting-obj-to-primitive-typeerror.js s/id/esid 2016-02-22 09:47:42 -05:00
object-arg-throws-setting-obj-to-primitive.js s/id/esid 2016-02-22 09:47:42 -05:00
object-arg-throws-setting-obj-tostring.js s/id/esid 2016-02-22 09:47:42 -05:00
object-arg-throws-setting-obj-valueof-typeerror.js s/id/esid 2016-02-22 09:47:42 -05:00
object-arg-throws-setting-obj-valueof.js s/id/esid 2016-02-22 09:47:42 -05:00
object-arg-throws-setting-property.js s/id/esid 2016-02-22 09:47:42 -05:00
object-arg-throws-setting-symbol-property.js s/id/esid 2016-02-22 09:47:42 -05:00
object-arg-undefined-newtarget-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
object-arg-use-custom-proto-if-object.js s/id/esid 2016-02-22 09:47:42 -05:00
object-arg-use-default-proto-if-custom-proto-is-not-object.js s/id/esid 2016-02-22 09:47:42 -05:00
typedarray-arg-custom-proto-access-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
typedarray-arg-new-instance-extensibility.js Add tests for typedArrays extensibility 2016-04-01 15:34:14 -04:00
typedarray-arg-other-ctor-buffer-ctor-access-throws.js [TypedArrays] Apply code consistency fixes after checks with JSHint 2016-05-27 15:59:14 -04:00
typedarray-arg-other-ctor-buffer-ctor-custom-species-proto-from-ctor-realm.js Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
typedarray-arg-other-ctor-buffer-ctor-custom-species.js s/id/esid 2016-02-22 09:47:42 -05:00
typedarray-arg-other-ctor-buffer-ctor-not-object-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
typedarray-arg-other-ctor-buffer-ctor-species-access-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
typedarray-arg-other-ctor-buffer-ctor-species-not-ctor-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
typedarray-arg-other-ctor-buffer-ctor-species-null.js [TypedArrays] Apply code consistency fixes after checks with JSHint 2016-05-27 15:59:14 -04:00
typedarray-arg-other-ctor-buffer-ctor-species-prototype-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
typedarray-arg-other-ctor-buffer-ctor-species-undefined.js [TypedArrays] Apply code consistency fixes after checks with JSHint 2016-05-27 15:59:14 -04:00
typedarray-arg-other-ctor-returns-new-typedarray.js s/id/esid 2016-02-22 09:47:42 -05:00
typedarray-arg-proto-from-ctor-realm.js Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
typedarray-arg-returns-new-instance.js s/id/esid 2016-02-22 09:47:42 -05:00
typedarray-arg-same-ctor-buffer-ctor-access-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
typedarray-arg-same-ctor-buffer-ctor-species-custom-proto-from-ctor-realm.js Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
typedarray-arg-same-ctor-buffer-ctor-species-custom.js s/id/esid 2016-02-22 09:47:42 -05:00
typedarray-arg-same-ctor-buffer-ctor-species-not-ctor.js s/id/esid 2016-02-22 09:47:42 -05:00
typedarray-arg-same-ctor-buffer-ctor-species-null.js [TypedArrays] Apply code consistency fixes after checks with JSHint 2016-05-27 15:59:14 -04:00
typedarray-arg-same-ctor-buffer-ctor-species-prototype-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
typedarray-arg-same-ctor-buffer-ctor-species-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
typedarray-arg-same-ctor-buffer-ctor-species-undefined.js [TypedArrays] Apply code consistency fixes after checks with JSHint 2016-05-27 15:59:14 -04:00
typedarray-arg-same-ctor-buffer-ctor-value-not-obj-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
typedarray-arg-same-ctor-returns-new-cloned-typedarray.js s/id/esid 2016-02-22 09:47:42 -05:00
typedarray-arg-undefined-newtarget-throws.js s/id/esid 2016-02-22 09:47:42 -05:00
typedarray-arg-use-custom-proto-if-object.js s/id/esid 2016-02-22 09:47:42 -05:00
typedarray-arg-use-default-proto-if-custom-proto-is-not-object.js s/id/esid 2016-02-22 09:47:42 -05:00