| 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 js1_5/Regress/regress-312588: FAIL || TIMEOUT | 211 js1_5/Regress/regress-312588: FAIL || TIMEOUT |
| 212 | 212 |
| 213 | 213 |
| 214 # Runs out of memory because it compiles huge functions. | 214 # Runs out of memory because it compiles huge functions. |
| 215 js1_5/Function/regress-338001: FAIL_OK | 215 js1_5/Function/regress-338001: FAIL_OK |
| 216 js1_5/Function/regress-338121-01: FAIL_OK | 216 js1_5/Function/regress-338121-01: FAIL_OK |
| 217 js1_5/Function/regress-338121-02: FAIL_OK | 217 js1_5/Function/regress-338121-02: FAIL_OK |
| 218 js1_5/Function/regress-338121-03: FAIL_OK | 218 js1_5/Function/regress-338121-03: FAIL_OK |
| 219 | 219 |
| 220 # Expectes 'prototype' property of functions to be enumerable. | 220 # Expectes 'prototype' property of functions to be enumerable. |
| 221 mozilla/js1_5/Function/10.1.6-01: FAIL_OK | 221 js1_5/Function/10.1.6-01: FAIL_OK |
| 222 | 222 |
| 223 # Length of objects whose prototype chain includes a function | 223 # Length of objects whose prototype chain includes a function |
| 224 ecma_3/Function/regress-313570: FAIL_OK | 224 ecma_3/Function/regress-313570: FAIL_OK |
| 225 | 225 |
| 226 # toPrecision argument restricted to range 1..21 in JSC/V8 | 226 # toPrecision argument restricted to range 1..21 in JSC/V8 |
| 227 js1_5/Regress/regress-452346: FAIL_OK | 227 js1_5/Regress/regress-452346: FAIL_OK |
| 228 | 228 |
| 229 # Array.prototype.slice with zero arguments return undefined in JSC/V8, | 229 # Array.prototype.slice with zero arguments return undefined in JSC/V8, |
| 230 # empty array in Spider/TraceMonkey. | 230 # empty array in Spider/TraceMonkey. |
| 231 js1_5/Array/regress-451483: FAIL_OK | 231 js1_5/Array/regress-451483: FAIL_OK |
| (...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 811 ecma/Date/15.9.5.8: SKIP | 811 ecma/Date/15.9.5.8: SKIP |
| 812 ecma/Date/15.9.5.9: SKIP | 812 ecma/Date/15.9.5.9: SKIP |
| 813 ecma/Date/15.9.5.10-2: SKIP | 813 ecma/Date/15.9.5.10-2: SKIP |
| 814 ecma/Date/15.9.5.11-2: SKIP | 814 ecma/Date/15.9.5.11-2: SKIP |
| 815 ecma/Expressions/11.7.2: SKIP | 815 ecma/Expressions/11.7.2: SKIP |
| 816 ecma/Expressions/11.10-2: SKIP | 816 ecma/Expressions/11.10-2: SKIP |
| 817 ecma/Expressions/11.7.3: SKIP | 817 ecma/Expressions/11.7.3: SKIP |
| 818 ecma/Expressions/11.10-3: SKIP | 818 ecma/Expressions/11.10-3: SKIP |
| 819 ecma/Expressions/11.7.1: SKIP | 819 ecma/Expressions/11.7.1: SKIP |
| 820 ecma_3/RegExp/regress-209067: SKIP | 820 ecma_3/RegExp/regress-209067: SKIP |
| OLD | NEW |