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