This commit is contained in:
David Fugate 2012-01-13 09:51:10 -08:00
parent fb301f6f8e
commit d8add6e8c6
5 changed files with 6 additions and 12 deletions

View File

@ -72,9 +72,6 @@
<test id="S15.9.3.1_A5_T6">https://bugs.ecmascript.org/show_bug.cgi?id=11</test> <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.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> <test id="S15.5.4.14_A1_T6">https://bugs.ecmascript.org/show_bug.cgi?id=61</test>

View File

@ -2,11 +2,10 @@
// This code is governed by the BSD license found in the LICENSE file. // 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 * @path ch11/11.1/11.1.5/S11.1.5_A4.1.js
* @description Checking if execution of "var object = {true : 1}" fails * @description Checking if execution of "var object = {true : 1}" does not fail
* @negative
*/ */
//CHECK#1 //CHECK#1

View File

@ -2,13 +2,11 @@
// This code is governed by the BSD license found in the LICENSE file. // 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 * @path ch11/11.1/11.1.5/S11.1.5_A4.2.js
* @description Checking if execution of "var object = {null : true}" fails * @description Checking if execution of "var object = {null : true}" does not fail
* @negative
*/ */
//CHECK#1 //CHECK#1
var object = {null : true}; var object = {null : true};

File diff suppressed because one or more lines are too long

View File

@ -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"}