| 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 ecma/String/15.5.4.12-1: FAIL_OK | 216 ecma/String/15.5.4.12-1: FAIL_OK |
| 217 ecma/String/15.5.4.12-4: FAIL_OK | 217 ecma/String/15.5.4.12-4: FAIL_OK |
| 218 | 218 |
| 219 # This test uses an older version of the unicode standard that fails | 219 # This test uses an older version of the unicode standard that fails |
| 220 # us because we correctly convert the armenian small ligature ech-yiwn | 220 # us because we correctly convert the armenian small ligature ech-yiwn |
| 221 # to the two upper-case characters ECH and YIWN, whereas the older | 221 # to the two upper-case characters ECH and YIWN, whereas the older |
| 222 # unicode version converts it to itself. | 222 # unicode version converts it to itself. |
| 223 ecma/String/15.5.4.12-5: FAIL_OK | 223 ecma/String/15.5.4.12-5: FAIL_OK |
| 224 | 224 |
| 225 # Creates a linked list of arrays until we run out of memory or timeout. | 225 # Creates a linked list of arrays until we run out of memory or timeout. |
| 226 js1_5/Regress/regress-312588: FAIL || TIMEOUT | 226 js1_5/Regress/regress-312588: SKIP |
| 227 | 227 |
| 228 | 228 |
| 229 # Runs out of memory because it compiles huge functions. | 229 # Runs out of memory because it compiles huge functions. |
| 230 js1_5/Function/regress-338001: FAIL_OK | 230 js1_5/Function/regress-338001: FAIL_OK |
| 231 js1_5/Function/regress-338121-01: FAIL_OK | 231 js1_5/Function/regress-338121-01: FAIL_OK |
| 232 js1_5/Function/regress-338121-02: FAIL_OK | 232 js1_5/Function/regress-338121-02: FAIL_OK |
| 233 js1_5/Function/regress-338121-03: FAIL_OK | 233 js1_5/Function/regress-338121-03: FAIL_OK |
| 234 | 234 |
| 235 # Expectes 'prototype' property of functions to be enumerable. | 235 # Expectes 'prototype' property of functions to be enumerable. |
| 236 js1_5/Function/10.1.6-01: FAIL_OK | 236 js1_5/Function/10.1.6-01: FAIL_OK |
| (...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 851 ecma/Date/15.9.5.12-2: SKIP | 851 ecma/Date/15.9.5.12-2: SKIP |
| 852 ecma/Date/15.9.5.8: SKIP | 852 ecma/Date/15.9.5.8: SKIP |
| 853 ecma/Date/15.9.5.9: SKIP | 853 ecma/Date/15.9.5.9: SKIP |
| 854 ecma/Date/15.9.5.11-2: SKIP | 854 ecma/Date/15.9.5.11-2: SKIP |
| 855 ecma/Expressions/11.7.2: SKIP | 855 ecma/Expressions/11.7.2: SKIP |
| 856 ecma/Expressions/11.10-2: SKIP | 856 ecma/Expressions/11.10-2: SKIP |
| 857 ecma/Expressions/11.7.3: SKIP | 857 ecma/Expressions/11.7.3: SKIP |
| 858 ecma/Expressions/11.10-3: SKIP | 858 ecma/Expressions/11.10-3: SKIP |
| 859 ecma/Expressions/11.7.1: SKIP | 859 ecma/Expressions/11.7.1: SKIP |
| 860 ecma_3/RegExp/regress-209067: SKIP | 860 ecma_3/RegExp/regress-209067: SKIP |
| OLD | NEW |