diff --git a/test/built-ins/Array/prototype/values/iteration-mutable.js b/test/built-ins/Array/prototype/values/iteration-mutable.js
index ab69b540dba2ce7fee8479b1895ccd9478d90d63..0b4cde71db062c539cadcf12f6db445e86a5a1d5 100644
--- a/test/built-ins/Array/prototype/values/iteration-mutable.js
+++ b/test/built-ins/Array/prototype/values/iteration-mutable.js
@@ -1,6 +1,7 @@
 // Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
+esid: sec-array.prototype.values
 es6id: 22.1.3.29
 description: >
   New items in the array are accessible via iteration until iterator is "done".
diff --git a/test/built-ins/Array/prototype/values/iteration.js b/test/built-ins/Array/prototype/values/iteration.js
index c67752ae077e22dfe134f4f92ef0aaac7def6e0e..fb3d8ba697b4f14c95f0f7f0d3590e46ce7477c1 100644
--- a/test/built-ins/Array/prototype/values/iteration.js
+++ b/test/built-ins/Array/prototype/values/iteration.js
@@ -1,6 +1,7 @@
 // Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
+esid: sec-array.prototype.values
 es6id: 22.1.3.29
 description: >
   The return is a valid iterator with the array's numeric properties.
diff --git a/test/built-ins/Array/prototype/values/length.js b/test/built-ins/Array/prototype/values/length.js
index f09c1c080b591f69c7bb4c2f5a56214e6ba89b9e..ab2f3065383affdd9212d13bcade288b856122f8 100644
--- a/test/built-ins/Array/prototype/values/length.js
+++ b/test/built-ins/Array/prototype/values/length.js
@@ -1,6 +1,7 @@
 // Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
+esid: sec-array.prototype.values
 es6id: 22.1.3.29
 description: Array.prototype.values `length` property
 info: >
diff --git a/test/built-ins/Array/prototype/values/name.js b/test/built-ins/Array/prototype/values/name.js
index 28087e872561c1172bdc5829368ada192f5fb3e4..892dfce1e2568e390b9c3e184b05c2aff89393b4 100644
--- a/test/built-ins/Array/prototype/values/name.js
+++ b/test/built-ins/Array/prototype/values/name.js
@@ -1,6 +1,7 @@
 // Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
+esid: sec-array.prototype.values
 es6id: 22.1.3.29
 description: Array.prototype.values `name` property
 info: >
diff --git a/test/built-ins/Array/prototype/values/prop-desc.js b/test/built-ins/Array/prototype/values/prop-desc.js
index 87064a61d8d5fd9f16c7cdff845e73088627e3b5..c1d4c1692f93de91f8870dd718dac0ed9aa5ee17 100644
--- a/test/built-ins/Array/prototype/values/prop-desc.js
+++ b/test/built-ins/Array/prototype/values/prop-desc.js
@@ -1,6 +1,7 @@
 // Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
+esid: sec-array.prototype.values
 es6id: 22.1.3.29
 description: Array.prototype.values property descriptor
 info: >
diff --git a/test/built-ins/Array/prototype/values/returns-iterator-from-object.js b/test/built-ins/Array/prototype/values/returns-iterator-from-object.js
index 1e1c813c49b0b7e25778015bf27bd6e6cdedb9d7..ffadfaa1344845d4eee57bd3fc985c3e030570d4 100644
--- a/test/built-ins/Array/prototype/values/returns-iterator-from-object.js
+++ b/test/built-ins/Array/prototype/values/returns-iterator-from-object.js
@@ -1,6 +1,7 @@
 // Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
+esid: sec-array.prototype.values
 es6id: 22.1.3.29
 description: >
   Creates an iterator from a custom object.
diff --git a/test/built-ins/Array/prototype/values/returns-iterator.js b/test/built-ins/Array/prototype/values/returns-iterator.js
index 14cb8bf24063dbb88f66bf5df7974a3218aca2f0..0462b1efcc188e26d567cdbb91ea063c7d8f7bae 100644
--- a/test/built-ins/Array/prototype/values/returns-iterator.js
+++ b/test/built-ins/Array/prototype/values/returns-iterator.js
@@ -1,6 +1,7 @@
 // Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
+esid: sec-array.prototype.values
 es6id: 22.1.3.29
 description: >
   The method should return an Iterator instance.
diff --git a/test/built-ins/Array/prototype/values/this-val-non-obj-coercible.js b/test/built-ins/Array/prototype/values/this-val-non-obj-coercible.js
index 92355a44dce874ec042db67de8ff35bafd9e2a21..6bd6ee7378830ae28919d1b145add92cb81487ff 100644
--- a/test/built-ins/Array/prototype/values/this-val-non-obj-coercible.js
+++ b/test/built-ins/Array/prototype/values/this-val-non-obj-coercible.js
@@ -1,6 +1,7 @@
 // Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
+esid: sec-array.prototype.values
 es6id: 22.1.3.29
 description: >
     `this` value not object coercible