| 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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 582 | 582 |
| 583 # take too long with the simulator. | 583 # take too long with the simulator. |
| 584 'regress/regress-1132': [SKIP], | 584 'regress/regress-1132': [SKIP], |
| 585 }], # 'arch == ppc and simulator_run == True' | 585 }], # 'arch == ppc and simulator_run == True' |
| 586 | 586 |
| 587 ############################################################################## | 587 ############################################################################## |
| 588 ['arch == ppc64', { | 588 ['arch == ppc64', { |
| 589 | 589 |
| 590 # stack overflow | 590 # stack overflow |
| 591 'big-array-literal': [SKIP], | 591 'big-array-literal': [SKIP], |
| 592 'regress/regress-353551': [SKIP], |
| 592 }], # 'arch == ppc64' | 593 }], # 'arch == ppc64' |
| 593 | 594 |
| 594 ############################################################################## | 595 ############################################################################## |
| 595 ['variant == stress', { | 596 ['variant == stress', { |
| 596 'debug-evaluate-locals-optimized': [FAIL], | 597 'debug-evaluate-locals-optimized': [FAIL], |
| 597 'debug-evaluate-locals-optimized-double': [FAIL], | 598 'debug-evaluate-locals-optimized-double': [FAIL], |
| 598 'ignition/regress-599001-verifyheap': [SKIP], | 599 'ignition/regress-599001-verifyheap': [SKIP], |
| 599 'unicode-test': [SKIP], | 600 'unicode-test': [SKIP], |
| 600 }], # variant == stress | 601 }], # variant == stress |
| 601 | 602 |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 831 ############################################################################## | 832 ############################################################################## |
| 832 ['gcov_coverage', { | 833 ['gcov_coverage', { |
| 833 # Tests taking too long. | 834 # Tests taking too long. |
| 834 'array-functions-prototype-misc': [SKIP], | 835 'array-functions-prototype-misc': [SKIP], |
| 835 | 836 |
| 836 # Stack overflow. | 837 # Stack overflow. |
| 837 'big-array-literal': [SKIP], | 838 'big-array-literal': [SKIP], |
| 838 }], # 'gcov_coverage' | 839 }], # 'gcov_coverage' |
| 839 | 840 |
| 840 ] | 841 ] |
| OLD | NEW |