| 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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 'built-ins/Array/symbol-species': [FAIL], | 364 'built-ins/Array/symbol-species': [FAIL], |
| 365 'built-ins/ArrayBuffer/symbol-species': [FAIL], | 365 'built-ins/ArrayBuffer/symbol-species': [FAIL], |
| 366 'built-ins/Map/symbol-species': [FAIL], | 366 'built-ins/Map/symbol-species': [FAIL], |
| 367 'built-ins/Promise/symbol-species': [FAIL], | 367 'built-ins/Promise/symbol-species': [FAIL], |
| 368 'built-ins/RegExp/symbol-species': [FAIL], | 368 'built-ins/RegExp/symbol-species': [FAIL], |
| 369 'built-ins/Set/symbol-species': [FAIL], | 369 'built-ins/Set/symbol-species': [FAIL], |
| 370 'built-ins/Symbol/species/basic': [FAIL], | 370 'built-ins/Symbol/species/basic': [FAIL], |
| 371 'built-ins/Symbol/species/builtin-getter-name': [FAIL], | 371 'built-ins/Symbol/species/builtin-getter-name': [FAIL], |
| 372 'built-ins/Symbol/species/subclassing': [FAIL], | 372 'built-ins/Symbol/species/subclassing': [FAIL], |
| 373 | 373 |
| 374 # https://code.google.com/p/v8/issues/detail?id=4242 | |
| 375 'built-ins/Date/15.9.1.15-1': [FAIL], | |
| 376 | |
| 377 # https://code.google.com/p/v8/issues/detail?id=4004 | 374 # https://code.google.com/p/v8/issues/detail?id=4004 |
| 378 'built-ins/Date/prototype/setFullYear/15.9.5.40_1': [FAIL], | 375 'built-ins/Date/prototype/setFullYear/15.9.5.40_1': [FAIL], |
| 379 | 376 |
| 380 # https://code.google.com/p/v8/issues/detail?id=4002 | 377 # https://code.google.com/p/v8/issues/detail?id=4002 |
| 381 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], | 378 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], |
| 382 | 379 |
| 383 # https://code.google.com/p/v8/issues/detail?id=4163 | 380 # https://code.google.com/p/v8/issues/detail?id=4163 |
| 384 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL], | 381 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL], |
| 385 | 382 |
| 386 # https://code.google.com/p/v8/issues/detail?id=3566 | 383 # https://code.google.com/p/v8/issues/detail?id=3566 |
| (...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 752 | 749 |
| 753 # BUG(3251225): Tests that timeout with --nocrankshaft. | 750 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 754 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 751 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
| 755 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 752 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
| 756 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 753 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
| 757 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 754 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
| 758 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 755 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
| 759 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 756 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
| 760 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 757 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 761 ] | 758 ] |
| OLD | NEW |