| 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 574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 585 'es6/array-iterator-turbo': [SKIP], | 585 'es6/array-iterator-turbo': [SKIP], |
| 586 | 586 |
| 587 'ignition/regress-599001-verifyheap': [SKIP], | 587 'ignition/regress-599001-verifyheap': [SKIP], |
| 588 'unicode-test': [SKIP], | 588 'unicode-test': [SKIP], |
| 589 }], # variant == stress | 589 }], # variant == stress |
| 590 | 590 |
| 591 ############################################################################## | 591 ############################################################################## |
| 592 ['variant == turbofan_opt', { | 592 ['variant == turbofan_opt', { |
| 593 'es6/array-iterator-turbo': [SKIP], | 593 'es6/array-iterator-turbo': [SKIP], |
| 594 | 594 |
| 595 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. | |
| 596 'debug-set-variable-value': [FAIL], | |
| 597 | |
| 598 # TODO(jgruber): Fails in --turbo --always-opt mode. | 595 # TODO(jgruber): Fails in --turbo --always-opt mode. |
| 599 'regress/regress-105': [FAIL], | 596 'regress/regress-105': [FAIL], |
| 600 | 597 |
| 601 # Too slow. | 598 # Too slow. |
| 602 'big-object-literal': [SKIP], | 599 'big-object-literal': [SKIP], |
| 603 'ignition/regress-599001-verifyheap': [SKIP], | 600 'ignition/regress-599001-verifyheap': [SKIP], |
| 604 'unicode-test': [SKIP], | 601 'unicode-test': [SKIP], |
| 605 | 602 |
| 606 }], # variant == turbofan_opt | 603 }], # variant == turbofan_opt |
| 607 | 604 |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 671 'lithium/*': [SKIP], | 668 'lithium/*': [SKIP], |
| 672 'third_party/*': [SKIP], | 669 'third_party/*': [SKIP], |
| 673 'tools/*': [SKIP], | 670 'tools/*': [SKIP], |
| 674 'apply': [SKIP], | 671 'apply': [SKIP], |
| 675 'math-*': [SKIP], | 672 'math-*': [SKIP], |
| 676 'unicode-test': [SKIP], | 673 'unicode-test': [SKIP], |
| 677 'whitespaces': [SKIP], | 674 'whitespaces': [SKIP], |
| 678 }], # variant == wasm_traps | 675 }], # variant == wasm_traps |
| 679 | 676 |
| 680 ] | 677 ] |
| OLD | NEW |