mirror of https://github.com/tc39/test262.git
This commit is contained in:
parent
fb301f6f8e
commit
d8add6e8c6
|
@ -72,9 +72,6 @@
|
|||
<test id="S15.9.3.1_A5_T6">https://bugs.ecmascript.org/show_bug.cgi?id=11</test>
|
||||
-->
|
||||
|
||||
<test id="S11.1.5_A4.1">https://bugs.ecmascript.org/show_bug.cgi?id=14</test>
|
||||
<test id="S11.1.5_A4.2">https://bugs.ecmascript.org/show_bug.cgi?id=14</test>
|
||||
|
||||
<test id="S15.5.4.10_A1_T3">https://bugs.ecmascript.org/show_bug.cgi?id=23</test>
|
||||
|
||||
<test id="S15.5.4.14_A1_T6">https://bugs.ecmascript.org/show_bug.cgi?id=61</test>
|
||||
|
|
|
@ -2,11 +2,10 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/**
|
||||
* The PropertyName is not BooleanLiteral
|
||||
* The PropertyName is not really a BooleanLiteral
|
||||
*
|
||||
* @path ch11/11.1/11.1.5/S11.1.5_A4.1.js
|
||||
* @description Checking if execution of "var object = {true : 1}" fails
|
||||
* @negative
|
||||
* @description Checking if execution of "var object = {true : 1}" does not fail
|
||||
*/
|
||||
|
||||
//CHECK#1
|
||||
|
|
|
@ -2,13 +2,11 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/**
|
||||
* The PropertyName is not nullLiteral
|
||||
* The PropertyName is not really a nullLiteral
|
||||
*
|
||||
* @path ch11/11.1/11.1.5/S11.1.5_A4.2.js
|
||||
* @description Checking if execution of "var object = {null : true}" fails
|
||||
* @negative
|
||||
* @description Checking if execution of "var object = {null : true}" does not fail
|
||||
*/
|
||||
|
||||
//CHECK#1
|
||||
var object = {null : true};
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
{"date":"2012-01-13","numTests":11112,"testSuite":["json/ch07.json","json/ch08.json","json/ch09.json","json/ch10.json","json/ch11.json","json/ch12.json","json/ch13.json","json/ch14.json","json/ch15.json"],"version":"ES5.1"}
|
||||
{"date":"2012-01-13","numTests":11114,"testSuite":["json/ch07.json","json/ch08.json","json/ch09.json","json/ch10.json","json/ch11.json","json/ch12.json","json/ch13.json","json/ch14.json","json/ch15.json"],"version":"ES5.1"}
|
Loading…
Reference in New Issue