| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 | 68 |
| 69 # NOT IMPLEMENTED: RegExp.prototype.global | 69 # NOT IMPLEMENTED: RegExp.prototype.global |
| 70 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-213: UNIMPLEMENTED | 70 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-213: UNIMPLEMENTED |
| 71 | 71 |
| 72 # NOT IMPLEMENTED: RegExp.prototype.ignoreCase | 72 # NOT IMPLEMENTED: RegExp.prototype.ignoreCase |
| 73 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-214: UNIMPLEMENTED | 73 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-214: UNIMPLEMENTED |
| 74 | 74 |
| 75 # NOT IMPLEMENTED: RegExp.prototype.multiline | 75 # NOT IMPLEMENTED: RegExp.prototype.multiline |
| 76 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-215: UNIMPLEMENTED | 76 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-215: UNIMPLEMENTED |
| 77 | 77 |
| 78 # All of the tests below marked SUBSETFAIL (in 15.2.3.4) fail because | 78 # All of the tests below marked SUBSETFAIL (in 15.2.3.4) fail because |
| 79 # the tests assumes that objects can not have more properties | 79 # the tests assumes that objects can not have more properties |
| 80 # than those described in the spec - but according to spec they can | 80 # than those described in the spec - but according to spec they can |
| 81 # have additional properties. | 81 # have additional properties. |
| 82 # All compareArray calls in these tests could be exchanged with a | 82 # All compareArray calls in these tests could be exchanged with a |
| 83 # isSubsetOfArray call (I will upload a patch to the es5conform site). | 83 # isSubsetOfArray call (I will upload a patch to the es5conform site). |
| 84 | 84 |
| 85 # SUBSETFAIL | 85 # SUBSETFAIL |
| 86 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-1: FAIL_OK | 86 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-1: FAIL_OK |
| 87 | 87 |
| 88 # SUBSETFAIL + we do not implement all methods on Object. | 88 # SUBSETFAIL + we do not implement all methods on Object. |
| 89 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-2: FAIL_OK | 89 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-2: FAIL_OK |
| 90 | 90 |
| 91 # SUBSETFAIL | 91 # SUBSETFAIL |
| 92 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-3: FAIL_OK | 92 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-3: FAIL_OK |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 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 |
| 347 | 347 |
| 348 # Array.prototype.reduce - null passed as thisValue to strict callbackfn | 348 # Array.prototype.reduce - null passed as thisValue to strict callbackfn |
| 349 # Invalid test case: http://es5conform.codeplex.com/workitem/29085 | 349 # Invalid test case: http://es5conform.codeplex.com/workitem/29085 |
| 350 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 |
| 351 | 351 |
| 352 [ $arch == mips ] | 352 [ $arch == mips ] |
| 353 | 353 |
| 354 # Skip all tests on MIPS. | 354 # Skip all tests on MIPS. |
| 355 *: SKIP | 355 *: SKIP |
| OLD | NEW |