Chromium Code Reviews| 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 167 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], | 167 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], |
| 168 # desugaring regexp property class relies on ICU. | 168 # desugaring regexp property class relies on ICU. |
| 169 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], | 169 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], |
| 170 | 170 |
| 171 # Allocates a large array buffer, which TSAN sometimes cannot handle. | 171 # Allocates a large array buffer, which TSAN sometimes cannot handle. |
| 172 'regress/regress-599717': [PASS, ['tsan', SKIP]], | 172 'regress/regress-599717': [PASS, ['tsan', SKIP]], |
| 173 | 173 |
| 174 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). | 174 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). |
| 175 'unicodelctest': [PASS, NO_VARIANTS], | 175 'unicodelctest': [PASS, NO_VARIANTS], |
| 176 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], | 176 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], |
| 177 | |
| 178 # Only run in turbofan and ignition variants | |
| 179 'es6/array-iterator-turbo': [SKIP], | |
| 177 }], # ALWAYS | 180 }], # ALWAYS |
| 178 | 181 |
| 179 ['novfp3 == True', { | 182 ['novfp3 == True', { |
| 180 'asm/embenchen/box2d': [SKIP], | 183 'asm/embenchen/box2d': [SKIP], |
| 181 'asm/embenchen/zlib': [SKIP], | 184 'asm/embenchen/zlib': [SKIP], |
| 182 'asm/embenchen/memops': [SKIP], | 185 'asm/embenchen/memops': [SKIP], |
| 183 'asm/embenchen/lua_binarytrees': [SKIP], | 186 'asm/embenchen/lua_binarytrees': [SKIP], |
| 184 }], # novfp3 == True | 187 }], # novfp3 == True |
| 185 | 188 |
| 186 ############################################################################## | 189 ############################################################################## |
| (...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 588 | 591 |
| 589 ############################################################################## | 592 ############################################################################## |
| 590 ['arch == ppc64', { | 593 ['arch == ppc64', { |
| 591 | 594 |
| 592 # stack overflow | 595 # stack overflow |
| 593 'big-array-literal': [SKIP], | 596 'big-array-literal': [SKIP], |
| 594 'regress/regress-353551': [SKIP], | 597 'regress/regress-353551': [SKIP], |
| 595 }], # 'arch == ppc64' | 598 }], # 'arch == ppc64' |
| 596 | 599 |
| 597 ############################################################################## | 600 ############################################################################## |
| 598 ['variant == nocrankshaft', { | |
| 599 'es6/array-iterator-turbo': [SKIP], | |
| 600 }], # variant == nocranshaft | |
| 601 | |
| 602 ############################################################################## | |
| 603 ['variant == stress', { | 601 ['variant == stress', { |
| 604 'es6/array-iterator-turbo': [SKIP], | |
| 605 | |
| 606 'ignition/regress-599001-verifyheap': [SKIP], | 602 'ignition/regress-599001-verifyheap': [SKIP], |
| 607 'unicode-test': [SKIP], | 603 'unicode-test': [SKIP], |
| 608 }], # variant == stress | 604 }], # variant == stress |
| 609 | 605 |
| 606 ['variant == turbofan or variant == ignition or variant == ignition_staging', { | |
| 607 'es6/array-iterator-turbo': [PASS], | |
|
Michael Achenbach
2016/11/14 17:02:20
Will this solve the problem with the deopt fuzzer?
| |
| 608 }], # variant == turbofan | |
| 609 | |
| 610 ############################################################################## | 610 ############################################################################## |
| 611 ['variant == turbofan_opt', { | 611 ['variant == turbofan_opt', { |
| 612 'es6/array-iterator-turbo': [SKIP], | |
| 613 | |
| 614 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. | 612 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
| 615 'debug-evaluate-locals': [FAIL], | 613 'debug-evaluate-locals': [FAIL], |
| 616 'debug-set-variable-value': [FAIL], | 614 'debug-set-variable-value': [FAIL], |
| 617 'debug-liveedit-double-call': [FAIL], | 615 'debug-liveedit-double-call': [FAIL], |
| 618 'es6/debug-evaluate-blockscopes': [FAIL], | 616 'es6/debug-evaluate-blockscopes': [FAIL], |
| 619 | 617 |
| 620 # TODO(jgruber): Fails in --turbo --always-opt mode. | 618 # TODO(jgruber): Fails in --turbo --always-opt mode. |
| 621 'regress/regress-105': [FAIL], | 619 'regress/regress-105': [FAIL], |
| 622 | 620 |
| 623 # Too slow. | 621 # Too slow. |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 684 'lithium/*': [SKIP], | 682 'lithium/*': [SKIP], |
| 685 'third_party/*': [SKIP], | 683 'third_party/*': [SKIP], |
| 686 'tools/*': [SKIP], | 684 'tools/*': [SKIP], |
| 687 'apply': [SKIP], | 685 'apply': [SKIP], |
| 688 'math-*': [SKIP], | 686 'math-*': [SKIP], |
| 689 'unicode-test': [SKIP], | 687 'unicode-test': [SKIP], |
| 690 'whitespaces': [SKIP], | 688 'whitespaces': [SKIP], |
| 691 }], # variant == asm_wasm | 689 }], # variant == asm_wasm |
| 692 | 690 |
| 693 ] | 691 ] |
| OLD | NEW |