From 428418d5c7556aa1302ae40ec141f6ccc74bc02b Mon Sep 17 00:00:00 2001 From: Gorkem Yakin <goyakin@microsoft.com> Date: Fri, 12 Feb 2016 16:27:10 -0800 Subject: [PATCH] Replace remaining es7id tags with id --- test/built-ins/TypedArray/invoked.js | 2 +- test/built-ins/TypedArray/length.js | 2 +- .../TypedArrays/buffer-arg-byteoffset-is-negative-zero.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: > -- GitLab