diff --git a/test/built-ins/ArrayIteratorPrototype/next/args-mapped-expansion-before-exhaustion.js b/test/built-ins/ArrayIteratorPrototype/next/args-mapped-expansion-before-exhaustion.js index f7cf2c3ac2..6919e1b745 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/args-mapped-expansion-before-exhaustion.js +++ b/test/built-ins/ArrayIteratorPrototype/next/args-mapped-expansion-before-exhaustion.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 9.4.4.7 -esid: sec-%arrayiteratorprototype%.next S22 +esid: sec-%arrayiteratorprototype%.next description: > Prior to being exhausted, iterators for mapped arguments exotic objects should honor the insertion of additional argument values. diff --git a/test/built-ins/ArrayIteratorPrototype/next/args-mapped-iteration.js b/test/built-ins/ArrayIteratorPrototype/next/args-mapped-iteration.js index 3a0aeaaa7d..36ef786a36 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/args-mapped-iteration.js +++ b/test/built-ins/ArrayIteratorPrototype/next/args-mapped-iteration.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 9.4.4.7 -esid: sec-%arrayiteratorprototype%.next S22 +esid: sec-%arrayiteratorprototype%.next description: > Mapped arguments exotic objects should implement the Array iterator protocol. diff --git a/test/built-ins/ArrayIteratorPrototype/next/args-mapped-truncation-before-exhaustion.js b/test/built-ins/ArrayIteratorPrototype/next/args-mapped-truncation-before-exhaustion.js index 87f5d25c4b..91cd87a09a 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/args-mapped-truncation-before-exhaustion.js +++ b/test/built-ins/ArrayIteratorPrototype/next/args-mapped-truncation-before-exhaustion.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 9.4.4.7 -esid: sec-%arrayiteratorprototype%.next S22 +esid: sec-%arrayiteratorprototype%.next description: > Prior to being exhausted, iterators for mapped arguments exotic objects should honor argument removal. diff --git a/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-expansion-after-exhaustion.js b/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-expansion-after-exhaustion.js index 936653cca8..f1fdbec5d9 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-expansion-after-exhaustion.js +++ b/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-expansion-after-exhaustion.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 9.4.4.6 -esid: sec-%arrayiteratorprototype%.next S7 +esid: sec-%arrayiteratorprototype%.next description: > Once exhausted, iterators for unmapped arguments exotic objects should not emit new values added to the object. diff --git a/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-iteration.js b/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-iteration.js index 86aaab71bc..180d631830 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-iteration.js +++ b/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-iteration.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 9.4.4.6 -esid: sec-%arrayiteratorprototype%.next S7 +esid: sec-%arrayiteratorprototype%.next description: > Unmapped arguments exotic objects should implement the Array iterator protocol. diff --git a/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-truncation-before-exhaustion.js b/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-truncation-before-exhaustion.js index ec5a5ab11a..f733f7c696 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-truncation-before-exhaustion.js +++ b/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-truncation-before-exhaustion.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 9.4.4.6 -esid: sec-%arrayiteratorprototype%.next S7 +esid: sec-%arrayiteratorprototype%.next description: > Prior to being exhausted, iterators for unmapped arguments exotic objects should honor argument removal.