summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/built-ins/Array/prototype/fill/coerced-indexes.js1
-rw-r--r--test/built-ins/Array/prototype/fill/fill-values-custom-start-and-end.js1
-rw-r--r--test/built-ins/Array/prototype/fill/fill-values-relative-end.js1
-rw-r--r--test/built-ins/Array/prototype/fill/fill-values-relative-start.js1
-rw-r--r--test/built-ins/Array/prototype/fill/fill-values.js1
-rw-r--r--test/built-ins/Array/prototype/fill/length.js1
-rw-r--r--test/built-ins/Array/prototype/fill/name.js1
-rw-r--r--test/built-ins/Array/prototype/fill/prop-desc.js1
-rw-r--r--test/built-ins/Array/prototype/fill/return-abrupt-from-end-as-symbol.js1
-rw-r--r--test/built-ins/Array/prototype/fill/return-abrupt-from-end.js1
-rw-r--r--test/built-ins/Array/prototype/fill/return-abrupt-from-setting-property-value.js1
-rw-r--r--test/built-ins/Array/prototype/fill/return-abrupt-from-start-as-symbol.js1
-rw-r--r--test/built-ins/Array/prototype/fill/return-abrupt-from-start.js1
-rw-r--r--test/built-ins/Array/prototype/fill/return-abrupt-from-this-length-as-symbol.js1
-rw-r--r--test/built-ins/Array/prototype/fill/return-abrupt-from-this-length.js1
-rw-r--r--test/built-ins/Array/prototype/fill/return-abrupt-from-this.js1
-rw-r--r--test/built-ins/Array/prototype/fill/return-this.js1
17 files changed, 17 insertions, 0 deletions
diff --git a/test/built-ins/Array/prototype/fill/coerced-indexes.js b/test/built-ins/Array/prototype/fill/coerced-indexes.js
index a8323cc8d..708fc13a5 100644
--- a/test/built-ins/Array/prototype/fill/coerced-indexes.js
+++ b/test/built-ins/Array/prototype/fill/coerced-indexes.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.fill
es6id: 22.1.3.6
description: >
Fills elements from coerced to Integer `start` and `end` values
diff --git a/test/built-ins/Array/prototype/fill/fill-values-custom-start-and-end.js b/test/built-ins/Array/prototype/fill/fill-values-custom-start-and-end.js
index f6165c186..728bdf078 100644
--- a/test/built-ins/Array/prototype/fill/fill-values-custom-start-and-end.js
+++ b/test/built-ins/Array/prototype/fill/fill-values-custom-start-and-end.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.fill
es6id: 22.1.3.6
description: >
Fills all the elements from a with a custom start and end indexes.
diff --git a/test/built-ins/Array/prototype/fill/fill-values-relative-end.js b/test/built-ins/Array/prototype/fill/fill-values-relative-end.js
index 184ccc681..b0305e3d8 100644
--- a/test/built-ins/Array/prototype/fill/fill-values-relative-end.js
+++ b/test/built-ins/Array/prototype/fill/fill-values-relative-end.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.fill
es6id: 22.1.3.6
description: >
Fills all the elements from a with a custom start index.
diff --git a/test/built-ins/Array/prototype/fill/fill-values-relative-start.js b/test/built-ins/Array/prototype/fill/fill-values-relative-start.js
index 4c8b7571e..ed8de7e80 100644
--- a/test/built-ins/Array/prototype/fill/fill-values-relative-start.js
+++ b/test/built-ins/Array/prototype/fill/fill-values-relative-start.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.fill
es6id: 22.1.3.6
description: >
Fills all the elements from a with a custom start index.
diff --git a/test/built-ins/Array/prototype/fill/fill-values.js b/test/built-ins/Array/prototype/fill/fill-values.js
index 702be3199..04aba188c 100644
--- a/test/built-ins/Array/prototype/fill/fill-values.js
+++ b/test/built-ins/Array/prototype/fill/fill-values.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.fill
es6id: 22.1.3.6
description: >
Fills all the elements with `value` from a defaul start and index.
diff --git a/test/built-ins/Array/prototype/fill/length.js b/test/built-ins/Array/prototype/fill/length.js
index b0cccf4e3..ad598dfa6 100644
--- a/test/built-ins/Array/prototype/fill/length.js
+++ b/test/built-ins/Array/prototype/fill/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.fill
es6id: 22.1.3.6
description: Array.prototype.fill.length value and descriptor.
info: >
diff --git a/test/built-ins/Array/prototype/fill/name.js b/test/built-ins/Array/prototype/fill/name.js
index 19a94fc21..0d767f955 100644
--- a/test/built-ins/Array/prototype/fill/name.js
+++ b/test/built-ins/Array/prototype/fill/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.fill
es6id: 22.1.3.6
description: >
Array.prototype.fill.name value and descriptor.
diff --git a/test/built-ins/Array/prototype/fill/prop-desc.js b/test/built-ins/Array/prototype/fill/prop-desc.js
index 5b632fe68..5b4cd66b6 100644
--- a/test/built-ins/Array/prototype/fill/prop-desc.js
+++ b/test/built-ins/Array/prototype/fill/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.fill
es6id: 22.1.3.6
description: Property type and descriptor.
info: >
diff --git a/test/built-ins/Array/prototype/fill/return-abrupt-from-end-as-symbol.js b/test/built-ins/Array/prototype/fill/return-abrupt-from-end-as-symbol.js
index ec648edbe..6c8590b10 100644
--- a/test/built-ins/Array/prototype/fill/return-abrupt-from-end-as-symbol.js
+++ b/test/built-ins/Array/prototype/fill/return-abrupt-from-end-as-symbol.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.fill
es6id: 22.1.3.6
description: >
Return abrupt from ToInteger(end) as a Symbol.
diff --git a/test/built-ins/Array/prototype/fill/return-abrupt-from-end.js b/test/built-ins/Array/prototype/fill/return-abrupt-from-end.js
index e6c0bdb76..80e52e331 100644
--- a/test/built-ins/Array/prototype/fill/return-abrupt-from-end.js
+++ b/test/built-ins/Array/prototype/fill/return-abrupt-from-end.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.fill
es6id: 22.1.3.6
description: >
Return abrupt from ToInteger(end).
diff --git a/test/built-ins/Array/prototype/fill/return-abrupt-from-setting-property-value.js b/test/built-ins/Array/prototype/fill/return-abrupt-from-setting-property-value.js
index 53e478f01..b3b44c489 100644
--- a/test/built-ins/Array/prototype/fill/return-abrupt-from-setting-property-value.js
+++ b/test/built-ins/Array/prototype/fill/return-abrupt-from-setting-property-value.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.fill
es6id: 22.1.3.6
description: >
Return abrupt from setting a property value.
diff --git a/test/built-ins/Array/prototype/fill/return-abrupt-from-start-as-symbol.js b/test/built-ins/Array/prototype/fill/return-abrupt-from-start-as-symbol.js
index 891bc7e0c..d5b8d9d6c 100644
--- a/test/built-ins/Array/prototype/fill/return-abrupt-from-start-as-symbol.js
+++ b/test/built-ins/Array/prototype/fill/return-abrupt-from-start-as-symbol.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.fill
es6id: 22.1.3.6
description: >
Return abrupt from ToInteger(start) as a Symbol.
diff --git a/test/built-ins/Array/prototype/fill/return-abrupt-from-start.js b/test/built-ins/Array/prototype/fill/return-abrupt-from-start.js
index a31a04f2f..f8196a2f3 100644
--- a/test/built-ins/Array/prototype/fill/return-abrupt-from-start.js
+++ b/test/built-ins/Array/prototype/fill/return-abrupt-from-start.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.fill
es6id: 22.1.3.6
description: >
Return abrupt from ToInteger(start).
diff --git a/test/built-ins/Array/prototype/fill/return-abrupt-from-this-length-as-symbol.js b/test/built-ins/Array/prototype/fill/return-abrupt-from-this-length-as-symbol.js
index f8ba7cab3..9a04b7598 100644
--- a/test/built-ins/Array/prototype/fill/return-abrupt-from-this-length-as-symbol.js
+++ b/test/built-ins/Array/prototype/fill/return-abrupt-from-this-length-as-symbol.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.fill
es6id: 22.1.3.6
description: >
Return abrupt from ToLength(Get(O, "length")) where length is a Symbol.
diff --git a/test/built-ins/Array/prototype/fill/return-abrupt-from-this-length.js b/test/built-ins/Array/prototype/fill/return-abrupt-from-this-length.js
index 1325cb90b..4f3f93574 100644
--- a/test/built-ins/Array/prototype/fill/return-abrupt-from-this-length.js
+++ b/test/built-ins/Array/prototype/fill/return-abrupt-from-this-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.fill
es6id: 22.1.3.6
description: >
Return abrupt from ToLength(Get(O, "length")).
diff --git a/test/built-ins/Array/prototype/fill/return-abrupt-from-this.js b/test/built-ins/Array/prototype/fill/return-abrupt-from-this.js
index 7de04a410..035f5ea46 100644
--- a/test/built-ins/Array/prototype/fill/return-abrupt-from-this.js
+++ b/test/built-ins/Array/prototype/fill/return-abrupt-from-this.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.fill
es6id: 22.1.3.6
description: >
Return abrupt from ToObject(this value).
diff --git a/test/built-ins/Array/prototype/fill/return-this.js b/test/built-ins/Array/prototype/fill/return-this.js
index 7d00936aa..3819ab2e6 100644
--- a/test/built-ins/Array/prototype/fill/return-this.js
+++ b/test/built-ins/Array/prototype/fill/return-this.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.fill
es6id: 22.1.3.6
description: >
Returns `this`.