mirror of https://github.com/tc39/test262.git
Add missing features: [resizable-arraybuffer] (#3029)
* Add missing features: [resizable-arraybuffer] * fixup! Add missing features: [resizable-arraybuffer] Co-authored-by: Mike Pennisi <mike@mikepennisi.com>
This commit is contained in:
parent
802f22bf0e
commit
fb0a68a2cf
|
@ -11,6 +11,7 @@ info: |
|
|||
Built-in function objects that are not identified as constructors do not
|
||||
implement the [[Construct]] internal method unless otherwise specified
|
||||
in the description of a particular function.
|
||||
features: [resizable-arraybuffer]
|
||||
---*/
|
||||
|
||||
assert.sameValue(
|
||||
|
|
|
@ -11,6 +11,7 @@ info: |
|
|||
Built-in function objects that are not identified as constructors do not
|
||||
implement the [[Construct]] internal method unless otherwise specified
|
||||
in the description of a particular function.
|
||||
features: [resizable-arraybuffer]
|
||||
---*/
|
||||
|
||||
assert.sameValue(
|
||||
|
|
|
@ -11,6 +11,7 @@ info: |
|
|||
Built-in function objects that are not identified as constructors do not
|
||||
implement the [[Construct]] internal method unless otherwise specified
|
||||
in the description of a particular function.
|
||||
features: [resizable-arraybuffer]
|
||||
---*/
|
||||
|
||||
assert.sameValue(
|
||||
|
|
|
@ -5,7 +5,7 @@ esid: sec-typedarray-buffer-byteoffset-length
|
|||
description: >
|
||||
Throws a RangeError for resizable ArrayBuffers when offset > byteLength
|
||||
includes: [testTypedArray.js]
|
||||
features: [TypedArray]
|
||||
features: [TypedArray, resizable-arraybuffer]
|
||||
---*/
|
||||
|
||||
testWithTypedArrayConstructors(function(TA) {
|
||||
|
|
Loading…
Reference in New Issue