Remove assert.js includes.

This commit is contained in:
André Bargull 2015-05-20 22:12:31 +02:00
parent af1ef75ffc
commit ab6809cf47
21 changed files with 1 additions and 21 deletions

View File

@ -5,7 +5,6 @@
info: Mapped arguments object with non-configurable property
description: >
Mapped value is not changed when property was made non-configurable.
includes: [assert.js]
flags: [noStrict]
---*/

View File

@ -6,7 +6,6 @@ info: Mapped arguments object with non-configurable property
description: >
Mapping works when property is non-configurable, variable is
changed with SetMutableBinding.
includes: [assert.js]
flags: [noStrict]
---*/

View File

@ -6,7 +6,6 @@ info: Mapped arguments object with non-configurable property
description: >
Mapping works when property is non-configurable, arguments property
is changed with [[DefineOwnProperty]].
includes: [assert.js]
flags: [noStrict]
---*/

View File

@ -6,7 +6,6 @@ info: Mapped arguments object with non-configurable property
description: >
Mapping works when property is non-configurable, arguments property
is changed with [[Set]].
includes: [assert.js]
flags: [noStrict]
---*/

View File

@ -6,7 +6,6 @@ info: Mapped arguments object with non-configurable property
description: >
Mapping works when property is non-configurable, arguments property
was not deleted. [[Delete]] operation returns false.
includes: [assert.js]
flags: [noStrict]
---*/

View File

@ -6,7 +6,6 @@ info: Mapped arguments object with non-configurable property
description: >
Mapping works when property is non-configurable, arguments property
was not deleted. Variable is changed with SetMutableBinding.
includes: [assert.js]
flags: [noStrict]
---*/

View File

@ -7,7 +7,6 @@ description: >
Mapping works when property is non-configurable, arguments property
was not deleted. Arguments property is changed with
[[DefineOwnProperty]].
includes: [assert.js]
flags: [noStrict]
---*/

View File

@ -7,7 +7,6 @@ description: >
Mapping works when property is non-configurable, arguments property
was not deleted. Arguments property is changed with
[[Set]].
includes: [assert.js]
flags: [noStrict]
---*/

View File

@ -8,7 +8,6 @@ description: >
non-writable. Perform property attribute changes with a single
[[DefineOwnProperty]] call. Mapped values are unchanged, mapping
itself is removed.
includes: [assert.js]
flags: [noStrict]
---*/

View File

@ -8,7 +8,6 @@ description: >
non-writable. Perform property attribute changes with two
consecutive [[DefineOwnProperty]] calls. Mapped values are
unchanged, mapping itself is removed.
includes: [assert.js]
flags: [noStrict]
---*/

View File

@ -8,7 +8,7 @@ description: >
non-writable. Perform property attribute changes with two
[[DefineOwnProperty]] calls. Add intervening call to
SetMutableBinding.
includes: [assert.js]
Specification bug: https://bugs.ecmascript.org/show_bug.cgi?id=4371
flags: [noStrict]
---*/

View File

@ -7,7 +7,6 @@ description: >
Mapped arguments property is changed to non-configurable and
non-writable. Perform property attribute changes with two
[[DefineOwnProperty]] calls. Add intervening call to [[Set]].
includes: [assert.js]
flags: [noStrict]
---*/

View File

@ -8,7 +8,6 @@ description: >
non-writable. Perform property attribute changes with two
[[DefineOwnProperty]] calls. Add intervening call to
[[DefineOwnProperty]].
includes: [assert.js]
flags: [noStrict]
---*/

View File

@ -7,7 +7,6 @@ description: >
Mapping works when property is non-configurable, arguments property
was not deleted. [[Delete]] operations throws TypeError if called
from strict-mode code.
includes: [assert.js]
flags: [noStrict]
---*/

View File

@ -7,7 +7,6 @@ description: >
Mapping works when property is non-configurable, arguments property
was not deleted. [[Delete]] operations throws TypeError if called
from strict-mode code. Variable is changed with SetMutableBinding.
includes: [assert.js]
flags: [noStrict]
---*/

View File

@ -8,7 +8,6 @@ description: >
was not deleted. [[Delete]] operations throws TypeError if called
from strict-mode code. Arguments property is changed with
[[DefineOwnProperty]].
includes: [assert.js]
flags: [noStrict]
---*/

View File

@ -7,7 +7,6 @@ description: >
Mapping works when property is non-configurable, arguments property
was not deleted. [[Delete]] operations throws TypeError if called
from strict-mode code. Arguments property is changed with [[Set]].
includes: [assert.js]
flags: [noStrict]
---*/

View File

@ -8,7 +8,6 @@ description: >
non-configurable. Perform property attribute changes with two
consecutive [[DefineOwnProperty]] calls. Mapped values are
unchanged, mapping itself is removed.
includes: [assert.js]
flags: [noStrict]
---*/

View File

@ -8,7 +8,6 @@ description: >
non-configurable. Perform property attribute changes with two
[[DefineOwnProperty]] calls. Add intervening call to
SetMutableBinding.
includes: [assert.js]
flags: [noStrict]
---*/

View File

@ -7,7 +7,6 @@ description: >
Mapped arguments property is changed to non-writable and
non-configurable. Perform property attribute changes with two
[[DefineOwnProperty]] calls. Add intervening call to [[Set]].
includes: [assert.js]
flags: [noStrict]
---*/

View File

@ -8,7 +8,6 @@ description: >
non-configurable. Perform property attribute changes with two
[[DefineOwnProperty]] calls. Add intervening call to
[[DefineOwnProperty]].
includes: [assert.js]
flags: [noStrict]
---*/