mirror of https://github.com/tc39/test262.git
Hg: Enter commit message. Lines beginning with 'HG:' are removed.
This commit is contained in:
parent
45f7cee019
commit
96682a8372
|
@ -87,7 +87,6 @@
|
|||
<test id="S15.9.3.1_A5_T6">https://bugs.ecmascript.org/show_bug.cgi?id=11</test>
|
||||
-->
|
||||
|
||||
<test id="S7.5.3_A1.15">https://bugs.ecmascript.org/show_bug.cgi?id=12</test>
|
||||
<test id="S9.9_A1">https://bugs.ecmascript.org/show_bug.cgi?id=13</test>
|
||||
<test id="S9.9_A2">https://bugs.ecmascript.org/show_bug.cgi?id=13</test>
|
||||
<test id="S11.1.5_A4.1">https://bugs.ecmascript.org/show_bug.cgi?id=14</test>
|
||||
|
|
|
@ -9,5 +9,6 @@
|
|||
* @negative
|
||||
* @strict_only
|
||||
*/
|
||||
"use strict";
|
||||
|
||||
var implements = 1;
|
|
@ -8,6 +8,7 @@
|
|||
* @description: Checking if execution of "interface = 1" fails in
|
||||
* strict code;
|
||||
* @negative
|
||||
* @onlyStrict
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
* @assertion: The "package" token can not be used as identifier in strict code;
|
||||
* @description: Checking if execution of "package=1" fails in strict code;
|
||||
* @negative
|
||||
* @onlyStrict
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
* @assertion: The "private" token can not be used as identifier in strict code;
|
||||
* @description: Checking if execution of "private=1" fails in strict code;
|
||||
* @negative
|
||||
* @onlyStrict
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
* @description: Checking if execution of "protected=1" fails in
|
||||
* strict code;
|
||||
* @negative
|
||||
* @onlyStrict
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
* @assertion: The "public" token can not be used as identifier in strict code;
|
||||
* @description: Checking if execution of "public=1" fails in strict code;
|
||||
* @negative
|
||||
* @onlyStrict
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
* @assertion: The "static" token can not be used as identifier in strict code;
|
||||
* @description: Checking if execution of "static=1" fails in strict code;
|
||||
* @negative
|
||||
* @onlyStrict
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
|
Loading…
Reference in New Issue