| 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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 | 432 |
| 433 # https://code.google.com/p/v8/issues/detail?id=4245 | 433 # https://code.google.com/p/v8/issues/detail?id=4245 |
| 434 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL], | 434 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL], |
| 435 | 435 |
| 436 # The order of adding the name property is wrong | 436 # The order of adding the name property is wrong |
| 437 # https://code.google.com/p/v8/issues/detail?id=4199 | 437 # https://code.google.com/p/v8/issues/detail?id=4199 |
| 438 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLO
PPY], | 438 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLO
PPY], |
| 439 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLO
PPY], | 439 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLO
PPY], |
| 440 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLO
PPY], | 440 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLO
PPY], |
| 441 | 441 |
| 442 # new.target | |
| 443 # https://code.google.com/p/v8/issues/detail?id=3887 | |
| 444 'language/expressions/arrow-function/lexical-new.target': [FAIL], | |
| 445 'language/expressions/arrow-function/lexical-new.target-closure-returned': [FA
IL], | |
| 446 | |
| 447 # https://code.google.com/p/v8/issues/detail?id=2160 | 442 # https://code.google.com/p/v8/issues/detail?id=2160 |
| 448 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-1
': [FAIL], | 443 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-1
': [FAIL], |
| 449 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-2
': [FAIL], | 444 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-2
': [FAIL], |
| 450 'language/expressions/object/method-definition/generator-super-prop-param': [F
AIL], | 445 'language/expressions/object/method-definition/generator-super-prop-param': [F
AIL], |
| 451 'language/expressions/object/method-definition/name-param-init-yield': [FAIL], | 446 'language/expressions/object/method-definition/name-param-init-yield': [FAIL], |
| 452 'language/expressions/object/method-definition/name-super-prop-param': [FAIL], | 447 'language/expressions/object/method-definition/name-super-prop-param': [FAIL], |
| 453 | 448 |
| 454 # https://code.google.com/p/v8/issues/detail?id=3673 | 449 # https://code.google.com/p/v8/issues/detail?id=3673 |
| 455 'language/statements/class/definition/basics': [FAIL], | 450 'language/statements/class/definition/basics': [FAIL], |
| 456 | 451 |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 | 755 |
| 761 # BUG(3251225): Tests that timeout with --nocrankshaft. | 756 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 762 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 757 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
| 763 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 758 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
| 764 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 759 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
| 765 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 760 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
| 766 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 761 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
| 767 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 762 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
| 768 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 763 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 769 ] | 764 ] |
| OLD | NEW |