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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 | 570 |
571 ############################################################################## | 571 ############################################################################## |
572 ['variant == nocrankshaft', { | 572 ['variant == nocrankshaft', { |
573 'es6/array-iterator-turbo': [SKIP], | 573 'es6/array-iterator-turbo': [SKIP], |
574 }], # variant == nocranshaft | 574 }], # variant == nocranshaft |
575 | 575 |
576 ############################################################################## | 576 ############################################################################## |
577 ['variant == stress', { | 577 ['variant == stress', { |
578 'es6/array-iterator-turbo': [SKIP], | 578 'es6/array-iterator-turbo': [SKIP], |
579 | 579 |
580 # Ongoing implementation of modules. | |
581 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 | |
582 'modules-debug-scopes1': [SKIP], | |
583 | |
584 'ignition/regress-599001-verifyheap': [SKIP], | 580 'ignition/regress-599001-verifyheap': [SKIP], |
585 'unicode-test': [SKIP], | 581 'unicode-test': [SKIP], |
586 }], # variant == stress | 582 }], # variant == stress |
587 | 583 |
588 ############################################################################## | 584 ############################################################################## |
589 ['variant == turbofan_opt', { | 585 ['variant == turbofan_opt', { |
590 'es6/array-iterator-turbo': [SKIP], | 586 'es6/array-iterator-turbo': [SKIP], |
591 | 587 |
592 # TODO(jgruber): Fails in --turbo --always-opt mode. | 588 # TODO(jgruber): Fails in --turbo --always-opt mode. |
593 'regress/regress-105': [FAIL], | 589 'regress/regress-105': [FAIL], |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
658 'lithium/*': [SKIP], | 654 'lithium/*': [SKIP], |
659 'third_party/*': [SKIP], | 655 'third_party/*': [SKIP], |
660 'tools/*': [SKIP], | 656 'tools/*': [SKIP], |
661 'apply': [SKIP], | 657 'apply': [SKIP], |
662 'math-*': [SKIP], | 658 'math-*': [SKIP], |
663 'unicode-test': [SKIP], | 659 'unicode-test': [SKIP], |
664 'whitespaces': [SKIP], | 660 'whitespaces': [SKIP], |
665 }], # variant == wasm_traps | 661 }], # variant == wasm_traps |
666 | 662 |
667 ] | 663 ] |
OLD | NEW |