diff --git a/test/built-ins/TypedArray/invoked.js b/test/built-ins/TypedArray/invoked.js index e208677c6069576fb8b62386ad3cc2223394b8c9..2f26eaaba1782d34a01689600ccc21e127537542 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 ea475c5dd41d86c79da33d9d5c1b0c3064edc86d..c010cf984208c4c2e9b1082f4c7bd92f93b21d78 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 a620fe89806417d180c2055c87f4a85b867be1a7..cb39c5c95e19794c28dd4585ec14ef2f9c731cf1 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: >