| 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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 'built-ins/Promise/symbol-species': [FAIL], | 288 'built-ins/Promise/symbol-species': [FAIL], |
| 289 'built-ins/Promise/symbol-species-name': [FAIL], | 289 'built-ins/Promise/symbol-species-name': [FAIL], |
| 290 'built-ins/RegExp/symbol-species': [FAIL], | 290 'built-ins/RegExp/symbol-species': [FAIL], |
| 291 'built-ins/RegExp/symbol-species-name': [FAIL], | 291 'built-ins/RegExp/symbol-species-name': [FAIL], |
| 292 'built-ins/Set/symbol-species': [FAIL], | 292 'built-ins/Set/symbol-species': [FAIL], |
| 293 'built-ins/Set/symbol-species-name': [FAIL], | 293 'built-ins/Set/symbol-species-name': [FAIL], |
| 294 'built-ins/Symbol/species/basic': [FAIL], | 294 'built-ins/Symbol/species/basic': [FAIL], |
| 295 'built-ins/Symbol/species/builtin-getter-name': [FAIL], | 295 'built-ins/Symbol/species/builtin-getter-name': [FAIL], |
| 296 'built-ins/Symbol/species/subclassing': [FAIL], | 296 'built-ins/Symbol/species/subclassing': [FAIL], |
| 297 | 297 |
| 298 # https://code.google.com/p/v8/issues/detail?id=4242 |
| 299 'built-ins/Date/15.9.1.15-1': [FAIL], |
| 300 |
| 298 # https://code.google.com/p/v8/issues/detail?id=4004 | 301 # https://code.google.com/p/v8/issues/detail?id=4004 |
| 299 'built-ins/Date/prototype/setFullYear/15.9.5.40_1': [FAIL], | 302 'built-ins/Date/prototype/setFullYear/15.9.5.40_1': [FAIL], |
| 300 | 303 |
| 301 # https://code.google.com/p/v8/issues/detail?id=4002 | 304 # https://code.google.com/p/v8/issues/detail?id=4002 |
| 302 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], | 305 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], |
| 303 | 306 |
| 304 # https://code.google.com/p/v8/issues/detail?id=4163 | 307 # https://code.google.com/p/v8/issues/detail?id=4163 |
| 305 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL], | 308 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL], |
| 306 | 309 |
| 307 # https://code.google.com/p/v8/issues/detail?id=3566 | 310 # https://code.google.com/p/v8/issues/detail?id=3566 |
| (...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 802 | 805 |
| 803 # BUG(3251225): Tests that timeout with --nocrankshaft. | 806 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 804 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 807 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
| 805 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 808 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
| 806 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 809 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
| 807 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 810 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
| 808 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 811 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
| 809 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 812 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
| 810 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 813 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 811 ] | 814 ] |
| OLD | NEW |