Chromium Code Reviews| 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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 498 'built-ins/GeneratorPrototype/return/try-finally-before-try': [FAIL], | 498 'built-ins/GeneratorPrototype/return/try-finally-before-try': [FAIL], |
| 499 'built-ins/GeneratorPrototype/return/try-finally-following-finally': [FAIL], | 499 'built-ins/GeneratorPrototype/return/try-finally-following-finally': [FAIL], |
| 500 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-catch ': [FAIL], | 500 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-catch ': [FAIL], |
| 501 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-final ly': [FAIL], | 501 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-final ly': [FAIL], |
| 502 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-inner -try': [FAIL], | 502 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-inner -try': [FAIL], |
| 503 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-outer -try-after-nested': [FAIL], | 503 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-outer -try-after-nested': [FAIL], |
| 504 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-outer -try-before-nested': [FAIL], | 504 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-outer -try-before-nested': [FAIL], |
| 505 'built-ins/GeneratorPrototype/return/try-finally-within-finally': [FAIL], | 505 'built-ins/GeneratorPrototype/return/try-finally-within-finally': [FAIL], |
| 506 'built-ins/GeneratorPrototype/return/try-finally-within-try': [FAIL], | 506 'built-ins/GeneratorPrototype/return/try-finally-within-try': [FAIL], |
| 507 | 507 |
| 508 # https://code.google.com/p/v8/issues/detail?id=4177 | |
|
arv (Not doing code reviews)
2015/07/10 15:54:48
Woot!
| |
| 509 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-2': [FAIL] , | |
| 510 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-3': [FAIL] , | |
| 511 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-4': [FAIL] , | |
| 512 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-delete-2': [FAIL], | |
| 513 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-delete-3': [FAIL], | |
| 514 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-delete-4': [FAIL], | |
| 515 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-nonwritabl e-3': [FAIL], | |
| 516 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-nonwritabl e-4': [FAIL], | |
| 517 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-nonwritabl e-5': [FAIL], | |
| 518 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-strict-del ete-2': [FAIL], | |
| 519 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-strict-del ete-3': [FAIL], | |
| 520 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-strict-del ete-4': [FAIL], | |
| 521 | |
| 522 # https://code.google.com/p/v8/issues/detail?id=811 | 508 # https://code.google.com/p/v8/issues/detail?id=811 |
| 523 'language/expressions/assignment/destructuring/array-elem-elision': [FAIL], | 509 'language/expressions/assignment/destructuring/array-elem-elision': [FAIL], |
| 524 'language/expressions/assignment/destructuring/array-elem-init-assignment': [F AIL], | 510 'language/expressions/assignment/destructuring/array-elem-init-assignment': [F AIL], |
| 525 'language/expressions/assignment/destructuring/array-elem-init-evaluation': [F AIL], | 511 'language/expressions/assignment/destructuring/array-elem-init-evaluation': [F AIL], |
| 526 'language/expressions/assignment/destructuring/array-elem-init-in': [FAIL], | 512 'language/expressions/assignment/destructuring/array-elem-init-in': [FAIL], |
| 527 'language/expressions/assignment/destructuring/array-elem-init-let': [FAIL], | 513 'language/expressions/assignment/destructuring/array-elem-init-let': [FAIL], |
| 528 'language/expressions/assignment/destructuring/array-elem-init-order': [FAIL], | 514 'language/expressions/assignment/destructuring/array-elem-init-order': [FAIL], |
| 529 'language/expressions/assignment/destructuring/array-elem-init-simple-no-stric t': [FAIL], | 515 'language/expressions/assignment/destructuring/array-elem-init-simple-no-stric t': [FAIL], |
| 530 'language/expressions/assignment/destructuring/array-elem-init-yield-expr': [F AIL], | 516 'language/expressions/assignment/destructuring/array-elem-init-yield-expr': [F AIL], |
| 531 'language/expressions/assignment/destructuring/array-elem-init-yield-ident-val id': [FAIL], | 517 'language/expressions/assignment/destructuring/array-elem-init-yield-ident-val id': [FAIL], |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 780 | 766 |
| 781 # BUG(3251225): Tests that timeout with --nocrankshaft. | 767 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 782 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 768 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
| 783 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 769 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
| 784 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 770 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
| 785 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 771 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
| 786 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 772 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
| 787 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 773 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
| 788 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 774 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 789 ] | 775 ] |
| OLD | NEW |