| 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 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 615 |
| 616 # TODO(jgruber): Fails in --turbo --always-opt mode. | 616 # TODO(jgruber): Fails in --turbo --always-opt mode. |
| 617 'regress/regress-105': [FAIL], | 617 'regress/regress-105': [FAIL], |
| 618 | 618 |
| 619 # TODO(mstarzinger): Debugger cannot materialize de-materialized functions. |
| 620 'regress/regress-crbug-323936': [FAIL], |
| 621 |
| 619 # Too slow. | 622 # Too slow. |
| 620 'big-object-literal': [SKIP], | 623 'big-object-literal': [SKIP], |
| 621 'ignition/regress-599001-verifyheap': [SKIP], | 624 'ignition/regress-599001-verifyheap': [SKIP], |
| 622 'unicode-test': [SKIP], | 625 'unicode-test': [SKIP], |
| 623 | 626 |
| 624 }], # variant == turbofan_opt | 627 }], # variant == turbofan_opt |
| 625 | 628 |
| 626 ############################################################################## | 629 ############################################################################## |
| 627 ['variant == ignition or variant == ignition_staging', { | 630 ['variant == ignition or variant == ignition_staging', { |
| 628 # TODO(5587): fails to liveedit evaled code. | 631 # TODO(5587): fails to liveedit evaled code. |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 680 'lithium/*': [SKIP], | 683 'lithium/*': [SKIP], |
| 681 'third_party/*': [SKIP], | 684 'third_party/*': [SKIP], |
| 682 'tools/*': [SKIP], | 685 'tools/*': [SKIP], |
| 683 'apply': [SKIP], | 686 'apply': [SKIP], |
| 684 'math-*': [SKIP], | 687 'math-*': [SKIP], |
| 685 'unicode-test': [SKIP], | 688 'unicode-test': [SKIP], |
| 686 'whitespaces': [SKIP], | 689 'whitespaces': [SKIP], |
| 687 }], # variant == asm_wasm | 690 }], # variant == asm_wasm |
| 688 | 691 |
| 689 ] | 692 ] |
| OLD | NEW |