mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 13:04:39 +02:00
Remove assert.js includes.
This commit is contained in:
parent
af1ef75ffc
commit
ab6809cf47
@ -5,7 +5,6 @@
|
|||||||
info: Mapped arguments object with non-configurable property
|
info: Mapped arguments object with non-configurable property
|
||||||
description: >
|
description: >
|
||||||
Mapped value is not changed when property was made non-configurable.
|
Mapped value is not changed when property was made non-configurable.
|
||||||
includes: [assert.js]
|
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@ info: Mapped arguments object with non-configurable property
|
|||||||
description: >
|
description: >
|
||||||
Mapping works when property is non-configurable, variable is
|
Mapping works when property is non-configurable, variable is
|
||||||
changed with SetMutableBinding.
|
changed with SetMutableBinding.
|
||||||
includes: [assert.js]
|
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@ info: Mapped arguments object with non-configurable property
|
|||||||
description: >
|
description: >
|
||||||
Mapping works when property is non-configurable, arguments property
|
Mapping works when property is non-configurable, arguments property
|
||||||
is changed with [[DefineOwnProperty]].
|
is changed with [[DefineOwnProperty]].
|
||||||
includes: [assert.js]
|
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@ info: Mapped arguments object with non-configurable property
|
|||||||
description: >
|
description: >
|
||||||
Mapping works when property is non-configurable, arguments property
|
Mapping works when property is non-configurable, arguments property
|
||||||
is changed with [[Set]].
|
is changed with [[Set]].
|
||||||
includes: [assert.js]
|
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@ info: Mapped arguments object with non-configurable property
|
|||||||
description: >
|
description: >
|
||||||
Mapping works when property is non-configurable, arguments property
|
Mapping works when property is non-configurable, arguments property
|
||||||
was not deleted. [[Delete]] operation returns false.
|
was not deleted. [[Delete]] operation returns false.
|
||||||
includes: [assert.js]
|
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@ info: Mapped arguments object with non-configurable property
|
|||||||
description: >
|
description: >
|
||||||
Mapping works when property is non-configurable, arguments property
|
Mapping works when property is non-configurable, arguments property
|
||||||
was not deleted. Variable is changed with SetMutableBinding.
|
was not deleted. Variable is changed with SetMutableBinding.
|
||||||
includes: [assert.js]
|
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@ description: >
|
|||||||
Mapping works when property is non-configurable, arguments property
|
Mapping works when property is non-configurable, arguments property
|
||||||
was not deleted. Arguments property is changed with
|
was not deleted. Arguments property is changed with
|
||||||
[[DefineOwnProperty]].
|
[[DefineOwnProperty]].
|
||||||
includes: [assert.js]
|
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@ description: >
|
|||||||
Mapping works when property is non-configurable, arguments property
|
Mapping works when property is non-configurable, arguments property
|
||||||
was not deleted. Arguments property is changed with
|
was not deleted. Arguments property is changed with
|
||||||
[[Set]].
|
[[Set]].
|
||||||
includes: [assert.js]
|
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@ description: >
|
|||||||
non-writable. Perform property attribute changes with a single
|
non-writable. Perform property attribute changes with a single
|
||||||
[[DefineOwnProperty]] call. Mapped values are unchanged, mapping
|
[[DefineOwnProperty]] call. Mapped values are unchanged, mapping
|
||||||
itself is removed.
|
itself is removed.
|
||||||
includes: [assert.js]
|
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@ description: >
|
|||||||
non-writable. Perform property attribute changes with two
|
non-writable. Perform property attribute changes with two
|
||||||
consecutive [[DefineOwnProperty]] calls. Mapped values are
|
consecutive [[DefineOwnProperty]] calls. Mapped values are
|
||||||
unchanged, mapping itself is removed.
|
unchanged, mapping itself is removed.
|
||||||
includes: [assert.js]
|
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ description: >
|
|||||||
non-writable. Perform property attribute changes with two
|
non-writable. Perform property attribute changes with two
|
||||||
[[DefineOwnProperty]] calls. Add intervening call to
|
[[DefineOwnProperty]] calls. Add intervening call to
|
||||||
SetMutableBinding.
|
SetMutableBinding.
|
||||||
includes: [assert.js]
|
Specification bug: https://bugs.ecmascript.org/show_bug.cgi?id=4371
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@ description: >
|
|||||||
Mapped arguments property is changed to non-configurable and
|
Mapped arguments property is changed to non-configurable and
|
||||||
non-writable. Perform property attribute changes with two
|
non-writable. Perform property attribute changes with two
|
||||||
[[DefineOwnProperty]] calls. Add intervening call to [[Set]].
|
[[DefineOwnProperty]] calls. Add intervening call to [[Set]].
|
||||||
includes: [assert.js]
|
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@ description: >
|
|||||||
non-writable. Perform property attribute changes with two
|
non-writable. Perform property attribute changes with two
|
||||||
[[DefineOwnProperty]] calls. Add intervening call to
|
[[DefineOwnProperty]] calls. Add intervening call to
|
||||||
[[DefineOwnProperty]].
|
[[DefineOwnProperty]].
|
||||||
includes: [assert.js]
|
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@ description: >
|
|||||||
Mapping works when property is non-configurable, arguments property
|
Mapping works when property is non-configurable, arguments property
|
||||||
was not deleted. [[Delete]] operations throws TypeError if called
|
was not deleted. [[Delete]] operations throws TypeError if called
|
||||||
from strict-mode code.
|
from strict-mode code.
|
||||||
includes: [assert.js]
|
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@ description: >
|
|||||||
Mapping works when property is non-configurable, arguments property
|
Mapping works when property is non-configurable, arguments property
|
||||||
was not deleted. [[Delete]] operations throws TypeError if called
|
was not deleted. [[Delete]] operations throws TypeError if called
|
||||||
from strict-mode code. Variable is changed with SetMutableBinding.
|
from strict-mode code. Variable is changed with SetMutableBinding.
|
||||||
includes: [assert.js]
|
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@ description: >
|
|||||||
was not deleted. [[Delete]] operations throws TypeError if called
|
was not deleted. [[Delete]] operations throws TypeError if called
|
||||||
from strict-mode code. Arguments property is changed with
|
from strict-mode code. Arguments property is changed with
|
||||||
[[DefineOwnProperty]].
|
[[DefineOwnProperty]].
|
||||||
includes: [assert.js]
|
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@ description: >
|
|||||||
Mapping works when property is non-configurable, arguments property
|
Mapping works when property is non-configurable, arguments property
|
||||||
was not deleted. [[Delete]] operations throws TypeError if called
|
was not deleted. [[Delete]] operations throws TypeError if called
|
||||||
from strict-mode code. Arguments property is changed with [[Set]].
|
from strict-mode code. Arguments property is changed with [[Set]].
|
||||||
includes: [assert.js]
|
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@ description: >
|
|||||||
non-configurable. Perform property attribute changes with two
|
non-configurable. Perform property attribute changes with two
|
||||||
consecutive [[DefineOwnProperty]] calls. Mapped values are
|
consecutive [[DefineOwnProperty]] calls. Mapped values are
|
||||||
unchanged, mapping itself is removed.
|
unchanged, mapping itself is removed.
|
||||||
includes: [assert.js]
|
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@ description: >
|
|||||||
non-configurable. Perform property attribute changes with two
|
non-configurable. Perform property attribute changes with two
|
||||||
[[DefineOwnProperty]] calls. Add intervening call to
|
[[DefineOwnProperty]] calls. Add intervening call to
|
||||||
SetMutableBinding.
|
SetMutableBinding.
|
||||||
includes: [assert.js]
|
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@ description: >
|
|||||||
Mapped arguments property is changed to non-writable and
|
Mapped arguments property is changed to non-writable and
|
||||||
non-configurable. Perform property attribute changes with two
|
non-configurable. Perform property attribute changes with two
|
||||||
[[DefineOwnProperty]] calls. Add intervening call to [[Set]].
|
[[DefineOwnProperty]] calls. Add intervening call to [[Set]].
|
||||||
includes: [assert.js]
|
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@ description: >
|
|||||||
non-configurable. Perform property attribute changes with two
|
non-configurable. Perform property attribute changes with two
|
||||||
[[DefineOwnProperty]] calls. Add intervening call to
|
[[DefineOwnProperty]] calls. Add intervening call to
|
||||||
[[DefineOwnProperty]].
|
[[DefineOwnProperty]].
|
||||||
includes: [assert.js]
|
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user