| 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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 'language/expressions/arrow-function/lexical-new.target': [FAIL], | 457 'language/expressions/arrow-function/lexical-new.target': [FAIL], |
| 458 'language/expressions/arrow-function/lexical-new.target-closure-returned': [FA
IL], | 458 'language/expressions/arrow-function/lexical-new.target-closure-returned': [FA
IL], |
| 459 | 459 |
| 460 # https://code.google.com/p/v8/issues/detail?id=2160 | 460 # https://code.google.com/p/v8/issues/detail?id=2160 |
| 461 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-1
': [FAIL], | 461 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-1
': [FAIL], |
| 462 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-2
': [FAIL], | 462 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-2
': [FAIL], |
| 463 | 463 |
| 464 # https://code.google.com/p/v8/issues/detail?id=3673 | 464 # https://code.google.com/p/v8/issues/detail?id=3673 |
| 465 'language/statements/class/definition/basics': [FAIL], | 465 'language/statements/class/definition/basics': [FAIL], |
| 466 | 466 |
| 467 # https://code.google.com/p/v8/issues/detail?id=4210 | |
| 468 'language/statements/for-in/const-bound-names-fordecl-tdz-for-in': [PASS, FAIL
], | |
| 469 'language/statements/for-in/let-bound-names-fordecl-tdz-for-in': [PASS, FAIL], | |
| 470 'language/statements/for-of/const-bound-names-fordecl-tdz-for-of': [PASS, FAIL
], | |
| 471 'language/statements/for-of/let-bound-names-fordecl-tdz-for-of': [PASS, FAIL], | |
| 472 | |
| 473 # Destructuring | 467 # Destructuring |
| 474 # https://code.google.com/p/v8/issues/detail?id=811 | 468 # https://code.google.com/p/v8/issues/detail?id=811 |
| 475 'language/statements/for-of/body-dstr-assign': [FAIL], | 469 'language/statements/for-of/body-dstr-assign': [FAIL], |
| 476 | 470 |
| 477 # https://code.google.com/p/v8/issues/detail?id=3566 | 471 # https://code.google.com/p/v8/issues/detail?id=3566 |
| 478 'language/statements/for-of/body-dstr-assign-error': [FAIL], | 472 'language/statements/for-of/body-dstr-assign-error': [FAIL], |
| 479 'language/statements/for-of/body-put-error': [FAIL], | 473 'language/statements/for-of/body-put-error': [FAIL], |
| 480 'language/statements/for-of/generator-close-via-break': [FAIL], | 474 'language/statements/for-of/generator-close-via-break': [FAIL], |
| 481 'language/statements/for-of/generator-close-via-return': [FAIL], | 475 'language/statements/for-of/generator-close-via-return': [FAIL], |
| 482 'language/statements/for-of/generator-close-via-throw': [FAIL], | 476 'language/statements/for-of/generator-close-via-throw': [FAIL], |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 807 | 801 |
| 808 # BUG(3251225): Tests that timeout with --nocrankshaft. | 802 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 809 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 803 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
| 810 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 804 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
| 811 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 805 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
| 812 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 806 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
| 813 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 807 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
| 814 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 808 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
| 815 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 809 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 816 ] | 810 ] |
| OLD | NEW |