| 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 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 597 'unicode-test': [SKIP], | 597 'unicode-test': [SKIP], |
| 598 }], # variant == stress | 598 }], # variant == stress |
| 599 | 599 |
| 600 ############################################################################## | 600 ############################################################################## |
| 601 ['variant == turbofan_opt', { | 601 ['variant == turbofan_opt', { |
| 602 | 602 |
| 603 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. | 603 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
| 604 'debug-evaluate-locals': [FAIL], | 604 'debug-evaluate-locals': [FAIL], |
| 605 'debug-set-variable-value': [FAIL], | 605 'debug-set-variable-value': [FAIL], |
| 606 'debug-liveedit-double-call': [FAIL], | 606 'debug-liveedit-double-call': [FAIL], |
| 607 'es6/debug-evaluate-blockscopes': [FAIL], | |
| 608 | 607 |
| 609 # TODO(jgruber): Fails in --turbo --always-opt mode. | 608 # TODO(jgruber): Fails in --turbo --always-opt mode. |
| 610 'regress/regress-105': [FAIL], | 609 'regress/regress-105': [FAIL], |
| 611 | 610 |
| 612 # Too slow. | 611 # Too slow. |
| 613 'big-object-literal': [SKIP], | 612 'big-object-literal': [SKIP], |
| 614 'ignition/regress-599001-verifyheap': [SKIP], | 613 'ignition/regress-599001-verifyheap': [SKIP], |
| 615 'unicode-test': [SKIP], | 614 'unicode-test': [SKIP], |
| 616 | 615 |
| 617 }], # variant == turbofan_opt | 616 }], # variant == turbofan_opt |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 673 'lithium/*': [SKIP], | 672 'lithium/*': [SKIP], |
| 674 'third_party/*': [SKIP], | 673 'third_party/*': [SKIP], |
| 675 'tools/*': [SKIP], | 674 'tools/*': [SKIP], |
| 676 'apply': [SKIP], | 675 'apply': [SKIP], |
| 677 'math-*': [SKIP], | 676 'math-*': [SKIP], |
| 678 'unicode-test': [SKIP], | 677 'unicode-test': [SKIP], |
| 679 'whitespaces': [SKIP], | 678 'whitespaces': [SKIP], |
| 680 }], # variant == asm_wasm | 679 }], # variant == asm_wasm |
| 681 | 680 |
| 682 ] | 681 ] |
| OLD | NEW |