| OLD | NEW |
| 1 # Copyright 2009 the V8 project authors. All rights reserved. | 1 # Copyright 2009 the V8 project authors. All rights reserved. |
| 2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
| 3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
| 4 # met: | 4 # met: |
| 5 # | 5 # |
| 6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
| 7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
| 8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
| 9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
| 10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 # simple assignment throws TypeError if LeftHandSide is a readonly property | 262 # simple assignment throws TypeError if LeftHandSide is a readonly property |
| 263 # in strict mode (Global.NaN) | 263 # in strict mode (Global.NaN) |
| 264 chapter11/11.13/11.13.1/11.13.1-4-2-s: FAIL | 264 chapter11/11.13/11.13.1/11.13.1-4-2-s: FAIL |
| 265 # simple assignment throws TypeError if LeftHandSide is a readonly property | 265 # simple assignment throws TypeError if LeftHandSide is a readonly property |
| 266 # in strict mode (Global.Infinity) | 266 # in strict mode (Global.Infinity) |
| 267 chapter11/11.13/11.13.1/11.13.1-4-3-s: FAIL | 267 chapter11/11.13/11.13.1/11.13.1-4-3-s: FAIL |
| 268 # simple assignment throws TypeError if LeftHandSide is a readonly property | 268 # simple assignment throws TypeError if LeftHandSide is a readonly property |
| 269 # in strict mode (Global.length) | 269 # in strict mode (Global.length) |
| 270 chapter11/11.13/11.13.1/11.13.1-4-4-s: FAIL | 270 chapter11/11.13/11.13.1/11.13.1-4-4-s: FAIL |
| 271 # simple assignment throws TypeError if LeftHandSide is a readonly property | 271 # simple assignment throws TypeError if LeftHandSide is a readonly property |
| 272 # in strict mode (Object.length) | |
| 273 chapter11/11.13/11.13.1/11.13.1-4-5-s: FAIL | |
| 274 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 275 # in strict mode (Function.length) | |
| 276 chapter11/11.13/11.13.1/11.13.1-4-6-s: FAIL | |
| 277 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 278 # in strict mode (Array.length) | |
| 279 chapter11/11.13/11.13.1/11.13.1-4-7-s: FAIL | |
| 280 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 281 # in strict mode (String.length) | |
| 282 chapter11/11.13/11.13.1/11.13.1-4-8-s: FAIL | |
| 283 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 284 # in strict mode (Boolean.length) | |
| 285 chapter11/11.13/11.13.1/11.13.1-4-9-s: FAIL | |
| 286 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 287 # in strict mode (Number.length) | |
| 288 chapter11/11.13/11.13.1/11.13.1-4-10-s: FAIL | |
| 289 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 290 # in strict mode (Date.length) | |
| 291 chapter11/11.13/11.13.1/11.13.1-4-11-s: FAIL | |
| 292 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 293 # in strict mode (RegExp.length) | |
| 294 chapter11/11.13/11.13.1/11.13.1-4-12-s: FAIL | |
| 295 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 296 # in strict mode (Error.length) | |
| 297 chapter11/11.13/11.13.1/11.13.1-4-13-s: FAIL | |
| 298 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 299 # in strict mode (Number.MAX_VALUE) | |
| 300 chapter11/11.13/11.13.1/11.13.1-4-14-s: FAIL | |
| 301 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 302 # in strict mode (Number.MIN_VALUE) | |
| 303 chapter11/11.13/11.13.1/11.13.1-4-15-s: FAIL | |
| 304 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 305 # in strict mode (Number.NaN) | |
| 306 chapter11/11.13/11.13.1/11.13.1-4-16-s: FAIL | |
| 307 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 308 # in strict mode (Number.NEGATIVE_INFINITY) | |
| 309 chapter11/11.13/11.13.1/11.13.1-4-17-s: FAIL | |
| 310 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 311 # in strict mode (Number.POSITIVE_INFINITY) | |
| 312 chapter11/11.13/11.13.1/11.13.1-4-18-s: FAIL | |
| 313 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 314 # in strict mode (Math.E) | |
| 315 chapter11/11.13/11.13.1/11.13.1-4-19-s: FAIL | |
| 316 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 317 # in strict mode (Math.LN10) | |
| 318 chapter11/11.13/11.13.1/11.13.1-4-20-s: FAIL | |
| 319 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 320 # in strict mode (Math.LN2) | |
| 321 chapter11/11.13/11.13.1/11.13.1-4-21-s: FAIL | |
| 322 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 323 # in strict mode (Math.LOG2E) | |
| 324 chapter11/11.13/11.13.1/11.13.1-4-22-s: FAIL | |
| 325 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 326 # in strict mode (Math.LOG10E) | |
| 327 chapter11/11.13/11.13.1/11.13.1-4-23-s: FAIL | |
| 328 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 329 # in strict mode (Math.PI) | |
| 330 chapter11/11.13/11.13.1/11.13.1-4-24-s: FAIL | |
| 331 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 332 # in strict mode (Math.SQRT1_2) | |
| 333 chapter11/11.13/11.13.1/11.13.1-4-25-s: FAIL | |
| 334 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 335 # in strict mode (Math.SQRT2) | |
| 336 chapter11/11.13/11.13.1/11.13.1-4-26-s: FAIL | |
| 337 # simple assignment throws TypeError if LeftHandSide is a readonly property | |
| 338 # in strict mode (Global.undefined) | 272 # in strict mode (Global.undefined) |
| 339 chapter11/11.13/11.13.1/11.13.1-4-27-s: FAIL | 273 chapter11/11.13/11.13.1/11.13.1-4-27-s: FAIL |
| 340 | 274 |
| 341 # delete operator throws TypeError when when deleting a non-configurable | 275 # delete operator throws TypeError when when deleting a non-configurable |
| 342 # data property in strict mode (Global.NaN) | 276 # data property in strict mode (Global.NaN) |
| 343 # Invalid test case - "this" is not a global object within the test case. | 277 # Invalid test case - "this" is not a global object within the test case. |
| 344 # (http://es5conform.codeplex.com/workitem/29151) | 278 # (http://es5conform.codeplex.com/workitem/29151) |
| 345 chapter11/11.4/11.4.1/11.4.1-4.a-4-s: FAIL_OK | 279 chapter11/11.4/11.4.1/11.4.1-4.a-4-s: FAIL_OK |
| 346 | 280 |
| 347 # delete operator throws ReferenceError when deleting a direct reference | 281 # delete operator throws ReferenceError when deleting a direct reference |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s: FAIL | 367 chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s: FAIL |
| 434 | 368 |
| 435 # Array.prototype.reduce - null passed as thisValue to strict callbackfn | 369 # Array.prototype.reduce - null passed as thisValue to strict callbackfn |
| 436 # Invalid test case: http://es5conform.codeplex.com/workitem/29085 | 370 # Invalid test case: http://es5conform.codeplex.com/workitem/29085 |
| 437 chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s: FAIL | 371 chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s: FAIL |
| 438 | 372 |
| 439 [ $arch == mips ] | 373 [ $arch == mips ] |
| 440 | 374 |
| 441 # Skip all tests on MIPS. | 375 # Skip all tests on MIPS. |
| 442 *: SKIP | 376 *: SKIP |
| OLD | NEW |