diff --git a/test/built-ins/TypedArray/invoked.js b/test/built-ins/TypedArray/invoked.js index e208677c60..2f26eaaba1 100644 --- a/test/built-ins/TypedArray/invoked.js +++ b/test/built-ins/TypedArray/invoked.js @@ -1,7 +1,7 @@ // Copyright (C) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es7id: pending +id: pending description: Throw a TypeError exception if directly invoked. info: > 22.2.1.1 %TypedArray% ( ) diff --git a/test/built-ins/TypedArray/length.js b/test/built-ins/TypedArray/length.js index ea475c5dd4..c010cf9842 100644 --- a/test/built-ins/TypedArray/length.js +++ b/test/built-ins/TypedArray/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es7id: pending +id: pending description: > TypedArray has a "length" property whose value is 0. info: > diff --git a/test/built-ins/TypedArrays/buffer-arg-byteoffset-is-negative-zero.js b/test/built-ins/TypedArrays/buffer-arg-byteoffset-is-negative-zero.js index a620fe8980..cb39c5c95e 100755 --- a/test/built-ins/TypedArrays/buffer-arg-byteoffset-is-negative-zero.js +++ b/test/built-ins/TypedArrays/buffer-arg-byteoffset-is-negative-zero.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -es7id: pending +id: pending description: > TypedArray's [[ByteOffset]] internal slot is always a positive number, test with negative zero. info: >