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 23 matching lines...) Expand all Loading... |
34 # Non UTF8 characters in test files. | 34 # Non UTF8 characters in test files. |
35 chapter10/10.4/10.4.2/10.4.2-3-c-2-s: FAIL_OK | 35 chapter10/10.4/10.4.2/10.4.2-3-c-2-s: FAIL_OK |
36 chapter10/10.4/10.4.2/10.4.2-3-c-1-s: FAIL_OK | 36 chapter10/10.4/10.4.2/10.4.2-3-c-1-s: FAIL_OK |
37 chapter10/10.4/10.4.2/10.4.2-2-c-1: FAIL_OK | 37 chapter10/10.4/10.4.2/10.4.2-2-c-1: FAIL_OK |
38 | 38 |
39 # We do not implement the error chekcs specified in the production rules | 39 # We do not implement the error chekcs specified in the production rules |
40 # of 11.1.5 (Object initializer). | 40 # of 11.1.5 (Object initializer). |
41 # We are compatible with Safari and Firefox. | 41 # We are compatible with Safari and Firefox. |
42 chapter11/11.1/11.1.5: UNIMPLEMENTED | 42 chapter11/11.1/11.1.5: UNIMPLEMENTED |
43 | 43 |
| 44 # We do not have a global object called 'global' as required by tests. |
| 45 chapter15/15.1: FAIL_OK |
| 46 |
| 47 # NaN is writable. We are compatible with JSC. |
| 48 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178: FAIL_OK |
| 49 # Infinity is writable. We are compatible with JSC. |
| 50 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179: FAIL_OK |
| 51 # undefined is writable. We are compatible with JSC. |
| 52 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-180: FAIL_OK |
| 53 |
44 # Our Function object has an "arguments" property which is used as a | 54 # Our Function object has an "arguments" property which is used as a |
45 # non-property in the test. | 55 # non-property in the test. |
46 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-183: FAIL_OK | 56 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-183: FAIL_OK |
47 | 57 |
48 # Our Function object has a "caller" property which is used as a | 58 # Our Function object has a "caller" property which is used as a |
49 # non-property in in the test. | 59 # non-property in in the test. |
50 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-184: FAIL_OK | 60 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-184: FAIL_OK |
51 | 61 |
52 # Our function object has a name property which is used as a | 62 # Our function object has a name property which is used as a |
53 # non-property in the test. | 63 # non-property in the test. |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
336 chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s: FAIL | 346 chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s: FAIL |
337 | 347 |
338 # Array.prototype.reduce - null passed as thisValue to strict callbackfn | 348 # Array.prototype.reduce - null passed as thisValue to strict callbackfn |
339 # Invalid test case: http://es5conform.codeplex.com/workitem/29085 | 349 # Invalid test case: http://es5conform.codeplex.com/workitem/29085 |
340 chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s: FAIL | 350 chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s: FAIL |
341 | 351 |
342 [ $arch == mips ] | 352 [ $arch == mips ] |
343 | 353 |
344 # Skip all tests on MIPS. | 354 # Skip all tests on MIPS. |
345 *: SKIP | 355 *: SKIP |
OLD | NEW |