| 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 | 165 |
| 166 # SUBSETFAIL | 166 # SUBSETFAIL |
| 167 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-33: FAIL_OK | 167 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-33: FAIL_OK |
| 168 | 168 |
| 169 # SUBSETFAIL | 169 # SUBSETFAIL |
| 170 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-34: FAIL_OK | 170 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-34: FAIL_OK |
| 171 | 171 |
| 172 # SUBSETFAIL | 172 # SUBSETFAIL |
| 173 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-35: FAIL_OK | 173 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-35: FAIL_OK |
| 174 | 174 |
| 175 # Bad test - the spec does not say anything about throwing errors | |
| 176 # on calling Array.prototype.indexOf with undefined as argument. | |
| 177 chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-1: FAIL_OK | |
| 178 | |
| 179 # Bad test - the spec does not say anything about throwing errors | |
| 180 # on calling Array.prototype.indexOf with null as argument. | |
| 181 chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-2: FAIL_OK | |
| 182 | |
| 183 # Bad test - the test at the end should be "i === true". | 175 # Bad test - the test at the end should be "i === true". |
| 184 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-10: FAIL_OK | 176 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-10: FAIL_OK |
| 185 | 177 |
| 186 # Bad test - according to spec some returns a Boolean, not a number. | 178 # Bad test - according to spec some returns a Boolean, not a number. |
| 187 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-9: FAIL_OK | 179 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-9: FAIL_OK |
| 188 | 180 |
| 189 # Bad test - uses unitialized variable a in precondition check. | 181 # Bad test - uses unitialized variable a in precondition check. |
| 190 chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-3: FAIL_OK | 182 chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-3: FAIL_OK |
| 191 | 183 |
| 192 # We do not implement Array mapping functions correctly if array | 184 # We do not implement Array mapping functions correctly if array |
| 193 # entries are added for nonexistent entries smaller than length by | 185 # entries are added for nonexistent entries smaller than length by |
| 194 # the callback function. We are compatible with JSC. | 186 # the callback function. We are compatible with JSC. |
| 195 # See http://code.google.com/p/v8/issues/detail?id=755 | 187 # See http://code.google.com/p/v8/issues/detail?id=755 |
| 196 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-1: FAIL_OK | 188 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-1: FAIL_OK |
| 197 | 189 |
| 198 # Bad tests, path in test file is wrong. This will crash the test | 190 # Bad tests, path in test file is wrong. This will crash the test |
| 199 # script so we mark it SKIP. | 191 # script so we mark it SKIP. |
| 200 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4: SKIP | 192 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4: SKIP |
| 201 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4-s: SKIP | 193 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4-s: SKIP |
| 202 | 194 |
| 203 # Bad test - deleting the property on o in callbackfn will | 195 # Bad test - deleting the property on o in callbackfn will |
| 204 # have no effect on the actual array on which reduceRight is called. | 196 # have no effect on the actual array on which reduceRight is called. |
| 205 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-7: FAIL_OK | 197 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-7: FAIL_OK |
| 206 | 198 |
| 207 # We do not implement trim correctly on null and undefined. | |
| 208 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-1: FAIL | |
| 209 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-2: FAIL | |
| 210 | |
| 211 # We do not correctly recognize \uFEFF as whitespace | 199 # We do not correctly recognize \uFEFF as whitespace |
| 212 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-10: FAIL | 200 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-10: FAIL |
| 213 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-18: FAIL | 201 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-18: FAIL |
| 214 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-34: FAIL | 202 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-34: FAIL |
| 215 | 203 |
| 216 # RegExp.prototype is not of type RegExp - we are bug compatible with JSC. | 204 # RegExp.prototype is not of type RegExp - we are bug compatible with JSC. |
| 217 chapter15/15.10/15.10.6/15.10.6: FAIL_OK | 205 chapter15/15.10/15.10.6/15.10.6: FAIL_OK |
| 218 | 206 |
| 219 # We do not have the properties of a RegExp instance on RegExp.prototype. | 207 # We do not have the properties of a RegExp instance on RegExp.prototype. |
| 220 # The spec says we should - but we are currently bug compatible with JSC. | 208 # The spec says we should - but we are currently bug compatible with JSC. |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 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 |
| 359 | 347 |
| 360 # Array.prototype.reduce - null passed as thisValue to strict callbackfn | 348 # Array.prototype.reduce - null passed as thisValue to strict callbackfn |
| 361 # Invalid test case: http://es5conform.codeplex.com/workitem/29085 | 349 # Invalid test case: http://es5conform.codeplex.com/workitem/29085 |
| 362 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 |
| 363 | 351 |
| 364 [ $arch == mips ] | 352 [ $arch == mips ] |
| 365 | 353 |
| 366 # Skip all tests on MIPS. | 354 # Skip all tests on MIPS. |
| 367 *: SKIP | 355 *: SKIP |
| OLD | NEW |