| OLD | NEW |
| 1 # Copyright 2008 the V8 project authors. All rights reserved. | 1 # Copyright 2008 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 ecma/String/15.5.4.11-5: FAIL_OK | 186 ecma/String/15.5.4.11-5: FAIL_OK |
| 187 ecma/String/15.5.4.12-1: FAIL_OK | 187 ecma/String/15.5.4.12-1: FAIL_OK |
| 188 ecma/String/15.5.4.12-4: FAIL_OK | 188 ecma/String/15.5.4.12-4: FAIL_OK |
| 189 | 189 |
| 190 # This test uses an older version of the unicode standard that fails | 190 # This test uses an older version of the unicode standard that fails |
| 191 # us because we correctly convert the armenian small ligature ech-yiwn | 191 # us because we correctly convert the armenian small ligature ech-yiwn |
| 192 # to the two upper-case characters ECH and YIWN, whereas the older | 192 # to the two upper-case characters ECH and YIWN, whereas the older |
| 193 # unicode version converts it to itself. | 193 # unicode version converts it to itself. |
| 194 ecma/String/15.5.4.12-5: FAIL_OK | 194 ecma/String/15.5.4.12-5: FAIL_OK |
| 195 | 195 |
| 196 # Creates a linked list of arrays until we run out of memory. | 196 # Creates a linked list of arrays until we run out of memory or timeout. |
| 197 js1_5/Regress/regress-312588: FAIL_OK | 197 js1_5/Regress/regress-312588: FAIL_OK |
| 198 | 198 |
| 199 | 199 |
| 200 # Runs out of memory because it compiles huge functions. | 200 # Runs out of memory because it compiles huge functions. |
| 201 js1_5/Function/regress-338001: FAIL_OK | 201 js1_5/Function/regress-338001: FAIL_OK |
| 202 js1_5/Function/regress-338121-01: FAIL_OK | 202 js1_5/Function/regress-338121-01: FAIL_OK |
| 203 js1_5/Function/regress-338121-02: FAIL_OK | 203 js1_5/Function/regress-338121-02: FAIL_OK |
| 204 js1_5/Function/regress-338121-03: FAIL_OK | 204 js1_5/Function/regress-338121-03: FAIL_OK |
| 205 | 205 |
| 206 | 206 |
| (...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 792 ecma/Date/15.9.5.8: SKIP | 792 ecma/Date/15.9.5.8: SKIP |
| 793 ecma/Date/15.9.5.9: SKIP | 793 ecma/Date/15.9.5.9: SKIP |
| 794 ecma/Date/15.9.5.10-2: SKIP | 794 ecma/Date/15.9.5.10-2: SKIP |
| 795 ecma/Date/15.9.5.11-2: SKIP | 795 ecma/Date/15.9.5.11-2: SKIP |
| 796 ecma/Expressions/11.7.2: SKIP | 796 ecma/Expressions/11.7.2: SKIP |
| 797 ecma/Expressions/11.10-2: SKIP | 797 ecma/Expressions/11.10-2: SKIP |
| 798 ecma/Expressions/11.7.3: SKIP | 798 ecma/Expressions/11.7.3: SKIP |
| 799 ecma/Expressions/11.10-3: SKIP | 799 ecma/Expressions/11.10-3: SKIP |
| 800 ecma/Expressions/11.7.1: SKIP | 800 ecma/Expressions/11.7.1: SKIP |
| 801 ecma_3/RegExp/regress-209067: SKIP | 801 ecma_3/RegExp/regress-209067: SKIP |
| OLD | NEW |