OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
562 'shared-function-tier-up-default': [SKIP], | 562 'shared-function-tier-up-default': [SKIP], |
563 'shared-function-tier-up-ignition': [SKIP], | 563 'shared-function-tier-up-ignition': [SKIP], |
564 'shared-function-tier-up-turbo': [SKIP], | 564 'shared-function-tier-up-turbo': [SKIP], |
565 | 565 |
566 # Ongoing implementation of modules. | 566 # Ongoing implementation of modules. |
567 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 | 567 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 |
568 # The deopt fuzzer currently does not respect the 'variant != ignition' rule | 568 # The deopt fuzzer currently does not respect the 'variant != ignition' rule |
569 # further down in this file, so we have to duplicate this here. | 569 # further down in this file, so we have to duplicate this here. |
570 # https://bugs.chromium.org/p/v8/issues/detail?id=5374 | 570 # https://bugs.chromium.org/p/v8/issues/detail?id=5374 |
571 'modules-*': [SKIP], | 571 'modules-*': [SKIP], |
| 572 |
| 573 # Fails deopt_fuzzer due to --deopt_every_n_times or |
| 574 # deopt_every_n_garbage_collections |
| 575 'es6/array-iterator-turbo': [SKIP] |
572 }], # 'deopt_fuzzer == True' | 576 }], # 'deopt_fuzzer == True' |
573 | 577 |
574 ############################################################################## | 578 ############################################################################## |
575 ['predictable == True', { | 579 ['predictable == True', { |
576 | 580 |
577 # Skip tests that are known to be non-deterministic. | 581 # Skip tests that are known to be non-deterministic. |
578 'd8-worker-sharedarraybuffer': [SKIP], | 582 'd8-worker-sharedarraybuffer': [SKIP], |
579 'd8-os': [SKIP], | 583 'd8-os': [SKIP], |
580 }], # 'predictable == True' | 584 }], # 'predictable == True' |
581 | 585 |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
684 'lithium/*': [SKIP], | 688 'lithium/*': [SKIP], |
685 'third_party/*': [SKIP], | 689 'third_party/*': [SKIP], |
686 'tools/*': [SKIP], | 690 'tools/*': [SKIP], |
687 'apply': [SKIP], | 691 'apply': [SKIP], |
688 'math-*': [SKIP], | 692 'math-*': [SKIP], |
689 'unicode-test': [SKIP], | 693 'unicode-test': [SKIP], |
690 'whitespaces': [SKIP], | 694 'whitespaces': [SKIP], |
691 }], # variant == asm_wasm | 695 }], # variant == asm_wasm |
692 | 696 |
693 ] | 697 ] |
OLD | NEW |