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 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 620 'language/statements/function/S13.2.2_A18_T2': [SKIP], | 620 'language/statements/function/S13.2.2_A18_T2': [SKIP], |
| 621 'language/statements/function/S13.2.2_A19_T1': [SKIP], | 621 'language/statements/function/S13.2.2_A19_T1': [SKIP], |
| 622 'language/statements/function/S13.2.2_A19_T2': [SKIP], | 622 'language/statements/function/S13.2.2_A19_T2': [SKIP], |
| 623 'language/statements/function/S13.2.2_A19_T3': [SKIP], | 623 'language/statements/function/S13.2.2_A19_T3': [SKIP], |
| 624 'language/statements/function/S13.2.2_A19_T4': [SKIP], | 624 'language/statements/function/S13.2.2_A19_T4': [SKIP], |
| 625 'language/statements/function/S13.2.2_A19_T5': [SKIP], | 625 'language/statements/function/S13.2.2_A19_T5': [SKIP], |
| 626 'language/statements/function/S13.2.2_A19_T6': [SKIP], | 626 'language/statements/function/S13.2.2_A19_T6': [SKIP], |
| 627 'language/statements/function/S13.2.2_A19_T7': [SKIP], | 627 'language/statements/function/S13.2.2_A19_T7': [SKIP], |
| 628 'language/statements/function/S13.2.2_A19_T8': [SKIP], | 628 'language/statements/function/S13.2.2_A19_T8': [SKIP], |
| 629 'language/statements/while/S12.6.2_A4_T5': [SKIP], | 629 'language/statements/while/S12.6.2_A4_T5': [SKIP], |
| 630 'built-ins/GeneratorFunction/has-instance': [SKIP], | |
| 631 'built-ins/GeneratorFunction/instance-name': [SKIP], | |
| 632 'built-ins/GeneratorFunction/instance-restricted-properties': [SKIP], | |
| 633 'built-ins/GeneratorFunction/invoked-as-constructor-no-arguments': [SKIP], | |
| 634 'built-ins/GeneratorFunction/invoked-as-function-no-arguments': [SKIP], | |
| 635 'built-ins/GeneratorFunction/invoked-as-function-multiple-arguments': [SKIP], | |
| 636 'built-ins/GeneratorFunction/invoked-as-function-single-argument': [SKIP], | |
|
rmcilroy
2015/12/15 11:06:11
(optional) You could probably just blacklist built
Michael Starzinger
2015/12/15 11:36:04
Done.
| |
| 637 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-1': [SKIP], | |
| 638 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-2': [SKIP], | |
| 639 'language/block-scope/leave/verify-context-in-labelled-block': [SKIP], | |
| 640 'language/expressions/object/method-definition/name-prop-name-yield-expr': [SK IP], | |
| 641 'language/statements/function/S13.2.2_A18_T1': [SKIP], | |
| 642 'language/statements/function/S13.2.2_A17_T2': [SKIP], | |
| 643 'language/statements/function/S13.2.2_A17_T3': [SKIP], | |
| 630 }], # ignition == True | 644 }], # ignition == True |
| 631 | 645 |
| 632 ['ignition == True and (arch == arm or arch == arm64)', { | 646 ['ignition == True and (arch == arm or arch == arm64)', { |
| 633 'built-ins/encodeURI*': [SKIP], | 647 'built-ins/encodeURI*': [SKIP], |
| 634 'intl402/9.2.2': [SKIP], | 648 'intl402/9.2.2': [SKIP], |
| 635 }], # ignition == True and (arch == arm or arch == arm64) | 649 }], # ignition == True and (arch == arm or arch == arm64) |
| 636 | 650 |
| 637 ] | 651 ] |
| OLD | NEW |