summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArrays/ctors/buffer-arg/bufferbyteoffset-throws-from-modulo-element-size.js
diff options
context:
space:
mode:
authorLeo Balter <leonardo.balter@gmail.com>2018-03-09 10:39:34 -0500
committerGitHub <noreply@github.com>2018-03-09 10:39:34 -0500
commit3854fc38dd51c85062f94cd3b98f5f04ca976fae (patch)
treee1d958a6392dcca1d9f21445ec3c9bdd6bde3b74 /test/built-ins/TypedArrays/ctors/buffer-arg/bufferbyteoffset-throws-from-modulo-element-size.js
parentcc6f2e352ea34807acffef6915026a8009a43aa1 (diff)
parentdd147e505263f5a74d1650f38f3a2151d4cca520 (diff)
downloadqtdeclarative-testsuites-3854fc38dd51c85062f94cd3b98f5f04ca976fae.tar.gz
Merge pull request #1481 from bocoup/anba-fixes
TypedArray and Async Iteration bug fixes
Diffstat (limited to 'test/built-ins/TypedArrays/ctors/buffer-arg/bufferbyteoffset-throws-from-modulo-element-size.js')
-rw-r--r--test/built-ins/TypedArrays/ctors/buffer-arg/bufferbyteoffset-throws-from-modulo-element-size.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/TypedArrays/ctors/buffer-arg/bufferbyteoffset-throws-from-modulo-element-size.js b/test/built-ins/TypedArrays/ctors/buffer-arg/bufferbyteoffset-throws-from-modulo-element-size.js
index 1c916b43c..3b59f0509 100644
--- a/test/built-ins/TypedArrays/ctors/buffer-arg/bufferbyteoffset-throws-from-modulo-element-size.js
+++ b/test/built-ins/TypedArrays/ctors/buffer-arg/bufferbyteoffset-throws-from-modulo-element-size.js
@@ -29,4 +29,4 @@ testWithTypedArrayConstructors(function(TA) {
assert.throws(RangeError, function() {
new TA(buffer, 0, undefined);
});
-});
+}, [ Float64Array, Float32Array, Int32Array, Int16Array, Uint32Array, Uint16Array ]);