| 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 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 605 ['variant == turbofan_opt', { | 605 ['variant == turbofan_opt', { |
| 606 | 606 |
| 607 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. | 607 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
| 608 'debug-evaluate-closure': [FAIL], | 608 'debug-evaluate-closure': [FAIL], |
| 609 'debug-evaluate-locals': [FAIL], | 609 'debug-evaluate-locals': [FAIL], |
| 610 'debug-set-variable-value': [FAIL], | 610 'debug-set-variable-value': [FAIL], |
| 611 'debug-evaluate-locals-optimized': [FAIL], | 611 'debug-evaluate-locals-optimized': [FAIL], |
| 612 'debug-evaluate-locals-optimized-double': [FAIL], | 612 'debug-evaluate-locals-optimized-double': [FAIL], |
| 613 'debug-liveedit-double-call': [FAIL], | 613 'debug-liveedit-double-call': [FAIL], |
| 614 'es6/debug-evaluate-blockscopes': [FAIL], | 614 'es6/debug-evaluate-blockscopes': [FAIL], |
| 615 'ignition/debug-break-on-stack': [FAIL], | |
| 616 | 615 |
| 617 # TODO(jgruber): Fails in --turbo --always-opt mode. | 616 # TODO(jgruber): Fails in --turbo --always-opt mode. |
| 618 'regress/regress-105': [FAIL], | 617 'regress/regress-105': [FAIL], |
| 619 | 618 |
| 620 # Too slow. | 619 # Too slow. |
| 621 'big-object-literal': [SKIP], | 620 'big-object-literal': [SKIP], |
| 622 'ignition/regress-599001-verifyheap': [SKIP], | 621 'ignition/regress-599001-verifyheap': [SKIP], |
| 623 'unicode-test': [SKIP], | 622 'unicode-test': [SKIP], |
| 624 | 623 |
| 625 }], # variant == turbofan_opt | 624 }], # variant == turbofan_opt |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 681 'lithium/*': [SKIP], | 680 'lithium/*': [SKIP], |
| 682 'third_party/*': [SKIP], | 681 'third_party/*': [SKIP], |
| 683 'tools/*': [SKIP], | 682 'tools/*': [SKIP], |
| 684 'apply': [SKIP], | 683 'apply': [SKIP], |
| 685 'math-*': [SKIP], | 684 'math-*': [SKIP], |
| 686 'unicode-test': [SKIP], | 685 'unicode-test': [SKIP], |
| 687 'whitespaces': [SKIP], | 686 'whitespaces': [SKIP], |
| 688 }], # variant == asm_wasm | 687 }], # variant == asm_wasm |
| 689 | 688 |
| 690 ] | 689 ] |
| OLD | NEW |